diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-05-04 07:14:36 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-04 18:22:57 +0200 |
commit | 8bbe44ce6543830c520a6424d388ed70e1baae95 (patch) | |
tree | a4e719a080f7469b8d05b1c6c3441cd14cd8203c /MAINTAINERS | |
parent | b3e40fc85735b787ce65909619fcd173107113c2 (diff) | |
download | linux-stable-8bbe44ce6543830c520a6424d388ed70e1baae95.tar.gz linux-stable-8bbe44ce6543830c520a6424d388ed70e1baae95.tar.bz2 linux-stable-8bbe44ce6543830c520a6424d388ed70e1baae95.zip |
MAINTAINERS: Remove {ehci,uhci}-platform.c from ARM/VT8500 entry
ARM/VT8500 is marked as Orphan. It includes ehci-platform.c and
uhci-platform.c in its file list, even though uhci-platform.c is included
from uhci-hcd.c and ehci-platform.c is used by several platforms.
Listing those files as part of an orphan platform does not add value,
even more so since they are marked as supported as part of generic ehci
and uhci support. Drop the files from the ARM/VT8500 entry.
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20240504141436.647782-1-linux@roeck-us.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 487858dfd109..7d1f4b1fb4c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3022,8 +3022,6 @@ F: drivers/mmc/host/wmt-sdmmc.c F: drivers/pwm/pwm-vt8500.c F: drivers/rtc/rtc-vt8500.c F: drivers/tty/serial/vt8500_serial.c -F: drivers/usb/host/ehci-platform.c -F: drivers/usb/host/uhci-platform.c F: drivers/video/fbdev/vt8500lcdfb.* F: drivers/video/fbdev/wm8505fb* F: drivers/video/fbdev/wmt_ge_rops.* |