Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1581246 > unrolled thread

[PATCH 0/3] usb: dwc3: trivial fixes.

Started byRoger Quadros <rogerq@ti.com>
First post2017-02-15 12:40 +0100
Last post2017-02-15 12:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] usb: dwc3: trivial fixes. Roger Quadros <rogerq@ti.com> - 2017-02-15 12:40 +0100

#1581246 — [PATCH 0/3] usb: dwc3: trivial fixes.

FromRoger Quadros <rogerq@ti.com>
Date2017-02-15 12:40 +0100
Subject[PATCH 0/3] usb: dwc3: trivial fixes.
Message-ID<tb66d-7Lf-3@gated-at.bofh.it>
Hi Felipe,

These are some trivial fixes. First patch is tagged for stable.
You might want to pick it up for v4.11. Thanks.

cheers,
-roger

Roger Quadros (3):
  usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()
  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          | 192 +++++++++++++++++++--------------------
 drivers/usb/dwc3/dwc3-omap.c     |  49 +++++-----
 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web