All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Make dwc3 use Generic PHY Framework and misc cleanup
@ 2013-09-02 15:43 ` Kishon Vijay Abraham I
  0 siblings, 0 replies; 139+ messages in thread
From: Kishon Vijay Abraham I @ 2013-09-02 15:43 UTC (permalink / raw)
  To: rogerq, kishon, balbi
  Cc: mark.rutland, devicetree, george.cherian, linux-usb, linux,
	s.nawrocki, pawel.moll, swarren, tony, gregkh, linux-doc,
	linux-kernel, rob.herring, rob, bcousson, galak, grant.likely,
	linux-omap, linux-arm-kernel, ian.campbell

Modified dwc3 core to find PHYs only if the platform indicates that it has
to use a PHY. Adapted DWC3 and USB3 PHY to use Generic PHY framework. Also
changed the name of USB3 PHY driver to PIPE3 PHY driver since the same driver
has to be used for SATA and PCIE too.

This series also includes a bunch of misc cleanups and also renamed
omap_control_usb to omap_control_phy (done on top of rogers patches [1])

Did g_zero enumeration testing on OMAP4 PANDA and did xhci testing in
OMAP5 uEvm.

I have pushed this branch to http://git.gitorious.org/linuxphy/linuxphy.git
dwc3_generic_phy

[1] -> git://github.com/rogerq/linux.git usb-control-module

Kishon Vijay Abraham I (7):
  usb: dwc3: get "usb_phy" only if the platform indicates the presence
    of PHY
  usb: dwc3: adapt dwc3 core to use Generic PHY Framework
  drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY Framework
  Documentation: dt bindings: move ..usb/usb-phy.txt to
    ..phy/omap-phy.txt
  phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/
  arm/dts: added dt properties to adapt to the new phy framwork
  drivers: phy: renamed struct omap_control_usb to struct
    omap_control_phy

 .../bindings/{usb/usb-phy.txt => phy/omap-phy.txt} |    7 +-
 Documentation/devicetree/bindings/usb/dwc3.txt     |    6 +-
 arch/arm/boot/dts/omap5.dtsi                       |    5 +-
 drivers/phy/Kconfig                                |   22 +-
 drivers/phy/Makefile                               |    2 +
 drivers/{usb => }/phy/phy-omap-control.c           |  164 +++++++--------
 .../phy/phy-omap-usb3.c => phy/phy-omap-pipe3.c}   |  212 +++++++++++---------
 drivers/phy/phy-omap-usb2.c                        |   10 +-
 drivers/usb/dwc3/Kconfig                           |    2 +
 drivers/usb/dwc3/core.c                            |  109 ++++++----
 drivers/usb/dwc3/core.h                            |    7 +
 drivers/usb/dwc3/platform_data.h                   |    1 +
 drivers/usb/musb/omap2430.c                        |    2 +-
 drivers/usb/phy/Kconfig                            |   11 -
 drivers/usb/phy/Makefile                           |    2 -
 drivers/usb/phy/phy-twl6030-usb.c                  |    2 +-
 .../omap_control_usb.h => phy/omap_control_phy.h}  |   32 +--
 include/linux/{usb/omap_usb.h => phy/omap_pipe3.h} |   33 +--
 include/linux/{usb => phy}/omap_usb.h              |    3 -
 19 files changed, 348 insertions(+), 284 deletions(-)
 rename Documentation/devicetree/bindings/{usb/usb-phy.txt => phy/omap-phy.txt} (88%)
 rename drivers/{usb => }/phy/phy-omap-control.c (55%)
 rename drivers/{usb/phy/phy-omap-usb3.c => phy/phy-omap-pipe3.c} (55%)
 rename include/linux/{usb/omap_control_usb.h => phy/omap_control_phy.h} (69%)
 copy include/linux/{usb/omap_usb.h => phy/omap_pipe3.h} (52%)
 rename include/linux/{usb => phy}/omap_usb.h (95%)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-10-15 14:13 UTC | newest]

Thread overview: 139+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02 15:43 [PATCH 0/7] Make dwc3 use Generic PHY Framework and misc cleanup Kishon Vijay Abraham I
2013-09-02 15:43 ` Kishon Vijay Abraham I
2013-09-02 15:43 ` Kishon Vijay Abraham I
2013-09-02 15:43 ` [PATCH 1/7] usb: dwc3: get "usb_phy" only if the platform indicates the presence of PHY Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-12 10:36   ` Roger Quadros
2013-09-12 10:36     ` Roger Quadros
2013-09-12 10:36     ` Roger Quadros
2013-09-12 10:47     ` Vivek Gautam
2013-09-12 10:47       ` Vivek Gautam
2013-09-12 10:47       ` Vivek Gautam
2013-09-12 11:04       ` Roger Quadros
2013-09-12 11:04         ` Roger Quadros
2013-09-12 11:04         ` Roger Quadros
2013-09-12 11:26         ` Vivek Gautam
2013-09-12 11:26           ` Vivek Gautam
2013-09-12 11:26           ` Vivek Gautam
2013-09-12 13:11           ` Roger Quadros
2013-09-12 13:11             ` Roger Quadros
2013-09-12 13:11             ` Roger Quadros
     [not found]             ` <5231BD9F.4020105-l0cyMroinI0@public.gmane.org>
