index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-06
mfd: Add itps65910 wakeup support
Laxman Dewangan
1
-0
/
+11
2012-03-06
mfd: Add support for multiple s5m devices
Sangbeom Kim
1
-4
/
+38
2012-03-06
mfd: Convert s5m core driver to use devm_kzalloc()
Sangbeom Kim
1
-3
/
+2
2012-03-06
mfd: Initialize tps65910 irq platform data properly
Laxman Dewangan
1
-1
/
+1
2012-03-06
mfd: Fix s5m error handling for invalid device type
Jonghwan Choi
1
-3
/
+11
2012-03-06
mfd: Fix possible s5m null pointer dereference
Jonghwan Choi
1
-1
/
+1
2012-03-06
mfd: wm8350 variable dereferenced before check
Jonghwan Choi
1
-1
/
+0
2012-03-06
mfd: Add initial db8500 prcmu register access api
Mattias Nilsson
1
-19
/
+17
2012-03-06
mfd: Remove check for db8500 firmware bug
Jonas Aaberg
1
-8
/
+0
2012-03-06
mfd: db8500 OPP and sleep handling update
Mattias Nilsson
1
-1
/
+72
2012-03-06
mfd: Spawned db8500 regulators update
Bengt Jonsson
1
-10
/
+15
2012-03-06
mfd: db8500 clock handling update
Mattias Nilsson
2
-121
/
+673
2012-03-06
mfd: Update abstract dbx500 interface
Mattias Nilsson
1
-21
/
+21
2012-03-06
mfd: Function for obtaining the db8500 prcmu firmware version
Mattias Nilsson
1
-18
/
+33
2012-03-06
mfd: Remove db8500-prcmu U8400 legacy
Daniel Willerud
1
-24
/
+2
2012-03-06
mfd: Fix section mismatch warning for da9052-spi
Axel Lin
1
-2
/
+2
2012-03-06
mfd: Add pdata to set mc13783-ts conversion delay
Michael Thalmeier
1
-2
/
+9
2012-03-06
mfd: Add missing regmap_exit to free a previously allocated da9052 register map
Axel Lin
2
-3
/
+9
2012-03-06
mfd: Add new mfd device for TPS65217
AnilKumar Ch
3
-0
/
+258
2012-03-06
mfd: twl-core: Don't specify regulator consumers by struct device
Mark Brown
1
-4
/
+4
2012-03-05
dt: fix twl4030 for non-dt compile on x86
Grant Likely
1
-0
/
+1
2012-03-01
mfd: Correct readability of WM8994 DC servo 4E register
Mark Brown
1
-0
/
+1
2012-02-29
mfd: Improve performance of later WM1811 revisions
Mark Brown
1
-0
/
+3
2012-02-26
mfd: twl-core: Add IRQ_DOMAIN dependency
Grant Likely
1
-0
/
+1
2012-02-26
devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)
Grant Likely
1
-3
/
+2
2012-02-23
mfd: Initialize tps65912 irq platform data properly
Axel Lin
1
-1
/
+1
2012-02-23
mfd: Fix ACPI conflict check
Jean Delvare
1
-1
/
+1
2012-02-22
mfd: wm8400: Convert to devm_regmap_init_i2c()
Mark Brown
1
-5
/
+2
2012-02-22
mfd: wm831x: Convert to devm_regmap_init()
Mark Brown
3
-13
/
+11
2012-02-22
mfd: wm8994: Convert to devm_regmap_init()
Mark Brown
1
-10
/
+8
2012-02-22
mfd/ASoC: Convert WM8994 driver to use regmap patches
Mark Brown
1
-1
/
+60
2012-02-22
mfd: Add __devinit and __devexit annotations in wm8994
Mark Brown
1
-2
/
+2
2012-02-22
mfd: wm8994: Add __devinit and __devexit annotations for probe and remove
Mark Brown
1
-4
/
+4
2012-02-21
mfd: Fix ab8500 error path bug
Linus Walleij
1
-2
/
+3
2012-02-21
mfd: Test for jack detection when deciding if wm8994 should suspend
Mark Brown
1
-0
/
+14
2012-02-20
mfd: Initialize tps65910 irq platform data properly
Laxman Dewangan
1
-1
/
+1
2012-02-20
mfd: Fix possible s5m null pointer dereference
Jonghwan Choi
1
-1
/
+1
2012-02-20
mfd: wm8350 variable dereferenced before check
Jonghwan Choi
1
-1
/
+0
2012-02-18
MFD: mcp-sa11x0/assabet: move assabet reset handling out of mcp-sa11x0.c
Russell King
1
-6
/
+0
2012-02-18
MFD: ucb1x00-assabet: add support for UCB1x00 GPIO switches
Russell King
1
-4
/
+39
2012-02-18
MFD: ucb1x00-core: add wakeup support
Russell King
1
-0
/
+59
2012-02-18
MFD: ucb1x00: convert to use genirq
Russell King
3
-161
/
+128
2012-02-18
MFD: mcp-core: remove legacy driver suspend/resume methods
Russell King
1
-28
/
+0
2012-02-18
MFD: ucb1x00-core: convert to use dev_pm_ops
Russell King
1
-14
/
+18
2012-02-18
MFD: mcp-sa11x0: complain if mcp clock is left enabled
Russell King
1
-0
/
+7
2012-02-18
MFD: ucb1x00-core: disable mcp clock when bus is not required
Russell King
1
-4
/
+5
2012-02-18
MFD: ucb1x00-core: add missing ucb1x00_enable()/ucb1x00_disable()
Russell King
1
-1
/
+15
2012-02-18
MFD: ucb1x00-core: scan drivers in same order they're registered
Russell King
1
-4
/
+4
2012-02-18
MFD: ucb1x00-core: add owner and dev initializers to gpio structure
Russell King
1
-0
/
+2
2012-02-18
MFD: ucb1x00-core: clean up device handling in probe
Russell King
1
-14
/
+16
[prev]
[next]