devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: renesas_usbhs: Add RZ/A1 support
@ 2018-01-04 20:01 Chris Brandt
       [not found] ` <20180104200150.11352-1-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Chris Brandt @ 2018-01-04 20:01 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring, Mark Rutland, Simon Horman
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Chris Brandt

This series adds RZ/A1 gadget support to the renesas_usbhs driver.
Basically, it's almost the same HW as the R-Car (and SH) parts.
The only real difference is the some extra registers for the PHY.

This was tested on an RSK board by connecting to a PC as an
Ethernet CDC gadget.

Chris Brandt (3):
  usb: renesas_usbhs: Add support for RZ/A1
  dt-bindings: usb: renesas_usbhs: Add support for RZ/A1
  ARM: dts: r7s72100: add USB device to device tree

 .../devicetree/bindings/usb/renesas_usbhs.txt      |  2 +
 arch/arm/boot/dts/r7s72100.dtsi                    | 20 +++++++++
 drivers/usb/renesas_usbhs/Makefile                 |  2 +-
 drivers/usb/renesas_usbhs/common.c                 | 17 +++++++
 drivers/usb/renesas_usbhs/common.h                 |  6 +++
 drivers/usb/renesas_usbhs/rza.c                    | 52 ++++++++++++++++++++++
 drivers/usb/renesas_usbhs/rza.h                    |  4 ++
 include/linux/usb/renesas_usbhs.h                  |  1 +
 8 files changed, 103 insertions(+), 1 deletion(-)
 create mode 100644 drivers/usb/renesas_usbhs/rza.c
 create mode 100644 drivers/usb/renesas_usbhs/rza.h

-- 
2.15.1


--
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] 12+ messages in thread

end of thread, other threads:[~2018-01-05 13:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04 20:01 [PATCH 0/3] usb: renesas_usbhs: Add RZ/A1 support Chris Brandt
     [not found] ` <20180104200150.11352-1-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2018-01-04 20:01   ` [PATCH 1/3] usb: renesas_usbhs: Add support for RZ/A1 Chris Brandt
2018-01-04 20:01   ` [PATCH 2/3] dt-bindings: " Chris Brandt
2018-01-05  8:48     ` Geert Uytterhoeven
2018-01-04 20:01   ` [PATCH 3/3] ARM: dts: r7s72100: add USB device to device tree Chris Brandt
2018-01-05  8:53     ` Geert Uytterhoeven
     [not found]       ` <CAMuHMdWmoi3D9-XGXjefCsB2SgNjAH_G6uteSaTiWAN_krXhng-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-05 12:54         ` Chris Brandt
     [not found]           ` <SG2PR06MB11653DA8D7101215AECE3B698A1C0-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2018-01-05 13:03             ` Geert Uytterhoeven
     [not found]               ` <CAMuHMdVq6FcCE0G5c3fm-GvAfORyNy9zwO5j-Ph-4oTN9+wsvQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-05 13:24                 ` Chris Brandt
2018-01-05  9:03     ` Sergei Shtylyov
     [not found]       ` <c6eac313-2d2d-70c8-16bb-ddb860fb7aa1-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2018-01-05 12:42         ` Chris Brandt
     [not found]     ` <20180104200150.11352-4-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2018-01-05  9:53       ` Simon Horman

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).