All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/5] Extend xhci-dwc3
@ 2017-05-29  7:57 patrice.chotard at st.com
  2017-05-29  7:57 ` [U-Boot] [PATCH v4 1/5] usb: host: xhci-dwc3: Convert driver to DM patrice.chotard at st.com
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: patrice.chotard at st.com @ 2017-05-29  7:57 UTC (permalink / raw)
  To: u-boot

From: Patrice Chotard <patrice.chotard@st.com>

This series extend xhci-dwc3.c drivers by :
	_ converting it to DM model,
	_ adding dual role mode support from DT
	_ adding new generic_phy_valid() method in PHY framework
	_ adding support of generic PHY framework

v4:     _ set phy->dev to NULL in case of generic_phy_get_by_index()
v3:	_ introduce generic_phy_valid() method 
	_ add Reviewed-by
v2:	_ use dev_get_addr() in PATCH 1 and removed useless piece of code

Patrice Chotard (5):
  usb: host: xhci-dwc3: Convert driver to DM
  usb: host: xhci-dwc3: Add dual role mode support from DT
  drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index()
    fails
  drivers: phy: add generic_phy_valid() method
  usb: host: xhci-dwc3: Add generic PHY support

 drivers/phy/phy-uclass.c     |  7 ++++
 drivers/usb/host/xhci-dwc3.c | 91 ++++++++++++++++++++++++++++++++++++++++++++
 include/generic-phy.h        |  8 ++++
 3 files changed, 106 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2017-06-01  8:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29  7:57 [U-Boot] [PATCH v4 0/5] Extend xhci-dwc3 patrice.chotard at st.com
2017-05-29  7:57 ` [U-Boot] [PATCH v4 1/5] usb: host: xhci-dwc3: Convert driver to DM patrice.chotard at st.com
2017-06-01  3:11   ` Simon Glass
2017-06-01  7:36     ` Patrice CHOTARD
2017-05-29  7:57 ` [U-Boot] [PATCH v4 2/5] usb: host: xhci-dwc3: Add dual role mode support from DT patrice.chotard at st.com
2017-06-01  3:11   ` Simon Glass
2017-05-29  7:57 ` [U-Boot] [PATCH v4 3/5] drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails patrice.chotard at st.com
2017-06-01  3:11   ` Simon Glass
2017-05-29  7:57 ` [U-Boot] [PATCH v4 4/5] drivers: phy: add generic_phy_valid() method patrice.chotard at st.com
2017-06-01  3:11   ` Simon Glass
2017-05-29  7:57 ` [U-Boot] [PATCH v4 5/5] usb: host: xhci-dwc3: Add generic PHY support patrice.chotard at st.com
2017-06-01  3:11   ` Simon Glass
2017-06-01  8:16 ` [U-Boot] [PATCH v4 0/5] Extend xhci-dwc3 Patrice CHOTARD

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.