diff mbox series

[U-Boot] MAINTAINERS: Add more sources to Arch Snapdragon

Message ID 20180803175627.6028-1-ramon.fried@gmail.com
State Accepted
Commit ce18baf911340f8adbf2b63cd910a3d3346135e5
Delegated to: Tom Rini
Headers show
Series [U-Boot] MAINTAINERS: Add more sources to Arch Snapdragon | expand

Commit Message

Ramon Fried Aug. 3, 2018, 5:56 p.m. UTC
Add scattered driver files around the source tree
that belongs to Snapdragon arch. Not sure why they
were not included in the first place.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini Aug. 13, 2018, 11:57 p.m. UTC | #1
On Fri, Aug 03, 2018 at 08:56:27PM +0300, Ramon Fried wrote:

> Add scattered driver files around the source tree
> that belongs to Snapdragon arch. Not sure why they
> were not included in the first place.
> 
> Signed-off-by: Ramon Fried <ramon.fried@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1bd583c975..0434dbd920 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -207,7 +207,11 @@  ARM SNAPDRAGON
 M:	Ramon Fried <ramon.fried@gmail.com>
 S:	Maintained
 F:	arch/arm/mach-snapdragon/
+F:	drivers/gpio/msm_gpio.c
+F:	drivers/mmc/msm_sdhci.c
+F:	drivers/serial/serial_msm.c
 F:	drivers/smem/msm_smem.c
+F:	drivers/usb/host/ehci-msm.c
 
 ARM STI
 M:	Patrice Chotard <patrice.chotard@st.com>