Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1367053
| From | Roger Quadros <rogerq@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 0/3] usb: otg-fsm: Add documentation and some trivial cleanups |
| Date | 2016-03-30 12:00 +0200 |
| Message-ID | <ril4S-3q2-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Add documentation for struct otg_fsm with some trivial cleanups. All patches have been Acked by otg-fsm maintainer (Peter Chen). cheers, -roger Roger Quadros (3): usb: otg-fsm: Add documentation for struct otg_fsm usb: otg-fsm: support multiple instances usb: otg-fsm: Prevent build warning "VDBG" redefined drivers/usb/chipidea/otg_fsm.c | 1 + drivers/usb/common/usb-otg-fsm.c | 20 +++---- drivers/usb/phy/phy-fsl-usb.c | 1 + include/linux/usb/otg-fsm.h | 110 +++++++++++++++++++++++++++++++-------- 4 files changed, 100 insertions(+), 32 deletions(-) -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v6 0/3] usb: otg-fsm: Add documentation and some trivial cleanups Roger Quadros <rogerq@ti.com> - 2016-03-30 12:00 +0200
[PATCH v6 3/3] usb: otg-fsm: Prevent build warning "VDBG" redefined Roger Quadros <rogerq@ti.com> - 2016-03-30 12:00 +0200
[PATCH v7 3/3] usb: otg-fsm: Prevent build warning "VDBG" redefined Roger Quadros <rogerq@ti.com> - 2016-03-31 11:50 +0200
[PATCH v6 1/3] usb: otg-fsm: Add documentation for struct otg_fsm Roger Quadros <rogerq@ti.com> - 2016-03-30 12:00 +0200
[PATCH v6 2/3] usb: otg-fsm: support multiple instances Roger Quadros <rogerq@ti.com> - 2016-03-30 12:00 +0200
Re: [PATCH v6 0/3] usb: otg-fsm: Add documentation and some trivial cleanups Peter Chen <hzpeterchen@gmail.com> - 2016-03-31 09:10 +0200
Re: [PATCH v6 0/3] usb: otg-fsm: Add documentation and some trivial cleanups Roger Quadros <rogerq@ti.com> - 2016-03-31 11:50 +0200
csiph-web