summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorLines
2024-08-30mfd: intel-m10-bmc: Constify struct regmap_configJavier Carrasco-2/+2
2024-08-30mfd: rohm-bd9576: Constify read-only regmap structsJavier Carrasco-3/+3
2024-08-30mfd: tps6105x: Constify struct regmap_configJavier Carrasco-1/+1
2024-08-30mfd: wcd934x: Constify struct regmap_configJavier Carrasco-1/+1
2024-08-30mfd: hi655x-pmic: Constify struct regmap_configJavier Carrasco-1/+1
2024-08-30mfd: fsl-imx25-tsadc: Constify struct regmap_configJavier Carrasco-1/+1
2024-08-30mfd: da9062-core: Constify read-only regmap structsJavier Carrasco-6/+6
2024-08-30Merge branches 'ib-mfd-for-iio-power-6.12' and 'ib-mfd-gpio-pwm-6.12' into ib...Lee Jones-0/+218
2024-08-29mfd: axp20x: Add ADC, BAT, and USB cells for AXP717Chris Morgan-1/+24
2024-08-01mfd: adp5585: Add Analog Devices ADP5585 core supportHaibo Chen-0/+218
2024-07-27Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli-3/+1
2024-07-17Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-274/+1571
2024-07-11mfd: timberdale: Attach device properties to TSC2007 board infoDmitry Torokhov-6/+11
2024-07-04mfd: omap-usb-tll: Use struct_size to allocate tllJavier Carrasco-2/+1
2024-07-04mfd: omap-usb-tll: Annotate struct usbtll_omap with __counted_byJavier Carrasco-2/+2
2024-07-04mfd: tps6594-core: Remove unneeded semicolon in tps6594_check_crc_mode()Yang Li-1/+1
2024-07-04mfd: lm3533: Move to new GPIO descriptor-based APIsAndy Shevchenko-17/+7
2024-07-04mfd: tps65912: Use devm helper functions to simplify probeAndrew Davis-30/+7
2024-07-04mfd: madera: Simplify with spi_get_device_match_data()Krzysztof Kozlowski-8/+1
2024-07-04mfd: arizona: Simplify with spi_get_device_match_data()Krzysztof Kozlowski-8/+1
2024-07-04mfd: wm8994: Fix Wvoid-pointer-to-enum-cast warning (again)Krzysztof Kozlowski-1/+1
2024-07-04mfd: mxs-lradc: Fix Wvoid-pointer-to-enum-cast warning (again)Krzysztof Kozlowski-1/+1
2024-07-04mfd: max14577: Fix Wvoid-pointer-to-enum-cast warning (again)Krzysztof Kozlowski-1/+1
2024-07-04mfd: Add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+8
2024-07-04mfd: qcom-pm8008: Add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-07-04mfd: intel-lpss: Rename SPI intel_lpss_platform_info structsIlpo Järvinen-81/+81
2024-07-04mfd: core: Make use of device_set_node()Andy Shevchenko-3/+2
2024-07-04mfd: mt6397-core: Add support for AUXADCs on MT6357/58/59 PMICsAngeloGioacchino Del Regno-0/+10
2024-07-04mfd: rsmu: Split core code into separate moduleArnd Bergmann-4/+4
2024-07-04mfd: cros_ec: Register hardware monitoring subdeviceThomas Weißschuh-0/+1
2024-07-04mfd: cros_ec: Register charge control subdeviceThomas Weißschuh-0/+1
2024-07-04mfd: intel_soc_pmic_crc: Use PWM_LOOKUP_WITH_MODULE() for the PWM lookupHans de Goede-1/+3
2024-07-04mfd: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-54/+54
2024-07-04mfd: menelaus: Remove unused linux/gpio.hAndy Shevchenko-1/+0
2024-07-04mfd: omap-usb-host: Remove unused linux/gpio.hAndy Shevchenko-1/+0
2024-07-04Merge branch 'ib-mfd-soc-samsung-6.11' into ibs-for-mfd-mergedLee Jones-0/+48
2024-07-04Merge branch 'ib-mfd-regulator-watchdog-6.11' into ibs-for-mfd-mergedLee Jones-0/+287
2024-07-04Merge branch 'ib-mfd-regulator-pm8008-6.11' into ibs-for-mfd-mergedLee Jones-52/+118
2024-07-04Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-mergedLee Jones-0/+9
2024-07-04Merge branch 'ib-mfd-input-regulator-6.11' into ibs-for-mfd-mergedLee Jones-0/+161
2024-07-04Merge branch 'ib-mfd-firmware-input-sound-soc-6.11' into ibs-for-mfd-mergedLee Jones-0/+740
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-06-28mfd: Add driver for Marvell 88PM886 PMICKarel Balej-0/+161
2024-06-28mfd: cs40l50: Add support for CS40L50 core driverJames Ogletree-0/+740
2024-06-27mfd: support ROHM BD96801 PMIC coreMatti Vaittinen-0/+287
2024-06-26mfd: syscon: Add of_syscon_register_regmap() APIPeter Griffin-0/+48
2024-06-21mfd: cros_ec: Register LED subdeviceThomas Weißschuh-0/+9
2024-06-14mfd: cros_ec: Register keyboard backlight subdeviceThomas Weißschuh-0/+9