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

v4:
 * Re-added "renesas,usbhs-r7s72100" to doc
 * Changed to "renesas,usbhs-r7s72100", "renesas,rza1-usbhs" for DTS
v3:
 * Changed from "renesas,usbhs-r7s72100" to "renesas,rza1-usbhs"
 * Removed "renesas,usbhs-r7s72100"
 * Changed License of rza.c
v2:
 * Node name is now generic 'usb@'
 * GIC_SPI (73-32) is now just GIC_SPI 41
 * All hex number are lower case
 * Added Reviewed-by


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                 | 13 ++++++
 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, 99 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] 9+ messages in thread

end of thread, other threads:[~2018-01-11 21:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-08 12:30 [PATCH v4 0/3] usb: renesas_usbhs: Add RZ/A1 support Chris Brandt
     [not found] ` <20180108123055.64890-1-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2018-01-08 12:30   ` [PATCH v4 1/3] usb: renesas_usbhs: Add support for RZ/A1 Chris Brandt
     [not found]     ` <20180108123055.64890-2-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2018-01-10  8:26       ` Yoshihiro Shimoda
     [not found]         ` <TY1PR06MB0992C908652672902D18D824D8110-/PRLmSCtZ16WJvbLRFYGcG0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2018-01-10  8:31           ` Yoshihiro Shimoda
2018-01-08 12:30   ` [PATCH v4 2/3] dt-bindings: " Chris Brandt
2018-01-09  9:01     ` Simon Horman
     [not found]     ` <20180108123055.64890-3-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2018-01-10  8:31       ` Yoshihiro Shimoda
2018-01-11 21:58       ` Rob Herring
2018-01-08 12:30   ` [PATCH v4 3/3] ARM: dts: r7s72100: add USB device to device tree Chris Brandt

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