devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/9] Bug fixes and improvements to Broadcom BDC driver
@ 2017-07-19 19:11 Al Cooper
  2017-07-19 19:11 ` [PATCH V2 1/9] usb: bdc: Fix misleading register names Al Cooper
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Al Cooper @ 2017-07-19 19:11 UTC (permalink / raw)
  To: linux-kernel
  Cc: Al Cooper, Greg Kroah-Hartman, Rob Herring, Mark Rutland,
	Felipe Balbi, yuan linyu, Florian Fainelli,
	open list:USB SUBSYSTEM,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	bcm-kernel-feedback-list

V2 Changes:
- Add support for USB phys. We need to handle systems with either
  a single phy or systems with both a USB2.0 and USB3.0 phy
- Fixes to the dt-bindings document based on feedback from 
  Rob Herring. Changes include changing the compatible base
  name to "brcm,bdc" because "brcm,bdc-udc" seemed redundant
- Add proper suspend/resume support with clock control
- Split out code cleanup into separate patch

Bug fixes and improvements to the Broadcom USB STB BDC driver.

Al Cooper (8):
  usb: bdc: Fix misleading register names
  dt-bindings: usb: bdc: Add Device Tree binding for Broadcom UDC driver
  usb: bdc: Add clock enable for new chips with a separate BDC clock
  usb: bdc: Small code cleanup
  usb: bdc: Add support for suspend/resume
  usb: bdc: fix "xsf for ep not enabled" errror
  usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systems
  usb: bdc: Add support for USB phy

Florian Fainelli (1):
  usb: bdc: hook a quick Device Tree compatible string

 Documentation/devicetree/bindings/usb/brcm,bdc.txt |  29 ++++
 drivers/usb/gadget/udc/bdc/Kconfig                 |   1 +
 drivers/usb/gadget/udc/bdc/bdc.h                   |  24 ++--
 drivers/usb/gadget/udc/bdc/bdc_core.c              | 148 +++++++++++++++++++--
 drivers/usb/gadget/udc/bdc/bdc_dbg.c               |  16 +--
 drivers/usb/gadget/udc/bdc/bdc_ep.c                |   4 +-
 drivers/usb/gadget/udc/bdc/bdc_udc.c               |   7 +-
 7 files changed, 197 insertions(+), 32 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/brcm,bdc.txt

-- 
1.9.0.138.g2de3478

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-07-24 19:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 19:11 [PATCH V2 0/9] Bug fixes and improvements to Broadcom BDC driver Al Cooper
2017-07-19 19:11 ` [PATCH V2 1/9] usb: bdc: Fix misleading register names Al Cooper
2017-07-19 19:11 ` [PATCH V2 2/9] dt-bindings: usb: bdc: Add Device Tree binding for Broadcom UDC driver Al Cooper
     [not found]   ` <1500491508-9783-3-git-send-email-alcooperx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-07-24 19:19     ` Rob Herring
2017-07-19 19:11 ` [PATCH V2 3/9] usb: bdc: Add clock enable for new chips with a separate BDC clock Al Cooper
2017-07-19 19:11 ` [PATCH V2 4/9] usb: bdc: Small code cleanup Al Cooper
2017-07-19 19:11 ` [PATCH V2 5/9] usb: bdc: hook a quick Device Tree compatible string Al Cooper
     [not found] ` <1500491508-9783-1-git-send-email-alcooperx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-07-19 19:11   ` [PATCH V2 6/9] usb: bdc: Add support for suspend/resume Al Cooper
2017-07-19 19:11 ` [PATCH V2 7/9] usb: bdc: fix "xsf for ep not enabled" errror Al Cooper
2017-07-19 19:11 ` [PATCH V2 8/9] usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systems Al Cooper
2017-07-19 19:11 ` [PATCH V2 9/9] usb: bdc: Add support for USB phy Al Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).