The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for Synopsys UDC for ARM platforms
@ 2016-11-30  6:05 Raviteja Garimella
  2016-11-30  6:05 ` [PATCH 1/2] Add DT bindings documentation for Synopsys UDC driver Raviteja Garimella
  2016-11-30  6:05 ` [PATCH 2/2] Synopsys USB 2.0 Device Controller (UDC) Driver Raviteja Garimella
  0 siblings, 2 replies; 10+ messages in thread
From: Raviteja Garimella @ 2016-11-30  6:05 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Greg Kroah-Hartman, Felipe Balbi
  Cc: devicetree, linux-kernel, bcm-kernel-feedback-list, linux-usb

This patchset adds support for Synposys Designware core AHB-UDC
(USB Device controller) for Arm platfoms.

New UDC driver is added to drivers/usb/gadget directory along with
updating the Kconfig and Makefile. 
DT bindings documentation is also added for the same.
Device tree entry for the same in NS2 dtsi will be sent for review
once the DRD phy driver code is pushed (which is being reviewed in a
separate patch series).

This patchset is tested on Broadcom NS2 BCM958712K reference board.

Repo: https://github.com/Broadcom/arm64-linux.git
Branch: udc_v1

Raviteja Garimella (2):
  Add DT bindings documentation for Synopsys UDC driver
  Synopsys USB 2.0 Device Controller (UDC) Driver

 .../devicetree/bindings/usb/snps,dw-ahb-udc.txt    |   29 +
 drivers/usb/gadget/udc/Kconfig                     |   12 +
 drivers/usb/gadget/udc/Makefile                    |    1 +
 drivers/usb/gadget/udc/snps_udc.c                  | 1751 ++++++++++++++++++++
 drivers/usb/gadget/udc/snps_udc.h                  | 1071 ++++++++++++
 5 files changed, 2864 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/snps,dw-ahb-udc.txt
 create mode 100644 drivers/usb/gadget/udc/snps_udc.c
 create mode 100644 drivers/usb/gadget/udc/snps_udc.h

-- 
2.1.0

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

end of thread, other threads:[~2016-12-06 10:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30  6:05 [PATCH 0/2] Support for Synopsys UDC for ARM platforms Raviteja Garimella
2016-11-30  6:05 ` [PATCH 1/2] Add DT bindings documentation for Synopsys UDC driver Raviteja Garimella
2016-12-05 23:04   ` Rob Herring
2016-12-06 10:53     ` Raviteja Garimella
2016-11-30  6:05 ` [PATCH 2/2] Synopsys USB 2.0 Device Controller (UDC) Driver Raviteja Garimella
2016-11-30 10:40   ` Felipe Balbi
2016-11-30 12:42     ` Raviteja Garimella
2016-11-30 12:46       ` Felipe Balbi
2016-12-01  0:54         ` John Youn
2016-12-01  8:53           ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox