index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-14
mfd: dbx500-prcmu: Export a9wdog functions
Fabio Baltieri
1
-0
/
+5
2013-02-14
mfd: lpc_ich: Fix gpio base and control offsets
Aaron Sierra
1
-33
/
+76
2013-02-14
mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline function
Peter Ujfalusi
1
-28
/
+0
2013-02-14
mfd: twl-core: Remove no longer valid comment regarding to write buffer size
Peter Ujfalusi
1
-3
/
+0
2013-02-14
mfd: twl-core: Collect global variables behind one private structure (global)
Peter Ujfalusi
1
-47
/
+57
2013-02-14
mfd: twl-core: Move 'inuse' check early at probe time
Peter Ujfalusi
1
-6
/
+6
2013-02-14
mfd: twl-core: Do not create dummy pdata when booted with DT
Peter Ujfalusi
1
-24
/
+7
2013-02-14
mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DT
Peter Ujfalusi
1
-2
/
+1
2013-02-14
mfd: twl-core: Allocate twl_modules dynamically
Peter Ujfalusi
1
-10
/
+21
2013-02-14
mfd: twl-core: Use the lookup table to find the correct subchip for the modules
Peter Ujfalusi
1
-29
/
+27
2013-02-14
mfd: twl-core: No need to check for invalid subchip ID
Peter Ujfalusi
1
-11
/
+2
2013-02-14
mfd: twl-core: Clean up module id lookup and definitions
Peter Ujfalusi
1
-54
/
+51
2013-02-14
mfd: arizona: Provide platform data for MICBIAS configuration
Mark Brown
1
-0
/
+23
2013-02-14
mfd: arizona: Clarify mixer underclocking error
Mark Brown
1
-1
/
+1
2013-02-14
mfd: arizona: Disable interrupts during resume
Mark Brown
1
-0
/
+26
2013-02-14
mfd: wm5102: Refresh register defaults
Mark Brown
1
-62
/
+33
2013-02-14
mfd: wm5102: Mark DSP memory regions as volatile and readable
Mark Brown
1
-1
/
+7
2013-02-14
mfd: wm8994: Use devm_regulator_bulk_get API
Sachin Kamat
1
-5
/
+2
2013-02-14
mfd: wm5102: Update rev B patch for latest evaluation
Mark Brown
1
-4
/
+5
2013-02-14
mfd: arizona: Register MICVDD supply first to ensure no retries
Mark Brown
1
-2
/
+2
2013-02-14
mfd: wm5102: Mark only extant DSP registers volatile
Mark Brown
1
-4
/
+7
2013-02-14
mfd: palmas: Add rtc irq number as irq resource for palmas-rtc
Laxman Dewangan
1
-2
/
+12
2013-01-28
Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-69
/
+216
2013-01-27
mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probed
Wei WANG
1
-2
/
+2
2013-01-27
mfd: wm5102: Fix definition of WM5102_MAX_REGISTER
Mark Brown
1
-1
/
+1
2013-01-27
mfd: twl4030: Don't warn about uninitialized return code
Arnd Bergmann
1
-1
/
+1
2013-01-27
mfd: da9052/53 lockup fix
Ashish Jangam
1
-0
/
+61
2013-01-27
mfd: rtsx: Add clock divider hook
Wei WANG
4
-2
/
+27
2013-01-27
mfd: rtsx: Add output voltage switch hook
Wei WANG
4
-0
/
+65
2013-01-24
mfd: vexpress-sysreg: Don't skip initialization on probe
Pawel Moll
1
-12
/
+20
2013-01-22
mfd: Fix compile errors and warnings when !CONFIG_AB8500_BM
Lee Jones
1
-0
/
+1
2013-01-22
mfd: vexpress: Export global functions to fix build error
Guenter Roeck
1
-2
/
+6
2013-01-22
mfd: arizona: Check errors from regcache_sync()
Mark Brown
1
-1
/
+6
2013-01-22
mfd: tc3589x: Use simple irqdomain
Linus Walleij
1
-12
/
+5
2013-01-22
mfd: pcf50633: Init pcf->dev before using it
Axel Lin
1
-3
/
+2
2013-01-22
mfd: max77693: Init max77693->dev before using it
Axel Lin
1
-16
/
+18
2013-01-22
mfd: max77686: Init max77686->dev before using it
Axel Lin
1
-9
/
+9
2013-01-22
mfd: db8500-prcmu: Fix irqdomain usage
Linus Walleij
1
-4
/
+9
2013-01-22
mfd: tps65910: Select REGMAP_IRQ in Kconfig to fix build error
AnilKumar Ch
1
-0
/
+1
2013-01-22
mfd: arizona: Disable control interface reporting for WM5102 and WM5110
Mark Brown
1
-16
/
+2
2013-01-16
mfd, TWL4030: TWL4030 need select REGMAP_I2C
Chuansheng Liu
1
-0
/
+1
2013-01-03
Drivers: mfd: remove __dev* attributes.
Greg Kroah-Hartman
9
-35
/
+30
2012-12-20
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-2
/
+1
2012-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+2
2012-12-17
Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...
Olof Johansson
1
-2
/
+1
2012-12-16
Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
41
-1734
/
+3284
2012-12-16
Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...
Tony Lindgren
1
-2
/
+1
2012-12-14
mfd: omap-usb-host: get rid of cpu_is_omap..() macros
Roger Quadros
1
-2
/
+1
2012-12-13
Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6
Linus Torvalds
1
-0
/
+20
2012-12-13
Merge tag 'regulator-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Linus Torvalds
4
-70
/
+83
[next]