zephyr/drivers/misc
Christopher Friedt 37e19451ec drivers: misc: devmux: a device multiplexer pseudo-device
The Device Multiplexer (devmux) is a pseudo-device that can
be used to select between multiple included sub-devices.

It is experimental, but its current use is in system
remediation. Take for example, the scenario where the
system console and log subsystem both have the uart backend
enabled. The case may arise, where the chosen backing uart
could be an abstraction of another very high-bandwidth bus
- such as a PCIe BAR, a UDP socket, or even even just memory.

If the "service" (for lack of a better term) that backs this
abstract "uart" experiences an error, it is of critical
importance to be able to switch the system console, uart log
backend, or whatever to another uart (semi-transparently) in
order to bring up a shell, continue to view system logs, or
even just support user console I/O.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-11-28 15:35:39 +01:00
..
devmux drivers: misc: devmux: a device multiplexer pseudo-device 2023-11-28 15:35:39 +01:00
ethos_u drivers: misc: ethos_u: rename init.c to ethos_u.c 2023-09-21 13:36:12 +02:00
ft8xx drivers: misc: ft8xx: move to POST_KERNEL level 2023-09-15 16:04:19 +02:00
grove_lcd_rgb kconfig: guard grove lcd logging macros 2022-07-20 18:28:43 +02:00
nxp_s32_emios misc: nxp_s32_emios: enable and declare interrupt handler 2023-09-29 15:40:04 +02:00
pio_rpi_pico drivers: misc: Add driver for RaspberryPi Pico PIO 2023-04-25 13:12:02 +02:00
timeaware_gpio drivers: timeaware_gpio: Fix include path 2023-11-10 14:40:55 +02:00
CMakeLists.txt drivers: misc: devmux: a device multiplexer pseudo-device 2023-11-28 15:35:39 +01:00
Kconfig drivers: misc: devmux: a device multiplexer pseudo-device 2023-11-28 15:35:39 +01:00