diff mbox series

[v1] MAINTAINERS: Add missed files related to Synopsys DesignWare UART

Message ID 20200305123108.41320-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1] MAINTAINERS: Add missed files related to Synopsys DesignWare UART | expand

Commit Message

Andy Shevchenko March 5, 2020, 12:31 p.m. UTC
8250_dw has been split to library part and the driver, the library
is being used by 8250_lpss, which represents Synosys DesignWare UART
(with optional Synopsys Designware DMA) enumerated by PCI.

Add missed above mentioned files to the database record for review.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 59ba0ab550b6..7b3fbc471bc3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16163,6 +16163,8 @@  SYNOPSYS DESIGNWARE 8250 UART DRIVER
 R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 S:	Maintained
 F:	drivers/tty/serial/8250/8250_dw.c
+F:	drivers/tty/serial/8250/8250_dwlib.*
+F:	drivers/tty/serial/8250/8250_lpss.c
 
 SYNOPSYS DESIGNWARE APB GPIO DRIVER
 M:	Hoan Tran <hoan@os.amperecomputing.com>