summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-025-5/+5
* Merge tag 'mfd-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-09-2338-108/+150
|\
| * mfd: atc260x: Convert a bunch of commas to semicolonsChen Ni2024-09-231-2/+2
| * mfd: intel-lpss: Add Intel Panther Lake LPSS PCI IDsIlpo Järvinen2024-09-231-0/+26
| * mfd: intel-lpss: Add Intel Arrow Lake-H LPSS PCI IDsIlpo Järvinen2024-09-231-0/+13
| * mfd: tc3589x: Drop vendorless compatible string from match tableRob Herring (Arm)2024-09-231-2/+0
| * mfd: qcom-spmi-pmic: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-231-4/+1
| * mfd: max77620: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-231-3/+2
| * mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI match less strictHans de Goede2024-09-231-1/+0
| * mfd: cros_ec: Update module descriptionTzung-Bi Shih2024-09-231-2/+2
| * mfd: cros_ec: Simplify and clean-up cros_ec_dev_init()Tzung-Bi Shih2024-09-231-8/+3
| * mfd: max14577: Provide MODULE_DEVICE_TABLE() to fix module autoloadingLiao Chen2024-09-231-0/+1
| * mfd: rk8xx: Add support for rk806 on i2c busDetlev Casanova2024-09-231-0/+25
| * mfd: 88pm860x-core: Convert comma to semicolonChen Ni2024-08-301-5/+5
| * mfd: syscon: Use scoped variables with memory allocators to simplify error pathsKrzysztof Kozlowski2024-08-301-13/+7
| * mfd: mt6360: Use scoped variables with memory allocators to simplify error pathsKrzysztof Kozlowski2024-08-301-14/+9
| * mfd: sprd-sc27xx-spi: Constify struct regmap_busJavier Carrasco2024-08-301-1/+1
| * mfd: mc13xxx-spi: Constify struct regmap_busJavier Carrasco2024-08-301-1/+1
| * mfd: gateworks-gsc: Constify struct regmap_busJavier Carrasco2024-08-301-1/+1
| * mfd: twl6040: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-1/+1
| * mfd: tps65912: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-1/+1
| * mfd: tps65910: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-3/+3
| * mfd: tps65219: Constify read-only regmap structsJavier Carrasco2024-08-301-2/+2
| * mfd: tps65218: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-1/+1
| * mfd: tps65090: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-1/+1
| * mfd: tps65086: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-1/+1
| * mfd: rohm-bd718x7: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-1/+1
| * mfd: rohm-bd71828: Constify read-only regmap structsJavier Carrasco2024-08-301-4/+4
| * mfd: rk8xx-core: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-3/+3
| * mfd: retu: Constify read-only regmap structsJavier Carrasco2024-08-301-6/+6
| * mfd: intel_soc_pmic_bxtwc: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-7/+7
| * mfd: bd9571mwv: Constify struct regmap_irq_chipJavier Carrasco2024-08-301-2/+2
| * mfd: 88pm80x: Constify read-only regmap structsJavier Carrasco2024-08-302-3/+3
| * mfd: intel-m10-bmc: Constify struct regmap_configJavier Carrasco2024-08-302-2/+2
| * mfd: rohm-bd9576: Constify read-only regmap structsJavier Carrasco2024-08-301-3/+3
| * mfd: tps6105x: Constify struct regmap_configJavier Carrasco2024-08-301-1/+1
| * mfd: wcd934x: Constify struct regmap_configJavier Carrasco2024-08-301-1/+1
| * mfd: hi655x-pmic: Constify struct regmap_configJavier Carrasco2024-08-301-1/+1
| * mfd: fsl-imx25-tsadc: Constify struct regmap_configJavier Carrasco2024-08-301-1/+1
| * mfd: da9062-core: Constify read-only regmap structsJavier Carrasco2024-08-301-6/+6
| * Merge branches 'ib-mfd-for-iio-power-6.12' and 'ib-mfd-gpio-pwm-6.12' into ib...Lee Jones2024-08-303-0/+218
| |\
* | \ Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-193-6/+3
|\ \ \
| * | | platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg2024-09-113-6/+3
* | | | Merge tag 'pwm/for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-183-0/+218
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | mfd: adp5585: Add Analog Devices ADP5585 core supportHaibo Chen2024-08-013-0/+218
| |/
* / mfd: axp20x: Add ADC, BAT, and USB cells for AXP717Chris Morgan2024-08-291-1/+24
|/
* Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-271-3/+1
|\
| * of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-251-3/+1
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\ \ | |/ |/|
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1