summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2022-05-23peci: Extend peci client with Domain ID informationIwona Winiarska1-2/+5
2022-05-12Merge commit '49caedb668e476c100d727f2174724e0610a2b92' of https://github.com...Sujoy Ray2-4/+10
2022-04-08mfd: asic3: Add missing iounmap() on error asic3_mfd_probeMiaoqian Lin1-3/+7
2022-04-08mfd: mc13xxx: Add check for mc13xxx_irq_requestJiasheng Jiang1-1/+3
2022-03-11Merge commit '2befcc6bb0bb1e0a4a31391a359adcab3925b6e4' of https://github.com...Sujoy Ray9-17/+61
2022-01-27mfd: tps65910: Set PWR_OFF bit during driver probeDmitry Osipenko1-9/+13
2022-01-27mfd: atmel-flexcom: Use .resume_noirqClaudiu Beznea1-3/+4
2022-01-27mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEPClaudiu Beznea1-4/+2
2022-01-16mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()Andy Shevchenko1-1/+6
2021-12-15mfd: syscon: Use regmap with raw_spinlock for ast2x00-scuIwona Winiarska1-0/+4
2021-11-18mfd: dln2: Add cell for initializing DLN2 ADCJack Andersen1-0/+18
2021-11-18mfd: altera-sysmgr: Fix a mistake caused by resource_size conversionKai Song1-1/+1
2021-11-18mfd: sprd: Add SPI device ID tableMark Brown1-0/+7
2021-11-18mfd: cpcap: Add SPI device ID tableMark Brown1-0/+8
2021-11-18mfd: core: Add missing of_node_put for loop iterationKrzysztof Kozlowski1-0/+2
2021-11-18mfd: simple-mfd-i2c: Select MFD_CORE to fix build errorRobert Marko1-0/+1
2021-11-05mfd: intel-peci-client: Extend MFD cell id with additional parameterIwona Winiarska1-3/+4
2021-11-05mfd: peci: Add ICX-D generation infoSaravanan Palanisamy1-0/+6
2021-11-05mfd: peci: Add ICX generation infoJae Hyun Yoo1-0/+6
2021-11-05hwmon: peci: dimmpower implementationZbigniew Lukwinski1-0/+1
2021-11-05Add peci-cpupower driverZhikuiRen1-0/+1
2021-11-05mfd: intel-peci-client: Add Intel PECI client driverJae Hyun Yoo3-0/+166
2021-09-07Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds24-58/+799
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-34/+37
2021-09-07mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap1-2/+2
2021-09-07mfd: syscon: Use of_iomap() instead of ioremap()Hector Martin1-1/+1
2021-09-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+2
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+89
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2021-08-16mfd: ti_am335x_tscadc: Delete superfluous error messageTang Bin1-3/+2
2021-08-16mfd: tqmx86: Assume 24MHz LPC clock for unknown boardsMatthias Schiffer1-3/+5
2021-08-16mfd: tqmx86: Add support for TQ-Systems DMI IDsMatthias Schiffer1-0/+8
2021-08-16mfd: tqmx86: Add support for TQMx110EB and TQMxE40xMatthias Schiffer1-0/+20
2021-08-16mfd: tqmx86: Fix typo in "platform"Matthias Schiffer1-4/+4
2021-08-16mfd: tqmx86: Remove incorrect TQMx90UC board IDMatthias Schiffer1-4/+0
2021-08-16mfd: tqmx86: Clear GPIO IRQ resource when no IRQ is setMatthias Schiffer1-0/+2
2021-08-16mfd: simple-mfd-i2c: Add support for registering devices via MFD cellsLee Jones2-8/+65
2021-08-16mfd/cpuidle: ux500: Rename driver symbolLinus Walleij1-2/+1
2021-08-16mfd: tps65086: Add cell entry for reset driverEmil Renner Berthing1-0/+1
2021-08-16mfd: tps65086: Make interrupt line optionalEmil Renner Berthing1-10/+11
2021-08-12clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko1-1/+2
2021-08-12mfd: Bulk conversion to generic_handle_domain_irq()Marc Zyngier4-16/+10
2021-08-11mfd: intel_quark_i2c_gpio: Convert GPIO to use software nodesAndy Shevchenko1-33/+37
2021-08-11gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()Andy Shevchenko1-1/+0
2021-08-09mfd: db8500-prcmu: Handle missing FW variantLinus Walleij1-2/+4
2021-08-05mfd: db8500-prcmu: Rename register headerLinus Walleij2-1/+1
2021-08-05mfd: axp20x: Add supplied-from property to axp288_fuel_gauge cellHans de Goede1-0/+13
2021-08-05mfd: Don't use irq_create_mapping() to resolve a mappingMarc Zyngier4-5/+5
2021-08-02mfd: db8500-prcmu: Adjust map to realityLinus Walleij1-8/+6
2021-07-23mfd: hi6421-spmi-pmic: move driver from stagingMauro Carvalho Chehab3-0/+89