summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2013-02-04regulator: s5m8767: Fix build in non-DT caseMark Brown1-1/+1
2013-02-04regulator: add device tree support for s5m8767Amit Daniel Kachhap1-2/+73
2013-02-04mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameterPhilippe Langlais1-13/+13
2013-02-04mfd: ab8500-gpadc: Remove unused 'struct ab8500_gpadc'Lee Jones1-2/+0
2013-02-04mfd: ab8500-gpadc: Reduce conversion timeoutLee Jones1-1/+4
2013-02-04mfd: ab8500-debugfs: sizeof() mismatch bugfixAshok G1-1/+1
2013-02-04mfd: ab8500-gpadc: Add runtime pm supportLee Jones1-6/+64
2013-02-04mfd: ab8500-debugfs: Add interrupt debugBengt Jonsson2-0/+50
2013-02-04mfd ab8500-gpadc: Introduce new AB version detectionMichel JAOUEN1-11/+4
2013-02-04mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamicallyLinus Walleij1-10/+41
2013-02-04mfd: ab8500-core: Allow the possibility to dump all AB8500 registersMian Yousaf Kaukab2-0/+14
2013-02-04mfd: ab8500-debugfs: add debugfs node to read all registersMian Yousaf Kaukab1-14/+81
2013-02-04mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3Philippe Langlais1-2/+24
2013-02-04mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodesJohn Beckett1-21/+465
2013-02-04mfd: ab8500-debugfs: Formated access AB8500 registers from debugfs entrycarriere etienne1-52/+338
2013-02-04mfd: ab8500-debugfs: Use NULL to initialise remaining NULL pointerLee Jones1-1/+1
2013-02-04mfd: ab8500-debugfs: Keep count of IRQs in debugfsMattias Wallin1-24/+53
2013-02-04mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQsLee Jones1-0/+198
2013-02-04mfd: abx500-core: Provide an API to dump all ABx500 registersMian Yousaf Kaukab1-0/+16
2013-02-04mfd: ab8500-sysctrl: export read/write symbolsJonas Aaberg1-0/+2
2013-02-04mfd: ab8500-sysctrl: Provide configuration for SysClkReqRfClkBuf registersKennet Wallden1-0/+24
2013-02-04mfd: ab8500-gpadc: Change to usleep_range() for greater resolutionLee Jones1-1/+1
2013-02-04mfd: ab8500-sysctrl.c: Provide charging as reset reasonJonas Aaberg1-1/+1
2013-02-04mfd: ab8500-sysctrl: Only reboot into charging mode if battery type is knownJonas Aaberg1-5/+22
2013-02-04mfd: ab8500-sysctrl: If a charger is present, reboot insteadJonas Aaberg1-0/+27
2013-02-04mfd: ab8500-sysctrl: Provide a platform specific pm_power_off() call-backLee Jones1-0/+22
2013-01-30Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll...Olof Johansson2-12/+21
2013-01-30Merge tag 'ux500-no-idh' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Olof Johansson1-11/+6
2013-01-29ARM: ux500: de-globalize <mach/id.h>Linus Walleij1-11/+6
2013-01-29mfd/vexpress: vexpress_sysreg_setup must not be __initArnd Bergmann1-1/+1
2013-01-29Merge branch 'depends/cleanup' into next/driversOlof Johansson10-36/+31
2013-01-28Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-69/+216
2013-01-28Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson2-12/+21
2013-01-27mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probedWei WANG1-2/+2
2013-01-27mfd: wm5102: Fix definition of WM5102_MAX_REGISTERMark Brown1-1/+1
2013-01-27mfd: twl4030: Don't warn about uninitialized return codeArnd Bergmann1-1/+1
2013-01-27mfd: da9052/53 lockup fixAshish Jangam1-0/+61
2013-01-27mfd: rtsx: Add clock divider hookWei WANG4-2/+27
2013-01-27mfd: rtsx: Add output voltage switch hookWei WANG4-0/+65
2013-01-26Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-12/+20
2013-01-26Merge 3.8-rc5 into char-misc-nextGreg Kroah-Hartman1-12/+20
2013-01-26mfd: Convert to devm_ioremap_resource()Thierry Reding1-5/+4
2013-01-24mfd: vexpress-sysreg: Don't skip initialization on probePawel Moll1-12/+20
2013-01-23u8500-charger: Delay for USB enumerationPaer-Olof Haakansson1-0/+6
2013-01-22mfd: Fix compile errors and warnings when !CONFIG_AB8500_BMLee Jones1-0/+1
2013-01-22mfd: vexpress: Export global functions to fix build errorGuenter Roeck1-2/+6
2013-01-22mfd: arizona: Check errors from regcache_sync()Mark Brown1-1/+6
2013-01-22mfd: tc3589x: Use simple irqdomainLinus Walleij1-12/+5
2013-01-22mfd: pcf50633: Init pcf->dev before using itAxel Lin1-3/+2
2013-01-22mfd: max77693: Init max77693->dev before using itAxel Lin1-16/+18