summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2023-04-26mfd: qcom-pm8008: Convert irq chip to config regsAidan MacDonald1-25/+26
2023-04-26mfd: qcom-pm8008: Fix swapped mask/unmask in irq chipAidan MacDonald1-2/+3
2023-04-26mfd: qcom_rpm: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-04-26mfd: atmel-flexcom: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-04-26mfd: sun4i-gpadc: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-04-26mfd: ssbi: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-04-26mfd: ipaq-micro: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-04-26mfd: hi6421-pmic: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-04-26mfd: si476x-cmd: Fix several issues reported by codespellJackie Liu1-7/+7
2023-04-26mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to intel_cht_wc_modelsHans de Goede1-3/+11
2023-04-26mfd: sec: Remove PMICs without compatiblesDavid Virag2-135/+0
2023-04-13mfd: altera-sysmgr: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier1-1/+1
2023-03-20mfd: ocelot: add ocelot-serdes capabilityColin Foster1-0/+13
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-02-28Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-02-26net: mscc: ocelot: fix duplicate driver name errorVladimir Oltean1-1/+1
2023-02-24Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds20-296/+833
2023-02-22Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-3/+1
2023-02-22mfd: ntxec: Add version number for EC in Tolino VisionAndreas Kemnade1-0/+1
2023-02-22mfd: Remove toshiba tmio driversArnd Bergmann7-2745/+0
2023-02-22mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leakLiang He1-1/+1
2023-02-22mfd: syscon: Allow reset control for syscon devicesJeremy Kerr1-6/+21
2023-02-22mfd: simple-mfd-i2c: Fix incoherent comment regarding DT registrationLee Jones1-1/+1
2023-02-22mfd: axp20x: Switch to the sys-off handler APISamuel Holland1-16/+11
2023-02-22mfd: max8925: Remove the unused function irq_to_max8925()Jiapeng Chong1-6/+0
2023-02-22mfd: qcom-pm8xxx: Remove set but unused variable 'rev'Jiapeng Chong1-3/+0
2023-02-22mfd: twl4030-power: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-02-22mfd: twl: Fix TWL6032 phy vbus detectionAndreas Kemnade1-5/+4
2023-02-22mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()Qiheng Lin1-1/+6
2023-02-22mfd: Use sysfs_emit() to instead of scnprintf()ye xingchen2-5/+4
2023-02-22mfd: cs5535: Don't build on UMLRandy Dunlap1-0/+1
2023-02-22mfd: rk808: Re-add rk808-clkout to RK818Tom Fitzhenry1-0/+1
2023-02-22Merge tags 'ib-mfd-extcon-i2c-v6.3' and 'ib-mfd-fpga-hwmon-v6.3-1' into ibs-f...Lee Jones6-246/+774
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+64
2023-02-22Merge tag 'tag-chrome-platform-for-v6.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+0
2023-02-04mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Tab 3 X90F to intel_cht_wc_modelsHans de Goede1-0/+8
2023-02-01mfd: remove htc-pasic3 driverArnd Bergmann3-221/+0
2023-02-01mfd: remove ucb1400 supportArnd Bergmann3-170/+0
2023-02-01mfd: remove toshiba tmio driversArnd Bergmann7-2745/+0
2023-01-31mfd: ocelot: add external ocelot switch controlColin Foster1-0/+60
2023-01-31mfd: ocelot: prepend resource size macros to be 32-bitColin Foster1-4/+4
2023-01-30fpga: m10bmc-sec: Add support for N6000Ilpo Järvinen1-3/+239
2023-01-27mfd: intel-m10-bmc: Add PMCI driverIlpo Järvinen3-0/+232
2023-01-27mfd: intel-m10-bmc: Prefix register defines with M10BMC_N3000Ilpo Järvinen2-33/+33
2023-01-27mfd: intel-m10-bmc: Support multiple CSR register layoutsIlpo Järvinen2-5/+28
2023-01-27mfd: intel-m10-bmc: Split into core and spi specific partsIlpo Järvinen4-121/+163
2023-01-27mfd: intel-m10-bmc: Rename the local variablesIlpo Järvinen1-5/+5
2023-01-27mfd: intel-m10-bmc: Create m10bmc_platform_info for type specific infoIlpo Järvinen1-29/+24
2023-01-25ALSA: ac97: make remove callback of ac97 driver void returnedDawei Li1-3/+1