Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1612598
| From | Roger Quadros <rogerq@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] usb: dwc3: trivial fixes. |
| Date | 2017-03-30 08:50 +0200 |
| Message-ID | <tqC4a-2hn-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Felipe, Resending this series rebased on v4.11-rc4. Changelog: v3: -rebased on v4.11-rc4 v2: -include bitops.h header cheers, -roger Roger Quadros (2): usb: dwc3: use BIT() macro where possible usb: otg-fsm: Prevent build warning "VDBG" redefined drivers/usb/common/usb-otg-fsm.c | 7 ++ drivers/usb/dwc3/core.h | 193 ++++++++++++++++++++------------------- drivers/usb/dwc3/dwc3-omap.c | 48 +++++----- drivers/usb/dwc3/gadget.h | 20 ++-- drivers/usb/phy/phy-fsl-usb.c | 7 ++ include/linux/usb/otg-fsm.h | 15 --- 6 files changed, 145 insertions(+), 145 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] usb: dwc3: trivial fixes. Roger Quadros <rogerq@ti.com> - 2017-03-30 08:50 +0200
[PATCH v3 1/2] usb: dwc3: use BIT() macro where possible Roger Quadros <rogerq@ti.com> - 2017-03-30 08:50 +0200
Re: [PATCH v3 1/2] usb: dwc3: use BIT() macro where possible Felipe Balbi <balbi@kernel.org> - 2017-03-30 12:30 +0200
Re: [PATCH v3 1/2] usb: dwc3: use BIT() macro where possible Roger Quadros <rogerq@ti.com> - 2017-03-30 12:50 +0200
[PATCH v3 2/2] usb: otg-fsm: Prevent build warning "VDBG" redefined Roger Quadros <rogerq@ti.com> - 2017-03-30 08:50 +0200
csiph-web