summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2018-08-03 20:56:27 +0300
committerTom Rini <trini@konsulko.com>2018-08-13 14:04:04 -0400
commitce18baf911340f8adbf2b63cd910a3d3346135e5 (patch)
tree2aebc880f54b7a8d846ed36ba65faf2c10ec2b64 /MAINTAINERS
parent6c1432baf21e871a7ab768b2157163c222f697ee (diff)
downloadu-boot-ce18baf911340f8adbf2b63cd910a3d3346135e5.tar.gz
u-boot-ce18baf911340f8adbf2b63cd910a3d3346135e5.tar.xz
u-boot-ce18baf911340f8adbf2b63cd910a3d3346135e5.zip
MAINTAINERS: Add more sources to Arch Snapdragon
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8a2f0a730c..cc28a980f1 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>