summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2020-01-24mfd: da9062: add support for the DA9062 GPIOs in the coreMarco Felsch1-1/+15
2020-01-24mfd: dln2: More sanity checking for endpointsOliver Neukum1-2/+11
2020-01-24mfd: sm501: Fix mismatches of request_mem_regionChuhong Yuan1-12/+7
2020-01-24mfd: syscon: Re-use resource_size() to count max_registerAndy Shevchenko1-1/+1
2020-01-24Merge branches 'ib-mfd-drm-5.6' and 'ib-mfd-clk-gpio-regulator-rtc-5.6' into ...Lee Jones5-9/+397
2020-01-24mfd: bd71828: Add power-key supportMatti Vaittinen1-0/+26
2020-01-24mfd: bd71828: Support ROHM BD71828 PMIC - coreMatti Vaittinen3-0/+334
2020-01-24mfd: bd718x7: Add compatible for BD71850Matti Vaittinen1-0/+4
2020-01-24mfd: Rohm PMICs: Use platform_device_id to match MFD sub-devicesMatti Vaittinen2-9/+33
2020-01-09mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer3-0/+683
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra1-1/+0
2020-01-07mfd: atmel-hlcdc: Return in case of errorClaudiu Beznea1-4/+11
2020-01-07mfd: atmel-hlcdc: Add struct device member to struct atmel_hlcdc_regmapClaudiu Beznea1-0/+3
2020-01-03drm/i915/dsi: Move Crystal Cove PMIC panel GPIO lookup from mfd to the i915 d...Hans de Goede1-19/+0
2019-12-17mfd: intel_soc_pmic: Rename pwm_backlight pwm-lookup to pwm_pmic_backlightHans de Goede1-1/+1
2019-12-03Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-223/+12
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds18-353/+255
2019-11-27Merge tag 'for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds4-1798/+0
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2019-11-26Merge branches 'acpi-ec', 'acpi-soc', 'acpi-pmic' and 'acpi-button'Rafael J. Wysocki1-1/+1
2019-11-22Merge branch 'regulator-5.5' into regulator-nextMark Brown1-3/+31
2019-11-21mfd / platform / iio: cros_ec: Register sensor through sensorhubGwendal Grignou1-191/+12
2019-11-21mfd / platform: cros_ec: Add sensor_count and make check_features publicGwendal Grignou1-32/+0
2019-11-20tps6105x: add optional devicetree supportSven Van Asbroeck1-3/+31
2019-11-13Revert "mfd: syscon: Set name of regmap_config"Andy Shevchenko1-1/+0
2019-11-11mfd: ti_am335x_tscadc: Fix static checker warningVignesh Raghavendra1-1/+1
2019-11-11mfd: bd70528: Staticize bit value definitionsMatti Vaittinen1-9/+8
2019-11-11mfd: mfd-core: Honour Device Tree's request to disable a child-deviceLee Jones1-0/+5
2019-11-11mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDsAndy Shevchenko1-1/+12
2019-11-11mfd: db8500-prcmu: Support U8420-sysclk firmwareLinus Walleij1-20/+43
2019-11-11mfd: mfd-core: Move pdev->mfd_cell creation back into mfd_add_device()Lee Jones1-17/+4
2019-11-11mfd: mfd-core: Remove usage counting for .{en,dis}able() call-backsLee Jones1-48/+9
2019-11-11mfd: mfd-core: Remove mfd_clone_cell()Lee Jones1-33/+0
2019-11-11mfd: mfd-core: Protect against NULL call-back function pointerLee Jones1-0/+10
2019-11-11mfd: cs5535-mfd: Register clients using their own dedicated MFD cell entriesLee Jones1-9/+16
2019-11-11mfd: cs5535-mfd: Request shared IO regions centrallyLee Jones1-41/+33
2019-11-11mfd: cs5535-mfd: Remove mfd_cell->id hackLee Jones1-12/+2
2019-11-11mfd: cs5535-mfd: Use PLATFORM_DEVID_* defines and tidy error messageLee Jones1-2/+3
2019-11-11mfd: intel_soc_pmic_crc: Add "cht_crystal_cove_pmic" cell to CHT cellsHans de Goede1-0/+3
2019-11-11mfd: madera: Add support for requesting the supply clocksCharles Keepax1-1/+26
2019-11-11mfd: wm8998: Remove some unused registersCharles Keepax1-12/+0
2019-11-11mfd: mt6397: Use PLATFORM_DEVID_NONE macro instead of -1Fabien Parent1-6/+6
2019-11-11mfd: mt6397: Fix probe after changing mt6397-coreFrank Wunderlich1-24/+40
2019-11-11mfd: arizona: Switch to using devm_gpiod_get()Dmitry Torokhov1-5/+1
2019-11-11mfd: max77620: Do not allocate IRQs upfrontThierry Reding1-3/+2
2019-11-11mfd: qcom-spmi-pmic: Add support for PM/PMI8950Angelo G. Del Regno1-0/+4
2019-11-11mfd: db8500-prcmu: Example using new OF_MFD_CELL/MFD_CELL_BASIC MACROsLee Jones1-14/+7
2019-11-11mfd: ab8500: Example using new OF_MFD_CELL MACROLee Jones1-96/+42
2019-11-11mfd: ipaq-micro: Use devm_platform_ioremap_resource() in micro_probe()Markus Elfring1-5/+1
2019-11-11mfd: rk808: Use DEFINE_RES_IRQ for rk808 RTC alarm IRQHeiko Stuebner1-5/+1