2013-09-16  8:40               ` Vivek Gautam
2013-09-16  8:40                 ` Vivek Gautam
2013-09-16  8:40                 ` Vivek Gautam
2013-09-17 15:45       ` Felipe Balbi
2013-09-17 15:45         ` Felipe Balbi
2013-09-17 15:45         ` Felipe Balbi
2013-09-02 15:43 ` [PATCH 2/7] usb: dwc3: adapt dwc3 core to use Generic PHY Framework Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-12  9:27   ` Vivek Gautam
2013-09-12  9:27     ` Vivek Gautam
2013-09-12 10:10     ` Kishon Vijay Abraham I
2013-09-12 10:10       ` Kishon Vijay Abraham I
2013-09-12 10:10       ` Kishon Vijay Abraham I
2013-09-12 10:27       ` Vivek Gautam
2013-09-12 10:27         ` Vivek Gautam
2013-10-10 10:28         ` Kishon Vijay Abraham I
2013-10-10 10:28           ` Kishon Vijay Abraham I
2013-10-10 10:28           ` Kishon Vijay Abraham I
     [not found]   ` <1378136591-7463-3-git-send-email-kishon-l0cyMroinI0@public.gmane.org>
2013-09-12 13:19     ` Roger Quadros
2013-09-12 13:19       ` Roger Quadros
2013-09-12 13:19       ` Roger Quadros
     [not found]       ` <5231BF7A.3080104-l0cyMroinI0@public.gmane.org>
