All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC v3 0/4] usb: role: rcar-usb3-role-switch: add support for R-Car SoCs
@ 2018-05-14  9:15 Yoshihiro Shimoda
  2018-05-14  9:15   ` [PATCH/RFC,v3,1/4] " Yoshihiro Shimoda
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Yoshihiro Shimoda @ 2018-05-14  9:15 UTC (permalink / raw)
  To: gregkh, robh+dt, mark.rutland
  Cc: heikki.krogerus, hdegoede, andy.shevchenko, linux-usb,
	linux-renesas-soc, devicetree, Yoshihiro Shimoda

This patch set is based on Felipe's usb.git / testing/next branch
(commit id = 5d1332a8eabd8bd5b8c322d45542968ee6f113be).

I still marked this patch set as "RFC". I would like to know whether
this way is good or not.

Changes from RFC v2:
 - Add registering usb role switch into drivers/usb/gadget/udc/renesas_usb3
   because hardware resource (a register) is shared and remove individual
   usb role switch driver/dt-bindings for R-Car.
 - Remove "usb_role_switch_get_by_graph" API because the renesas_usb3 driver
   doesn't need such API now.

Changes from RFC:
 - Remove "device-connection-id" and "usb role switch driver" dt-bingings.
 - Remove drivers/of code.
 - Add a new API for find the connection by using graph on devcon.c and roles.c.
 - Use each new API on the rcar usb role switch and renesas_usb3 drivers.
 - Update the dtsi file for r8a7795.


Yoshihiro Shimoda (4):
  base: devcon: add a new API to find the graph
  usb: gadget: udc: renesas_usb3: Add register of usb role switch
  usb: gadget: udc: renesas_usb3: use usb role switch API
  arm64: dts: renesas: r8a7795: add OF graph for usb role switch

 .../devicetree/bindings/usb/renesas_usb3.txt       | 15 +++++
 Documentation/driver-api/device_connection.rst     |  4 +-
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 12 ++++
 drivers/base/devcon.c                              | 43 +++++++++++++
 drivers/usb/gadget/udc/Kconfig                     |  1 +
 drivers/usb/gadget/udc/renesas_usb3.c              | 74 +++++++++++++++++++++-
 include/linux/device.h                             |  2 +
 7 files changed, 147 insertions(+), 4 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-05-15 11:02 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-14  9:15 [PATCH/RFC v3 0/4] usb: role: rcar-usb3-role-switch: add support for R-Car SoCs Yoshihiro Shimoda
2018-05-14  9:15 ` [PATCH/RFC v3 1/4] base: devcon: add a new API to find the graph Yoshihiro Shimoda
2018-05-14  9:15   ` [PATCH/RFC,v3,1/4] " Yoshihiro Shimoda
2018-05-14 13:27   ` [PATCH/RFC v3 1/4] " Heikki Krogerus
2018-05-14 13:27     ` [PATCH/RFC,v3,1/4] " Heikki Krogerus
2018-05-15  2:19     ` [PATCH/RFC v3 1/4] " Yoshihiro Shimoda
2018-05-15  2:19       ` [PATCH/RFC,v3,1/4] " Yoshihiro Shimoda
2018-05-15  8:29       ` [PATCH/RFC v3 1/4] " Heikki Krogerus
2018-05-15  8:29         ` [PATCH/RFC,v3,1/4] " Heikki Krogerus
2018-05-15 11:02         ` [PATCH/RFC v3 1/4] " Yoshihiro Shimoda
2018-05-15 11:02           ` [PATCH/RFC,v3,1/4] " Yoshihiro Shimoda
2018-05-14 15:09   ` [PATCH/RFC v3 1/4] " Randy Dunlap
2018-05-14 15:09     ` [PATCH/RFC,v3,1/4] " Randy Dunlap
2018-05-14  9:15 ` [PATCH/RFC v3 2/4] usb: gadget: udc: renesas_usb3: Add register of usb role switch Yoshihiro Shimoda
2018-05-14  9:15   ` [PATCH/RFC,v3,2/4] " Yoshihiro Shimoda
2018-05-14  9:15 ` [PATCH/RFC v3 3/4] usb: gadget: udc: renesas_usb3: use usb role switch API Yoshihiro Shimoda
2018-05-14  9:15   ` [PATCH/RFC,v3,3/4] " Yoshihiro Shimoda
2018-05-15  7:54   ` [PATCH/RFC v3 3/4] " Simon Horman
2018-05-15  7:54     ` [PATCH/RFC,v3,3/4] " Simon Horman
2018-05-15  8:02     ` [PATCH/RFC v3 3/4] " Yoshihiro Shimoda
2018-05-15  8:02       ` [PATCH/RFC,v3,3/4] " Yoshihiro Shimoda
2018-05-15  8:03       ` [PATCH/RFC v3 3/4] " Simon Horman
2018-05-15  8:03         ` [PATCH/RFC,v3,3/4] " Simon Horman
2018-05-15  8:32         ` [PATCH/RFC v3 3/4] " Yoshihiro Shimoda
2018-05-15  8:32           ` [PATCH/RFC,v3,3/4] " Yoshihiro Shimoda
2018-05-14  9:16 ` [PATCH/RFC v3 4/4] arm64: dts: renesas: r8a7795: add OF graph for usb role switch Yoshihiro Shimoda
2018-05-14  9:16   ` [PATCH/RFC,v3,4/4] " Yoshihiro Shimoda

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.