aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-17drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski1-0/+2
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-23/+0
2015-04-14Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds15-688/+1500
2015-04-13Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+3
2015-04-13Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds3-7/+12
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-nextMark Brown2-4/+1
2015-04-10Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/load-op', 'regulator/topic/max77693' and 'regulator/topic/max8660' into regulator-nextMark Brown1-11/+1
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-0/+3
2015-04-09mfd: sec: Fix RTC alarm interrupt number on S2MPS11Krzysztof Kozlowski1-1/+1
2015-04-07Merge tag 'v4.0-rc7' into nextDmitry Torokhov1-0/+3
2015-04-03Input: tc3589x - localize platform dataLinus Walleij1-23/+0
2015-03-30mfd: menelaus: Drop support for SW controller VCOREAaro Koskinen1-1/+0
2015-03-30mfd: menelaus: Delete omap_has_menelausAaro Koskinen1-6/+0
2015-03-30mfd: arizona: Correct type of gpio_defaultsCharles Keepax1-1/+1
2015-03-29mfd: max77693: Remove unused structuresKrzysztof Kozlowski1-11/+1
2015-03-26phy: exynos5-usbdrd: Add to support for Exynos5433 SoCJaewon Kim1-0/+3
2015-03-21regulator: stw481x: Remove unused fields from struct stw481xAxel Lin1-4/+0
2015-03-17regulator: palmas: Add has_regen3 check for TPS659038Keerthy1-0/+1
2015-03-17regulator: palmas: Correct TPS659038 register definition for REGEN2Keerthy1-0/+3
2015-03-13power_supply: Change ownership from driver to coreKrzysztof Kozlowski3-7/+12
2015-03-12mfd: Add support for Skyworks SKY81452 driverGyungoh Yoo1-0/+31
2015-03-12mfd: max77693: Add TORCH_IOUT_MASK macroJacek Anaszewski1-0/+1
2015-03-12mfd: max77693: Remove struct max77693_led_platform_dataJacek Anaszewski1-13/+0
2015-03-12mfd: max77693: Adjust FLASH_EN_SHIFT and TORCH_EN_SHIFT macrosJacek Anaszewski1-2/+2
2015-03-12mfd: rk808: Disable the under voltage detectChris Zhong1-0/+3
2015-03-04mfd: max77843: Add max77843 MFD driver core driverJaewon Kim1-0/+454
2015-03-04mfd: Add support for the MediaTek MT6397 PMICFlora Fu2-0/+426
2015-03-03mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPLKrzysztof Kozlowski1-9/+0
2015-03-03mfd: arizona: Move useful defines into a dt-binding includeCharles Keepax2-116/+2
2015-03-03mfd: rtsx: Add support for rts525AMicky Ching1-0/+15
2015-03-03mfd: rtsx: Add support for rts524AMicky Ching1-2/+130
2015-03-03mfd: rtsx: Remove LCTLR definationMicky Ching1-9/+1
2015-03-03mfd: rtsx: Update phy registerMicky Ching1-54/+55
2015-03-03mfd: rtsx: Update PETXCFG addressMicky Ching1-1/+1
2015-03-03mfd: rtsx: Place register address and values togatherMicky Ching1-467/+369
2015-03-03mfd: rtsx: Replace TAB by SPC after #defineMicky Ching1-127/+127
2015-03-03mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache saveVignesh R1-0/+1
2015-02-26mfd: arizona: Add support for WM8280/WM8281Richard Fitzgerald1-0/+1
2015-02-18Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds9-31/+1600
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+290
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+21
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-28/+0
2015-02-11Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-26/+2
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2015-02-11Merge tag 'for-v3.20' of git://git.infradead.org/battery-2.6Linus Torvalds2-1/+108
2015-02-03Input: ti_am335x_tsc - remove udelay in interrupt handlerBrad Griffis1-1/+2
2015-02-02Merge 3.19-rc7 into usb-nextGreg Kroah-Hartman1-0/+2
2015-01-30phy: exynos-video-mipi: Fix regression by adding support for PMU regmapSylwester Nawrocki1-0/+21
2015-01-22mfd: da9063: Add device tree supportSteve Twiss1-0/+1
2015-01-22mfd: qcom-rpm: Driver for the Qualcomm RPMBjorn Andersson1-0/+13