zephyr/drivers/mfd
Mahesh Mahadevan 72fd8d14da drivers: mfd: Add NXP LP Flexcomm driver
1. This driver allows to configure the Low Power Flexcomm
   interface as a UART, SPI or I2C device.
2. Manages the interrupts and dispatches it to the
   appropriate device driver.
3. A Flexcomm interface can be configured to be used as
   I2C and UART device. However a SPI device cannot be used
   concurrently with I2C or UART. Add checks for this feature.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2024-03-13 22:38:46 +00:00
..
CMakeLists.txt drivers: mfd: Add NXP LP Flexcomm driver 2024-03-13 22:38:46 +00:00
Kconfig drivers: mfd: Add NXP LP Flexcomm driver 2024-03-13 22:38:46 +00:00
Kconfig.ad5592 drivers: mfd: add AD5592 MFD driver 2023-11-08 10:07:41 +01:00
Kconfig.axp192 driver: regulator: Add support for AXP192 power management IC 2023-07-19 09:52:15 +00:00
Kconfig.lpflexcomm drivers: mfd: Add NXP LP Flexcomm driver 2024-03-13 22:38:46 +00:00
Kconfig.max20335 drivers: mfd: add Maxim MAX20335 MFD driver 2023-11-02 20:32:40 +00:00
Kconfig.nct38xx mfd: Add NCT38xx multi-function driver 2023-09-11 11:00:47 +02:00
Kconfig.npm1300 drivers: mfd: npm1300: Add separate initialization priority 2023-11-08 15:09:06 +00:00
Kconfig.npm6001 drivers: mfd: npm1300: Add separate initialization priority 2023-11-08 15:09:06 +00:00
mfd_ad5592.c drivers: mfd: mfd_ad5592: fix reset magic sending 2024-01-10 10:01:52 +01:00
mfd_axp192.c drivers: mfd: axp192: add possibility to disable N_VBUSEN functionality 2024-03-06 10:23:31 +00:00
mfd_max20335.c drivers: mfd: add Maxim MAX20335 MFD driver 2023-11-02 20:32:40 +00:00
mfd_nct38xx.c gpio: nct38xx: Remove reg access wrappers 2023-09-11 11:00:47 +02:00
mfd_npm1300.c drivers: mfd: npm1300: Add separate initialization priority 2023-11-08 15:09:06 +00:00
mfd_npm6001.c drivers: mfd: npm6001: set SWREADY 2024-02-26 10:42:38 +01:00
mfd_nxp_lp_flexcomm.c drivers: mfd: Add NXP LP Flexcomm driver 2024-03-13 22:38:46 +00:00