diff options
author | Peter Chen <peter.chen@freescale.com> | 2015-02-15 12:22:59 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-15 10:27:21 +0100 |
commit | 963ffa3e97d4011cbc545d4236179f227e199f3f (patch) | |
tree | 3db331025da7413c051b4fca039a31af419110ce | |
parent | d20f7807996c69537e07443ef8dec4e01a28b099 (diff) | |
download | op-kernel-dev-963ffa3e97d4011cbc545d4236179f227e199f3f.zip op-kernel-dev-963ffa3e97d4011cbc545d4236179f227e199f3f.tar.gz |
MAINTAINERS: add entry for USB OTG FSM
Add MAINTAINER entry for USB OTG Finite State Machine
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6239a30..43391d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10196,6 +10196,13 @@ S: Maintained F: Documentation/usb/ohci.txt F: drivers/usb/host/ohci* +USB OTG FSM (Finite State Machine) +M: Peter Chen <Peter.Chen@freescale.com> +T: git git://github.com/hzpeterchen/linux-usb.git +L: linux-usb@vger.kernel.org +S: Maintained +F: drivers/usb/common/usb-otg-fsm.c + USB OVER IP DRIVER M: Valentina Manea <valentina.manea.m@gmail.com> M: Shuah Khan <shuah.kh@samsung.com> |