aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+14
2019-03-04Merge branch 'regulator-5.1' into regulator-nextMark Brown1-1/+2
2019-02-22regulator: tps65218: Add support for LS2Christian Hohnstaedt1-1/+2
2019-02-15Merge tag 'arm-soc/for-5.1/drivers' of https://github.com/Broadcom/stblinux into arm/driversArnd Bergmann1-0/+14
2019-01-15Merge tag 'mfd-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds5-2/+107
2019-01-09soc: bcm: bcm2835-pm: Add support for power domains under a new binding.Eric Anholt1-0/+1
2019-01-09bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.Eric Anholt1-0/+13
2019-01-06Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds1-2/+4
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2019-01-03mfd: cros_ec: Add commands to control codecCheng-Yi Chiang1-0/+94
2019-01-03mfd: ingenic-tcu: Fix bit field description in headerPaul Cercueil1-1/+1
2019-01-03mfd: madera: Add shared data for accessory detectionRichard Fitzgerald1-0/+7
2019-01-03mfd: tmio: Typo s/use use/use/Geert Uytterhoeven1-1/+1
2018-12-28Merge tag 'for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-0/+1
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-7/+2
2018-12-18PCI: imx: Add imx6sx suspend/resume supportLeonard Crestez1-0/+1
2018-12-17mmc: host: tmio: Use GPIO descriptorsLinus Walleij1-7/+2
2018-12-13mfd: axp20x: name voltage ramping define properlyOlliver Schinagl1-2/+2
2018-12-05power: supply: add AC power supply driver for AXP813Oskari Lemmela1-0/+1
2018-12-03iio: adc: ti_am335x_tscadc: Improve accuracy of measurementVignesh R1-0/+4
2018-11-15regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij1-3/+0
2018-11-13platform/chrome: straighten out cros_ec_get_{next,host}_event() error codesBrian Norris1-2/+4
2018-10-31Merge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds4-357/+303
2018-10-25Merge tag 'for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-0/+10
2018-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+1
2018-10-25Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds31-278/+95
2018-10-23mfd: ti-lmu: Switch to GPIODPavel Machek1-1/+2
2018-10-23mfd: max8997: Enale irq-wakeup unconditionallyMarek Szyprowski1-1/+0
2018-10-23mfd: Convert Intel PMIC drivers to use SPDX identifierAndy Shevchenko3-24/+5
2018-10-23mfd: intel_soc_pmic_bxtwc: Chain power button IRQs as wellAndy Shevchenko1-0/+1
2018-10-23mfd: mc13xxx-core: Fix PMIC shutdown when reading ADC valuesFabio Estevam1-0/+1
2018-10-23mfd: madera: Remove unused forward referenceRichard Fitzgerald1-1/+0
2018-10-23mfd: Add ingenic-tcu.h headerPaul Cercueil1-0/+56
2018-10-23mfd: maxim: Add SPDX license identifiersKrzysztof Kozlowski12-142/+12
2018-10-23mfd: sec-core: Add SPDX license identifiersKrzysztof Kozlowski11-109/+16
2018-10-23Merge tag 'mmc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-7/+0
2018-10-19regulator: bd718x7: Remove struct bd718xx_pmicAxel Lin1-2/+0
2018-10-15mmc: tmio: remove TMIO_MMC_HAVE_HIGH_REG flagMasahiro Yamada1-7/+0
2018-10-09Merge remote-tracking branch 'origin/ib-chrome-platform-mfd-move-cros_ec_lpc' into working-branch-for-4.20Benson Leung4-357/+303
2018-10-09mfd: cros: add "base attached" MKBP switch definitionDmitry Torokhov1-0/+1
2018-09-28regulator: bd718XX use pickable rangesMatti Vaittinen1-14/+18
2018-09-28regulator/mfd: bd718xx: rename bd71837/bd71847 common instancesMatti Vaittinen1-32/+32
2018-09-28regulator/mfd: Support ROHM BD71847 power management ICMatti Vaittinen1-147/+124
2018-09-16mfd: cros: add charger port count command definitionFabien Parent1-0/+10
2018-09-10mfd: madera: Add irqchip data pointer into struct maderaRichard Fitzgerald1-0/+2
2018-09-07mfd: cros_ec: Fix and improve kerneldoc comments.Enric Balletbo i Serra2-206/+303
2018-09-07platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.Enric Balletbo i Serra2-151/+0
2018-08-31regulator: da9063: fix DT probing with constraintsPhilipp Zabel1-7/+9
2018-08-29regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen1-3/+30
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+3