Linus Torvalds
dcab75a3c8
Merge tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"Maxim MAX77705:
- Added core MFD driver.
- Added charger driver.
- Added devicetree bindings for the charger and MFD core.
- Added Haptic controller support via the input subsystem.
- Added LED support.
- Added support to simple-mfd-i2c for fuel gauge and hwmon.
Samsung S2MPU05 (Exynos7870 PMIC):
- Added core MFD support.
- Added Regulator support for 21 LDOs and 5 BUCKs.
- Added devicetree bindings for regulators and the PMIC core.
TI TPS65215 & TPS65214:
- Added support to the existing TPS65219 driver.
- Added devicetree bindings.
STMicroelectronics STM32MP25:
- Added support to the stm32-timers MFD driver.
- Added devicetree bindings.
Congatec Board Controller (CGBC):
- Added HWMON support for internal sensors.
- Added support for the conga-SA8 module.
Microchip LAN969X:
- Enabled the at91-usart MFD driver for this architecture.
MediaTek MT6359:
- Added mfd_cell for mt6359-accdet to allow its driver to probe.
Other misc driver updates:
- AXP20X (AXP717): Added AXP717_TS_PIN_CFG register to writeable regs
for temperature sensor configuration.
- SM501: Switched to using BIT() macro to mitigate potential integer
overflows in GPIO functions.
- ENE KB3930: Added a NULL pointer check for off_gpios during probe
to prevent potential dereference.
- SYSCON: Added a check for invalid resource size to prevent issues
from DT misconfiguration.
- CGBC: Corrected signedness issues in cgbc_session_request
- intel_soc_pmic_chtdc_ti / intel_soc_pmic_crc: Removed unneeded
explicit assignment to REGCACHE_NONE.
- ipaq-micro / tps65010: Switched to using str_enable_disable()
helpers for clarity and potential size reduction.
- upboard-fpga: Removed unnecessary ACPI_PTR() annotation.
- max8997: Removed unused max8997_irq_exit() function, using devm_*
helpers instead.
- lp3943: Dropped unused #include <linux/pwm.h> from the header file.
- db8500-prcmu: Removed needless return statements in void APIs.
- qnap-mcu: Replaced commas with semicolons between expressions for
correctness.
- STA2X11: Removed the core MFD driver as the underlying platform
support was removed.
- EZX-PCAP: Removed the unused pcap_adc_sync function.
- PCF50633 (OpenMoko PMIC): Removed the entire driver (core, adc,
gpio, irq) as the underlying s3c24xx platform support was removed.
Devicetree updates:
- Converted fsl,mcu-mpc8349emitx binding to YAML
- Added qcom,msm8937-tcsr compatible
- Added microchip,sama7d65-flexcom compatible
- Added rockchip,rk3528-qos syscon compatible
- Added airoha,en7581-pbus-csr syscon compatible
- Added microchip,sama7d65-ddr3phy syscon compatible
- Added microchip,sama7d65-sfrbu syscon compatible"
* tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (49 commits)
mfd: cgbc-core: Add support for conga-SA8
dt-bindings: mfd: syscon: Add microchip,sama7d65-sfrbu
dt-bindings: mfd: syscon: Add microchip,sama7d65-ddr3phy
mfd: cgbc: Add support for HWMON
dt-bindings: mfd: syscon: Add the pbus-csr node for Airoha EN7581 SoC
mfd: cgbc-core: Cleanup signedness in cgbc_session_request()
mfd: pcf50633: Remove remaining PCF50633 support
mfd: pcf50633: Remove unused platform IRQ code
mfd: pcF50633-gpio: Remove unused driver
mfd: pcf50633-adc: Remove unused driver
mfd: qnap-mcu: Convert commas to semicolons in qnap_mcu_exec()
mfd: mt6397-core: Add mfd_cell for mt6359-accdet
dt-bindings: mfd: syscon: Add rk3528 QoS register compatible
dt-bindings: mfd: atmel,sama5d2-flexcom: Add microchip,sama7d65-flexcom
mfd: ezx-pcap: Remove unused pcap_adc_sync
mfd: db8500-prcmu: Remove needless return in three void APIs
mfd: Remove STA2x11 core driver
mfd: max77620: Allow building as a module
mfd: ene-kb3930: Fix a potential NULL pointer dereference
dt-bindings: mfd: qcom,tcsr: Add compatible for MSM8937
...
2025-03-29 14:33:13 -07:00
..
2023-06-15 09:19:37 +01:00
2024-08-30 09:40:11 +01:00
2024-08-30 09:40:11 +01:00
2024-08-30 09:40:13 +01:00
2024-11-12 14:45:03 +00:00
2024-07-04 17:08:02 +01:00
2023-08-18 21:48:03 +01:00
2024-11-01 15:56:58 +00:00
2024-02-23 14:58:03 +00:00
2023-08-18 21:48:03 +01:00
2024-07-04 17:08:02 +01:00
2023-06-15 09:19:37 +01:00
2024-08-01 14:09:28 +01:00
2023-08-22 08:07:50 +01:00
2024-02-23 16:02:16 +00:00
2024-07-04 17:38:40 +01:00
2023-11-01 10:02:12 +00:00
2024-07-04 17:38:40 +01:00
2024-02-23 14:58:03 +00:00
2024-07-04 17:08:02 +01:00
2024-09-23 16:20:55 +01:00
2023-06-15 09:19:37 +01:00
2024-10-16 09:04:09 +01:00
2023-11-01 10:02:11 +00:00
2024-10-16 09:04:10 +01:00
2024-10-31 15:51:29 +00:00
2024-03-28 09:50:59 +00:00
2025-02-20 16:05:09 +00:00
2024-02-23 14:58:03 +00:00
2023-04-26 11:40:32 +01:00
2024-08-30 09:40:11 +01:00
2025-03-21 11:34:08 +00:00
2024-11-01 15:56:58 +00:00
2024-12-02 11:34:44 -08:00
2024-06-28 15:36:05 +01:00
2024-06-28 15:36:05 +01:00
2025-01-22 09:16:02 -08:00
2025-01-22 09:16:02 -08:00
2025-01-22 09:16:02 -08:00
2024-12-17 13:17:25 +00:00
2023-08-18 21:48:01 +01:00
2023-08-18 21:48:02 +01:00
2023-08-18 21:48:02 +01:00
2023-08-18 21:48:02 +01:00
2023-08-18 21:48:02 +01:00
2023-08-18 21:48:02 +01:00
2023-06-15 09:19:37 +01:00
2024-12-17 13:17:25 +00:00
2023-08-18 21:48:03 +01:00
2024-10-16 09:04:10 +01:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:08:02 +01:00
2024-08-30 09:40:11 +01:00
2024-02-23 14:58:04 +00:00
2024-02-23 14:58:04 +00:00
2023-11-01 10:02:14 +00:00
2023-11-01 10:02:13 +00:00
2025-03-14 08:59:07 +00:00
2024-11-01 15:56:58 +00:00
2025-03-14 08:59:07 +00:00
2024-11-01 15:56:58 +00:00
2024-10-02 17:23:23 -04:00
2024-11-01 15:56:58 +00:00
2023-11-01 10:02:17 +00:00
2024-09-11 14:26:03 +02:00
2024-11-12 12:15:42 +00:00
2025-03-14 08:59:05 +00:00
2024-11-12 12:15:42 +00:00
2025-03-14 08:59:05 +00:00
2024-09-11 14:26:03 +02:00
2024-12-02 11:34:44 -08:00
2024-12-02 11:34:44 -08:00
2025-02-19 13:22:12 +01:00
2024-02-23 14:58:00 +00:00
2024-12-02 11:34:44 -08:00
2024-12-02 11:34:44 -08:00
2024-12-02 11:34:44 -08:00
2025-03-14 08:59:05 +00:00
2024-10-02 17:23:23 -04:00
2025-03-14 11:42:51 +00:00
2024-11-01 15:56:58 +00:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:38:40 +01:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:08:02 +01:00
2024-12-17 13:17:25 +00:00
2023-11-01 10:02:12 +00:00
2024-07-04 17:38:40 +01:00
2025-03-14 11:42:51 +00:00
2024-07-04 17:08:02 +01:00
2023-08-18 21:48:03 +01:00
2024-07-04 17:08:02 +01:00
2025-03-14 08:59:06 +00:00
2023-11-01 10:02:09 +00:00
2023-11-01 10:02:13 +00:00
2024-09-23 16:20:53 +01:00
2023-11-01 10:02:12 +00:00
2025-03-14 08:59:07 +00:00
2023-06-15 09:19:37 +01:00
2023-11-01 10:02:15 +00:00
2023-06-15 09:19:37 +01:00
2025-02-20 16:37:40 +00:00
2023-06-15 09:19:37 +01:00
2023-08-18 21:48:03 +01:00
2024-02-23 15:53:29 +00:00
2023-08-22 08:07:52 +01:00
2024-08-30 09:40:13 +01:00
2024-07-03 15:16:54 +02:00
2024-11-01 15:56:58 +00:00
2024-07-04 17:08:02 +01:00
2023-06-15 09:19:37 +01:00
2024-07-04 17:38:40 +01:00
2023-11-01 10:02:16 +00:00
2023-06-15 09:19:37 +01:00
2023-08-18 21:48:03 +01:00
2024-08-30 09:40:13 +01:00
2023-06-15 09:19:37 +01:00
2025-03-14 08:59:07 +00:00
2024-10-31 16:25:03 +00:00
2024-11-01 15:56:58 +00:00
2024-10-02 17:23:23 -04:00
2024-12-02 11:34:44 -08:00
2024-12-02 11:34:44 -08:00
2024-11-01 15:56:58 +00:00
2024-11-01 15:56:58 +00:00
2023-11-01 10:02:10 +00:00
2023-11-01 10:02:17 +00:00
2024-11-01 15:56:58 +00:00
2024-07-04 17:38:40 +01:00
2024-09-23 16:20:54 +01:00
2025-03-14 10:55:15 +00:00
2024-10-02 17:23:23 -04:00
2023-06-15 09:19:36 +01:00
2024-02-23 14:58:05 +00:00
2024-08-30 09:40:12 +01:00
2024-10-16 09:04:11 +01:00
2024-09-23 16:20:53 +01:00
2024-02-23 14:58:04 +00:00
2024-02-23 14:58:04 +00:00
2024-08-30 09:40:12 +01:00
2024-08-30 09:40:11 +01:00
2024-11-01 15:53:05 +00:00
2024-10-16 09:04:11 +01:00
2024-07-04 17:08:02 +01:00
2024-05-10 15:39:18 +01:00
2024-05-10 15:39:18 +01:00
2023-04-26 11:40:34 +01:00
2024-07-04 17:38:40 +01:00
2024-11-06 08:04:24 +00:00
2023-06-15 09:19:37 +01:00
2023-08-22 08:07:52 +01:00
2023-04-26 11:40:34 +01:00
2025-03-13 12:38:45 +00:00
2025-03-13 12:38:45 +00:00
2024-10-02 17:23:23 -04:00
2023-06-15 09:19:37 +01:00
2024-02-23 14:58:05 +00:00
2025-02-20 16:37:33 +00:00
2023-06-15 09:19:37 +01:00
2025-03-14 08:59:05 +00:00
2023-06-15 09:19:37 +01:00
2024-08-30 09:40:13 +01:00
2024-07-04 17:38:40 +01:00
2023-08-18 21:48:03 +01:00
2025-03-14 08:59:05 +00:00
2024-02-23 14:58:05 +00:00
2023-08-22 08:07:51 +01:00
2023-04-26 11:40:31 +01:00
2023-06-21 18:45:37 +01:00
2024-12-17 13:17:25 +00:00
2024-07-04 17:08:02 +01:00
2023-08-18 21:48:03 +01:00
2025-03-29 14:33:13 -07:00
2024-09-23 16:20:54 +01:00
2024-11-01 15:56:58 +00:00
2023-08-18 21:48:03 +01:00
2024-07-11 16:38:23 +01:00
2024-08-30 09:40:11 +01:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:38:40 +01:00
2024-05-03 10:07:02 +01:00
2024-05-03 10:07:04 +01:00
2025-03-14 08:59:05 +00:00
2024-08-30 09:40:12 +01:00
2024-08-30 09:40:12 +01:00
2023-08-18 21:48:03 +01:00
2024-08-30 09:40:12 +01:00
2025-03-14 08:59:06 +00:00
2024-08-30 09:40:12 +01:00
2024-11-01 15:56:58 +00:00
2024-08-30 09:40:12 +01:00
2024-07-04 17:38:40 +01:00
2024-07-04 17:38:40 +01:00
2024-11-12 14:47:00 +00:00
2024-11-01 15:56:58 +00:00
2024-02-23 16:12:03 +00:00
2023-12-07 13:50:30 +00:00
2024-08-30 09:40:12 +01:00
2024-10-25 09:48:58 +01:00
2025-03-14 08:59:06 +00:00
2025-01-09 11:11:47 +00:00
2024-10-16 09:04:10 +01:00
2024-07-04 17:08:02 +01:00
2024-02-23 14:58:04 +00:00
2024-02-23 14:58:01 +00:00
2023-08-18 21:48:03 +01:00
2023-11-01 10:02:17 +00:00
2023-11-01 10:02:16 +00:00
2024-02-23 14:58:04 +00:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:08:02 +01:00
2024-02-23 14:58:04 +00:00
2024-07-04 17:08:02 +01:00
2024-07-04 17:38:40 +01:00
2023-08-18 21:48:02 +01:00
2023-08-18 21:48:03 +01:00
2023-08-18 21:48:03 +01:00