Message ID | 20221120082114.3030-4-jszhang@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Conor Dooley |
Headers | show |
Series | riscv: add Bouffalolab bl808 support | expand |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | fail | Guessing tree name failed |
diff --git a/MAINTAINERS b/MAINTAINERS index 2585e7edc335..92451834b940 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3718,6 +3718,12 @@ S: Maintained F: Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml F: drivers/iio/accel/bma400* +BOUFFALOLAB UART DRIVER +M: Jisheng Zhang <jszhang@kernel.org> +S: Maintained +F: Documentation/devicetree/bindings/serial/bouffalolab,uart.yaml +F: drivers/tty/serial/bflb_uart.c + BPF [GENERAL] (Safe Dynamic Programs and Tools) M: Alexei Starovoitov <ast@kernel.org> M: Daniel Borkmann <daniel@iogearbox.net>
I want to maintain this Bouffalolab uart driver from now on. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)