All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for Synopsys UDC for ARM platforms
@ 2016-11-30  6:05 ` Raviteja Garimella
  0 siblings, 0 replies; 20+ 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-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	linux-usb-u79uwXL29TY76Z2rM5mHXA

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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 20+ 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 ` Raviteja Garimella
     [not found] ` <1480485910-7797-1-git-send-email-raviteja.garimella-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-11-30  6:05   ` [PATCH 1/2] Add DT bindings documentation for Synopsys UDC driver Raviteja Garimella
2016-11-30  6:05     ` Raviteja Garimella
     [not found]     ` <1480485910-7797-2-git-send-email-raviteja.garimella-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-12-05 23:04       ` Rob Herring
2016-12-05 23:04         ` Rob Herring
2016-12-06 10:53         ` Raviteja Garimella
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  6:05     ` Raviteja Garimella
     [not found]     ` <1480485910-7797-3-git-send-email-raviteja.garimella-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-11-30 10:40       ` Felipe Balbi
2016-11-30 10:40         ` Felipe Balbi
     [not found]         ` <874m2pntdh.fsf-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-11-30 12:42           ` Raviteja Garimella
2016-11-30 12:42             ` Raviteja Garimella
     [not found]             ` <CAEHZuqNgDwJL7HCP18R_M8TZcW-mENQsfyChv0_Zmm4M2ZTOkg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-30 12:46               ` Felipe Balbi
2016-11-30 12:46                 ` Felipe Balbi
2016-12-01  0:54                 ` John Youn
2016-12-01  0:54                   ` John Youn
     [not found]                   ` <7de6b970-c88c-b277-eaae-d9c0067b590f-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2016-12-01  8:53                     ` Felipe Balbi
2016-12-01  8:53                       ` Felipe Balbi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.