diff mbox series

MAINTAINERS: Add usb.h entry to usb

Message ID 20200325203553.202127-1-marex@denx.de
State Accepted
Commit cb11eed23d7215b6902d43f6273b562ee31e770a
Headers show
Series MAINTAINERS: Add usb.h entry to usb | expand

Commit Message

Marek Vasut March 25, 2020, 8:35 p.m. UTC
Add usb.h file into the USB list.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Tom Rini <trini at konsulko.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini March 27, 2020, 9:56 p.m. UTC | #1
On Wed, Mar 25, 2020 at 09:35:53PM +0100, Marek Vasut wrote:

> Add usb.h file into the USB list.
> 
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Tom Rini <trini at konsulko.com>

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

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 92dda40a85..9c1543f17d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -937,6 +937,7 @@  T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
 F:	drivers/usb/
 F:	common/usb.c
 F:	common/usb_kbd.c
+F:	include/usb.h
 
 USB xHCI
 M:	Bin Meng <bmeng.cn at gmail.com>