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-05-08 08:50:11 +09:00
2023-03-20 13:11:25 +00:00
2024-06-28 15:41:11 +01:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2024-08-01 12:50:11 +01:00
2023-07-14 20:52:54 +01:00
2025-02-06 11:27:24 +00:00
2023-03-20 13:11:25 +00:00
2024-11-12 13:08:35 +00:00
2023-03-23 13:50:59 +00:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2023-07-25 12:14:27 +01:00
2023-08-24 21:43:28 +01:00
2025-03-19 12:28:26 +00:00
2023-03-20 13:11:25 +00:00
2024-08-14 18:21:42 +01:00
2024-11-12 13:08:35 +00:00
2024-08-06 15:24:01 +01:00
2024-06-12 16:19:49 +01:00
2024-05-16 13:36:41 +01:00
2024-12-02 00:31:31 +00:00
2025-03-13 12:46:17 +00:00
2023-07-14 20:52:54 +01:00
2025-02-28 14:01:07 +00:00
2024-09-10 12:40:38 +01:00
2024-09-10 12:44:03 +01:00
2024-09-10 12:44:04 +01:00
2023-10-09 13:14:23 +01:00
2024-09-11 11:20:37 +01:00
2024-09-10 12:44:06 +01:00
2021-11-30 13:08:18 +00:00
2024-05-27 01:32:50 +01:00
2019-05-03 15:07:39 +09:00
2024-09-09 18:27:02 +01:00
2019-05-03 15:07:39 +09:00
2024-11-12 13:08:35 +00:00
2021-07-11 23:50:43 +01:00
2019-05-30 11:29:22 -07:00
2025-02-28 16:33:32 +00:00
2025-03-11 13:11:11 +00:00
2019-05-30 11:26:32 -07:00
2024-01-04 20:02:06 +00:00
2024-09-10 12:40:38 +01:00
2023-05-08 08:50:11 +09:00
2024-08-29 14:20:28 +01:00
2024-08-29 14:20:30 +01:00
2023-03-20 13:11:25 +00:00
2024-09-13 14:57:08 +01:00
2023-03-20 13:11:25 +00:00
2024-09-10 12:44:07 +01:00
2024-09-10 12:44:17 +01:00
2024-09-10 12:44:08 +01:00
2024-09-30 01:11:41 +02:00
2024-08-29 14:20:30 +01:00
2024-09-30 01:11:42 +02:00
2024-03-25 00:48:18 +00:00
2025-03-29 14:33:13 -07:00
2023-03-20 13:11:25 +00:00
2023-10-17 21:38:48 +01:00
2023-08-10 15:44:46 +01:00
2024-02-15 13:41:11 +00:00
2024-05-27 01:32:50 +01:00
2024-05-27 01:32:50 +01:00
2024-05-27 01:32:50 +01:00
2024-03-06 14:03:32 +00:00
2023-03-20 13:11:25 +00:00
2024-02-15 13:41:10 +00:00
2023-09-11 01:31:25 +01:00
2023-06-19 12:59:45 +01:00
2025-03-16 23:34:01 +00:00
2024-05-27 01:32:50 +01:00
2024-10-10 12:16:58 +01:00
2024-05-27 01:32:50 +01:00
2023-05-08 08:50:11 +09:00
2024-05-27 01:32:50 +01:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2024-05-27 01:32:50 +01:00
2024-09-13 14:57:07 +01:00
2024-08-14 18:21:44 +01:00
2024-02-26 13:46:37 +00:00
2023-03-20 13:11:25 +00:00
2023-09-11 01:31:27 +01:00
2024-06-10 15:39:29 +01:00
2024-05-29 11:24:22 +01:00
2023-07-25 12:14:27 +01:00
2023-03-20 13:11:25 +00:00
2024-09-10 12:44:18 +01:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2024-08-29 14:20:30 +01:00
2024-09-10 12:44:11 +01:00
2024-08-01 12:50:10 +01:00
2019-03-04 00:01:08 +00:00
2023-09-22 19:01:38 +01:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2024-08-13 12:41:44 +01:00
2023-09-11 01:31:26 +01:00
2024-09-09 18:27:01 +01:00
2024-02-26 13:46:55 +00:00
2023-08-09 12:52:44 +01:00
2020-01-17 15:34:31 +00:00
2024-05-27 01:32:50 +01:00
2019-04-26 10:38:23 +01:00
2023-07-14 20:52:54 +01:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:29 +00:00
2023-03-20 13:11:29 +00:00
2024-09-13 14:57:08 +01:00
2023-10-30 13:14:27 +00:00
2023-07-18 15:11:31 +01:00
2024-04-09 16:22:59 +01:00
2023-03-20 13:11:29 +00:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2024-09-10 12:44:12 +01:00
2025-02-24 15:26:08 +00:00
2023-11-13 01:26:31 +00:00
2023-07-14 20:52:54 +01:00
2025-03-03 13:38:23 +00:00
2024-09-10 12:44:13 +01:00
2024-05-27 01:32:50 +01:00
2025-03-16 23:34:01 +00:00
2024-09-10 12:44:14 +01:00
2024-05-27 01:32:50 +01:00
2019-05-03 15:05:52 +09:00
2023-09-11 01:30:10 +01:00
2019-05-03 15:05:52 +09:00
2024-05-27 01:32:50 +01:00
2019-05-03 15:05:52 +09:00
2024-02-19 16:59:34 +00:00
2023-10-17 21:38:48 +01:00
2024-09-30 01:11:44 +02:00
2024-09-10 12:40:38 +01:00
2023-07-14 20:52:54 +01:00
2023-10-17 21:38:48 +01:00
2024-06-13 18:42:21 +01:00
2024-09-10 12:44:15 +01:00
2024-11-18 15:44:30 +00:00
2023-08-18 16:21:44 +01:00
2023-08-08 15:23:12 +01:00
2023-12-06 13:14:54 +00:00
2024-09-30 01:11:43 +02:00
2024-11-20 12:18:50 -08:00
2023-03-20 13:11:25 +00:00
2024-05-16 13:36:42 +01:00
2024-03-25 00:48:27 +00:00
2023-05-08 08:50:11 +09:00
2023-03-29 17:46:31 +01:00
2024-06-10 15:39:29 +01:00
2023-03-20 13:11:25 +00:00
2024-07-29 01:19:05 +01:00
2023-05-08 08:50:11 +09:00
2023-07-09 22:48:53 +01:00
2023-07-14 20:52:54 +01:00
2023-05-08 08:50:11 +09:00
2023-05-08 08:50:11 +09:00
2023-05-08 08:50:11 +09:00
2024-03-25 00:48:23 +00:00
2023-05-08 08:50:11 +09:00
2025-03-17 12:45:37 +00:00
2025-03-17 17:35:52 +00:00
2023-08-08 15:23:11 +01:00
2025-03-13 12:38:52 +00:00
2024-08-14 18:21:45 +01:00
2023-03-20 13:11:26 +00:00
2024-08-14 18:21:48 +01:00
2023-03-20 13:11:25 +00:00
2024-05-27 01:32:50 +01:00
2019-05-13 11:07:43 +01:00
2023-10-17 21:38:48 +01:00
2024-05-27 01:32:22 +01:00
2024-11-12 13:08:35 +00:00
2023-11-13 01:26:32 +00:00
2023-03-20 13:11:25 +00:00
2024-05-09 17:44:01 +02:00
2023-03-20 13:11:29 +00:00
2024-05-27 01:32:50 +01:00
2023-09-11 01:31:24 +01:00
2023-07-14 20:52:54 +01:00
2024-01-23 15:05:13 +00:00
2023-03-20 13:11:25 +00:00
2024-06-10 15:39:29 +01:00
2025-01-21 15:21:56 +00:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:25 +00:00
2024-06-04 13:22:18 +01:00
2024-03-25 00:48:25 +00:00
2024-03-25 00:48:26 +00:00
2024-09-10 12:44:09 +01:00
2023-08-18 22:06:52 +01:00
2023-03-20 13:11:25 +00:00
2024-03-25 19:28:27 +00:00
2023-03-20 13:11:25 +00:00
2023-07-14 20:52:54 +01:00
2024-12-17 21:20:01 +00:00
2023-08-08 15:23:10 +01:00
2023-03-20 13:11:25 +00:00
2023-03-20 13:11:29 +00:00
2023-07-14 20:52:54 +01:00
2023-07-14 20:52:54 +01:00
2024-11-12 13:08:35 +00:00
2024-11-12 13:08:35 +00:00
2023-07-14 20:52:54 +01:00
2023-07-14 20:52:54 +01:00
2024-11-12 13:08:35 +00:00
2024-04-10 18:48:59 +01:00
2023-03-20 13:11:25 +00:00
2024-07-29 01:19:04 +01:00
2023-03-20 13:11:25 +00:00
2024-11-12 13:08:35 +00:00
2024-09-09 21:08:42 +01:00
2023-03-23 12:24:15 +00:00