linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add USB-HOST support to cat874
@ 2019-03-01 11:05 Fabrizio Castro
  2019-03-01 11:05 ` [PATCH 1/4] usb: common: Consider only available nodes for dr_mode Fabrizio Castro
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Fabrizio Castro @ 2019-03-01 11:05 UTC (permalink / raw)
  To: Geert Uytterhoeven, Simon Horman, Rob Herring, Mark Rutland,
	Yoshihiro Shimoda
  Cc: Fabrizio Castro, Magnus Damm, Kishon Vijay Abraham I,
	Greg Kroah-Hartman, Arnd Bergmann, linux-renesas-soc, devicetree,
	linux-usb, Chris Paterson, Biju Das, ebiharaml

While trying to add USB-HOST support to the cat874 board,
it came up that of_usb_get_dr_mode_by_phy was selecting
the wrong DT node to use for dr_mode.
Also, drivers/phy/renesas/phy-rcar-gen3-usb2.c was registering
IRQs, no matter the dr_mode.

This series adds all that is required to add USB-HOST support
to the cat874 board, and also removes the hsusb from Draak's DT
as not necessary anymore.

Thanks,
Fab

Fabrizio Castro (4):
  usb: common: Consider only available nodes for dr_mode
  phy: renesas: rcar-gen3-usb2: No need to request IRQ for non-OTG
  arm64: dts: renesas: r8a774c0-cat874: Add USB-HOST support
  arm64: dts: renesas: r8a77995: draak: Remove hsusb node

 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 15 ++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts  |  5 -----
 drivers/phy/renesas/phy-rcar-gen3-usb2.c        | 26 ++++++++++++-------------
 drivers/usb/common/common.c                     |  2 ++
 4 files changed, 30 insertions(+), 18 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-04-17  6:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 11:05 [PATCH 0/4] Add USB-HOST support to cat874 Fabrizio Castro
2019-03-01 11:05 ` [PATCH 1/4] usb: common: Consider only available nodes for dr_mode Fabrizio Castro
2019-04-02  1:53   ` Yoshihiro Shimoda
2019-04-02  9:22     ` Fabrizio Castro
2019-04-02 11:09       ` Yoshihiro Shimoda
2019-04-02 11:47         ` Fabrizio Castro
2019-04-08  5:52           ` Yoshihiro Shimoda
2019-03-01 11:05 ` [PATCH 2/4] phy: renesas: rcar-gen3-usb2: No need to request IRQ for non-OTG Fabrizio Castro
2019-04-01 12:26   ` Kishon Vijay Abraham I
2019-04-02  2:11     ` Yoshihiro Shimoda
2019-04-03 10:24       ` Fabrizio Castro
2019-04-17  6:35         ` Kishon Vijay Abraham I
2019-03-01 11:05 ` [PATCH 3/4] arm64: dts: renesas: r8a774c0-cat874: Add USB-HOST support Fabrizio Castro
2019-04-03 10:29   ` Fabrizio Castro
2019-04-04 10:41     ` Simon Horman
2019-03-01 11:05 ` [PATCH 4/4] arm64: dts: renesas: r8a77995: draak: Remove hsusb node Fabrizio Castro
2019-04-03 10:26   ` Fabrizio Castro
2019-04-04 10:34     ` Simon Horman
2019-03-06 13:13 ` [PATCH 0/4] Add USB-HOST support to cat874 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).