aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge tag 'regulator-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-15/+194
2014-03-28Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'regmap/topic/lock', 'regmap/topic/mmio', 'regmap/topic/nodev', 'regmap/topic/parse-val' and 'regmap/topic/patch' into regmap-nextMark Brown2-21/+4
2014-03-18mfd: Add support for S2MPA01 deviceSachin Kamat1-5/+44
2014-03-18mfd: sec-core: Silence compiler warningPankaj Dubey1-3/+3
2014-03-18mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy errorKrzysztof Kozlowski1-0/+4
2014-03-18mfd: sec: Add support for S2MPS14Krzysztof Kozlowski2-6/+131
2014-03-18mfd: sec-irq: Use consistent S2MPS11 RTC alarm interrupt indexesKrzysztof Kozlowski1-4/+4
2014-03-18mfd: sec-core: Select different RTC regmaps for devicesKrzysztof Kozlowski1-3/+12
2014-03-18mfd: sec-core: Add maximum RTC register for regmap configKrzysztof Kozlowski1-0/+2
2014-02-26mfd: arizona: Use new regmap features for manual register patchCharles Keepax2-21/+4
2014-02-21Merge tag 'sound-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+10
2014-02-19mfd: sec-core: sec_pmic_{suspend,resume}() should depend on CONFIG_PM_SLEEPGeert Uytterhoeven1-0/+2
2014-02-19mfd: max14577: max14577_{suspend,resume}() should depend on CONFIG_PM_SLEEPGeert Uytterhoeven1-0/+2
2014-02-19mfd: tps65217: Naturalise cross-architecture discrepanciesLee Jones1-2/+2
2014-02-19mfd: wm8994-core: Naturalise cross-architecture discrepanciesLee Jones1-1/+1
2014-02-19mfd: max8998: Naturalise cross-architecture discrepanciesLee Jones1-3/+3
2014-02-19mfd: max8997: Naturalise cross-architecture discrepanciesLee Jones1-3/+3
2014-02-10ASoC: da9055: Fix device registration of PMIC and CODEC devicesAdam Thomson1-2/+10
2014-01-25Merge tag 'regulator-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-31/+1
2014-01-23drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217_probe()David Howells1-1/+1
2014-01-23drivers/mfd/max8998.c: fix pointer-integer size mismatch warning in max8998_i2c_get_driver_data()David Howells1-1/+1
2014-01-23Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5m8767', 'regulator/topic/stw481x-vmmc', 'regulator/topic/tps51632', 'regulator/topic/tps62360', 'regulator/topic/tps65910', 'regulator/topic/twl' and 'regulator/topic/wm831x' into regulator-linusMark Brown1-30/+0
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp3972', 'regulator/topic/max14577', 'regulator/topic/max77693', 'regulator/topic/mc13892', 'regulator/topic/pcf50633' and 'regulator/topic/pfuze100' into regulator-linusMark Brown1-1/+1
2014-01-21Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds72-515/+944
2014-01-21mfd: wm5110: Add register patch for rev D chipCharles Keepax1-1/+29
2014-01-21mfd: omap-usb-tll: Don't hold lock during pm_runtime_get/put_sync()Roger Quadros1-24/+12
2014-01-21mfd: sta2x11-mfd: Use named constants for pci_power_t valuesJulia Lawall1-1/+1
2014-01-21mfd: max8997: Use "IS_ENABLED(CONFIG_OF)" for DT code.Manish Badarkhe1-12/+2
2014-01-21mfd: twl6030: Fix endianness problem in IRQ handlerDanke Xie1-3/+5
2014-01-21mfd: sec-core: Add cells for S5M8767-clocksTushar Behera1-1/+3
2014-01-21mfd: max14577: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2014-01-21mfd: twl6040: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-21mfd: Revert "mfd: Always assign of_node in mfd_add_device()"Lee Jones1-2/+0
2014-01-21mfd: rtsx: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-21mfd: max77693: Set proper maximum register for MUIC regmapKrzysztof Kozlowski1-1/+7
2014-01-21mfd: max77686: Fix regmap resource leak on driver removeKrzysztof Kozlowski1-1/+1
2014-01-21mfd: rtsx: Add support for card reader rtl8402Micky Ching3-4/+46
2014-01-21mfd: rtsx: Add set pull control macro and simplify rtl8411Micky Ching2-40/+21
2014-01-21mfd: max8997: Enforce mfd_add_devices() return value checkLaszlo Papp1-4/+5
2014-01-21mfd: mc13xxx: Simplify probe() & remove()Alexander Shiyan4-50/+29
2014-01-21mfd: mc13xxx: Remove useless symbol MFD_MC13783Alexander Shiyan1-4/+0
2014-01-21mfd: ssbi: Mark match table constStephen Boyd1-1/+1
2014-01-21mfd: ssbi: Constify buffer in ssbi_writeStephen Boyd1-4/+4
2014-01-21mfd: ssbi: Remove platform data structs and hide ssbi type enumStephen Boyd1-0/+6
2014-01-21mfd: Always assign of_node in mfd_add_device()Stephen Warren1-0/+2
2014-01-21mfd: cros ec: spi: Add delay for raising CSRhyland Klein1-0/+29
2014-01-21mfd: cros ec: spi: Use 0 instead of '\0' consistentlyThierry Reding1-3/+3
2014-01-21mfd: cros ec: spi: Depend on OFThierry Reding1-1/+1
2014-01-21mfd: cros ec: spi: Use correct module licenseThierry Reding1-1/+1
2014-01-21mfd: sec-core: Fix sparse NULL pointer warningWei Yongjun1-1/+1