summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mfd: sun6i-prcm: Update Kconfig descriptionSamuel Holland2022-07-191-2/+3
* mfd: intel_soc_pmic_bxtwc: Fix spelling in the commentAndy Shevchenko2022-07-191-5/+5
* mfd: intel_soc_pmic_bxtwc: Drop unneeded castingAndy Shevchenko2022-07-191-1/+1
* mfd: intel_soc_pmic_bxtwc: Use sysfs_emit() instead of sprintf()Andy Shevchenko2022-07-191-2/+2
* mfd: intel_soc_pmic_bxtwc: Use bits.h macros for all masksAndy Shevchenko2022-07-191-10/+11
* mfd: intel_soc_pmic_bxtwc: Drop redundant ACPI_PTR()Andy Shevchenko2022-07-191-1/+1
* mfd: intel_soc_pmic_bxtwc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr...Andy Shevchenko2022-07-191-4/+3
* mfd: intel_soc_pmic_bxtwc: Extend use of temporary variable for struct deviceAndy Shevchenko2022-07-191-11/+8
* mfd: intel_soc_pmic_bxtwc: Use dev_err_probe()Andy Shevchenko2022-07-191-60/+26
* mfd: intel_soc_pmic_bxtwc: Convert to use platform_get/set_drvdata()Andy Shevchenko2022-07-191-2/+2
* mfd: intel_soc_pmic_bxtwc: Create sysfs attributes using core driver's facilityAndy Shevchenko2022-07-191-16/+7
* mfd: intel_soc_pmic_bxtwc: Don't shadow error codes in show()/store()Andy Shevchenko2022-07-191-7/+9
* mfd: intel-lpss: Add Intel Meteor Lake-P PCI IDsAndy Shevchenko2022-07-191-0/+13
* mfd: mt6397: Add basic support for MT6331+MT6332 PMICAngeloGioacchino Del Regno2022-07-192-1/+55
* mfd: axp20x: Add AXP221/AXP223/AXP809 GPIO cellsSamuel Holland2022-07-191-0/+9
* mfd: db8500-prcmu: Drop duplicated word "the" in the commentsJiang Jian2022-07-191-1/+1
* mfd: intel_soc_pmic_chtwc: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko2022-07-191-4/+4
* mfd: intel_soc_pmic_chtwc: Use dev_err_probe()Andy Shevchenko2022-07-191-12/+7
* mfd: tc6393xb: Make disable callback return voidUwe Kleine-König2022-07-191-3/+2
* mfd: dln2: Automatically detect and fill endpoint pointersAndy Shevchenko2022-07-191-13/+4
* mfd: pm8008: Remove driver data structure pm8008_dataLee Jones2022-07-191-33/+20
* mfd: twl: Remove platform data supportUwe Kleine-König2022-07-191-318/+5
* mfd: cros_ec: Add SCP Core-1 as a new CrOS EC MCUTinghan Shen2022-07-191-0/+5
* mfd: mt6358-irq: Add MT6357 PMIC supportFabien Parent2022-07-191-0/+24
* mfd: mt6397-core: Add MT6357 PMIC supportFabien Parent2022-07-191-0/+44
* mfd: max77620: Fix refcount leak in max77620_initialise_fpsMiaoqian Lin2022-07-191-0/+2
* syscon: Use %pa to format the variable of resource_size_t typeAndy Shevchenko2022-07-191-2/+1
* mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König2022-07-191-5/+1
* mfd: asic3: Make asic3_gpio_remove() return voidUwe Kleine-König2022-07-191-6/+3
* mfd: max77714: Update Luca Ceresoli's e-mail addressLuca Ceresoli2022-07-191-2/+2
*-. Merge branches 'ib-mfd-acpi-for-rafael-5.20', 'ib-mfd-edac-i2c-leds-pinctrl-p...Lee Jones2022-07-1919-285/+538
|\ \
| | * soc: bcm: bcm2835-power: Bypass power_on/off() callsNicolas Saenz Julienne2022-07-041-0/+8
| | * soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASBStefan Wahren2022-07-041-2/+23
| | * soc: bcm: bcm2835-power: Resolve ASB register macrosStefan Wahren2022-07-041-7/+7
| | * soc: bcm: bcm2835-power: Refactor ASB controlStefan Wahren2022-07-041-18/+13
| | * mfd: bcm2835-pm: Add support for BCM2711Stefan Wahren2022-07-041-0/+13
| | * mfd: bcm2835-pm: Use 'reg-names' to get resourcesNicolas Saenz Julienne2022-07-041-20/+41
| * | leds: simatic-ipc-leds-gpio: Add GPIO version of Siemens driverHenning Schild2022-07-145-81/+117
| * | platform/x86: simatic-ipc: drop custom P2SB bar codeHenning Schild2022-07-141-38/+0
| * | leds: simatic-ipc-leds: Convert to use P2SB accessorHenning Schild2022-07-142-7/+8
| * | watchdog: simatic-ipc-wdt: convert to use P2SB accessorHenning Schild2022-07-142-7/+9
| * | EDAC, pnd2: convert to use common P2SB accessorAndy Shevchenko2022-07-142-39/+17
| * | EDAC, pnd2: Use proper I/O accessors and address space annotationAndy Shevchenko2022-07-141-3/+4
| * | i2c: i801: convert to use common P2SB accessorAndy Shevchenko2022-07-143-30/+16
| * | mfd: lpc_ich: Add support for pinctrl in non-ACPI systemTan Jui Nee2022-07-141-1/+104
| * | mfd: lpc_ich: Switch to generic p2sb_bar()Andy Shevchenko2022-07-142-19/+9
| * | mfd: lpc_ich: Factor out lpc_ich_enable_spi_write()Andy Shevchenko2022-07-141-17/+14
| * | pinctrl: intel: Check against matching data instead of ACPI companionAndy Shevchenko2022-07-141-8/+6
| * | platform/x86/intel: Add Primary to Sideband (P2SB) bridge supportJonathan Yong2022-07-143-0/+141
| |/
* / mfd: core: Use acpi_dev_for_each_child()Rafael J. Wysocki2022-06-271-7/+24
|/