2013-09-16  2:52         ` Kishon Vijay Abraham I
2013-09-16  2:52           ` Kishon Vijay Abraham I
2013-09-16  2:52           ` Kishon Vijay Abraham I
2013-09-16  7:25           ` Roger Quadros
2013-09-16  7:25             ` Roger Quadros
2013-09-16  7:25             ` Roger Quadros
2013-10-11 15:09     ` Roger Quadros
2013-10-11 15:09       ` Roger Quadros
2013-10-11 15:09       ` Roger Quadros
2013-10-14  9:26       ` Kishon Vijay Abraham I
2013-10-14  9:26         ` Kishon Vijay Abraham I
2013-10-14  9:26         ` Kishon Vijay Abraham I
2013-10-14 10:21         ` Roger Quadros
2013-10-14 10:21           ` Roger Quadros
2013-10-14 10:21           ` Roger Quadros
2013-10-15  5:31           ` Kishon Vijay Abraham I
2013-10-15  5:31             ` Kishon Vijay Abraham I
2013-10-15  5:31             ` Kishon Vijay Abraham I
2013-10-15  7:57             ` Roger Quadros
2013-10-15  7:57               ` Roger Quadros
2013-10-15  7:57               ` Roger Quadros
2013-10-15 12:00               ` Felipe Balbi
2013-10-15 12:00                 ` Felipe Balbi
2013-10-15 12:00                 ` Felipe Balbi
2013-10-15 11:58             ` Felipe Balbi
2013-10-15 11:58               ` Felipe Balbi
2013-10-15 11:58               ` Felipe Balbi
2013-10-15 11:57           ` Felipe Balbi
2013-10-15 11:57             ` Felipe Balbi
2013-10-15 11:57             ` Felipe Balbi
2013-10-15 12:10             ` Roger Quadros
2013-10-15 12:10               ` Roger Quadros
2013-10-15 12:10               ` Roger Quadros
2013-10-15 13:19               ` Felipe Balbi
2013-10-15 13:19                 ` Felipe Balbi
2013-10-15 13:19                 ` Felipe Balbi
2013-10-15 13:48                 ` Roger Quadros
2013-10-15 13:48                   ` Roger Quadros
2013-10-15 13:48                   ` Roger Quadros
2013-10-15 13:56                   ` Felipe Balbi
2013-10-15 13:56                     ` Felipe Balbi
2013-10-15 13:56                     ` Felipe Balbi
2013-10-15 14:03                     ` Roger Quadros
2013-10-15 14:03                       ` Roger Quadros
2013-10-15 14:03                       ` Roger Quadros
2013-10-15 14:12                       ` Felipe Balbi
2013-10-15 14:12                         ` Felipe Balbi
2013-10-15 14:12                         ` Felipe Balbi
2013-09-02 15:43 ` [PATCH 3/7] drivers: phy: usb3/pipe3: Adapt pipe3 driver to " Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-12 11:19   ` Roger Quadros
2013-09-12 11:19     ` Roger Quadros
2013-09-12 11:19     ` Roger Quadros
2013-09-16  3:01     ` Kishon Vijay Abraham I
2013-09-16  3:01       ` Kishon Vijay Abraham I
2013-09-16  3:01       ` Kishon Vijay Abraham I
2013-09-16  7:37       ` Roger Quadros
2013-09-16  7:37         ` Roger Quadros
2013-09-16  7:37         ` Roger Quadros
     [not found]         ` <5236B537.1090902-l0cyMroinI0@public.gmane.org>
2013-10-11 15:02           ` Roger Quadros
2013-10-11 15:02             ` Roger Quadros
2013-10-11 15:02             ` Roger Quadros
2013-10-14  9:19             ` Kishon Vijay Abraham I
2013-10-14  9:19               ` Kishon Vijay Abraham I
2013-10-14  9:19               ` Kishon Vijay Abraham I
2013-10-14  9:31               ` Roger Quadros
2013-10-14  9:31                 ` Roger Quadros
2013-10-14  9:31                 ` Roger Quadros
2013-09-02 15:43 ` [PATCH 4/7] Documentation: dt bindings: move ..usb/usb-phy.txt to ..phy/omap-phy.txt Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-12 13:23   ` Roger Quadros
2013-09-12 13:23     ` Roger Quadros
2013-09-12 13:23     ` Roger Quadros
     [not found]     ` <5231C040.4040609-l0cyMroinI0@public.gmane.org>
2013-09-16  3:04       ` Kishon Vijay Abraham I
2013-09-16  3:04         ` Kishon Vijay Abraham I
2013-09-16  3:04         ` Kishon Vijay Abraham I
2013-09-02 15:43 ` [PATCH 5/7] phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/ Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43 ` [PATCH 6/7] arm/dts: added dt properties to adapt to the new phy framwork Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-12 13:28   ` Roger Quadros
2013-09-12 13:28     ` Roger Quadros
2013-09-12 13:28     ` Roger Quadros
2013-09-02 15:43 ` [PATCH 7/7] drivers: phy: renamed struct omap_control_usb to struct omap_control_phy Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-02 15:43   ` Kishon Vijay Abraham I
2013-09-12 13:42   ` Roger Quadros
2013-09-12 13:42     ` Roger Quadros
2013-09-12 13:42     ` Roger Quadros
     [not found]     ` <5231C4C4.1000100-l0cyMroinI0@public.gmane.org>
2013-09-16  3:06       ` Kishon Vijay Abraham I
2013-09-16  3:06         ` Kishon Vijay Abraham I
2013-09-16  3:06         ` Kishon Vijay Abraham I

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.