linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7][v4] Add OTG support for FSL socs
@ 2015-08-27 16:43 Ramneek Mehresh
  2015-08-27 16:43 ` [PATCH 1/7][v4]usb:fsl:otg: Make fsl otg driver as tristate Ramneek Mehresh
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Ramneek Mehresh @ 2015-08-27 16:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: balbi, stern, gregkh, linux-usb, Ramneek Mehresh

Add support for otg for all freescale socs having internal
usb phy.

Ramneek Mehresh (7):
  usb:fsl:otg: Make fsl otg driver as tristate
  usb:fsl:otg: Add controller version based ULPI and UTMI phy
  usb:fsl:otg: Add support to add/remove usb host driver
  usb:fsl:otg: Signal host drv when host is otg
  usb:fsl:otg: Modify otg_event to start host drv
  usb:fsl:otg: Combine host/gadget start/resume for ID change
  usb:fsl:otg: Add host-gadget drv sync delay

 drivers/usb/host/ehci-fsl.c   | 73 +++++++++++++++++++++++++++++++------------
 drivers/usb/host/ehci-fsl.h   | 16 ++++++++++
 drivers/usb/phy/Kconfig       |  2 +-
 drivers/usb/phy/phy-fsl-usb.c | 58 +++++++++++++++++++++++++---------
 drivers/usb/phy/phy-fsl-usb.h |  7 +++++
 include/linux/usb.h           |  1 +
 6 files changed, 122 insertions(+), 35 deletions(-)

--
Changes for v4:
	- corrected reference to struct usb_bus inside
	  ehci_fsl_drv_resume() and ehci_fsl_drv_suspend().
	  Took pointer instead of structure.
        - removed CONFIG_PM from inside struct ehci_fsl
	  in ehci-fsl.h
	- added code to remove host drv upon otg init
          by making have_hcd = 1 in probe() from patch 7/8 of
	  patch-set[v3] to 3/7 in patch-set[v4]
1.8.3.1


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

end of thread, other threads:[~2015-12-24  5:07 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-27 16:43 [PATCH 0/7][v4] Add OTG support for FSL socs Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 1/7][v4]usb:fsl:otg: Make fsl otg driver as tristate Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 2/7][v4]usb:fsl:otg: Add controller version based ULPI and UTMI phy Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 3/7][v4]usb:fsl:otg: Add support to add/remove usb host driver Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 4/7][v4]usb:fsl:otg: Signal host drv when host is otg Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 5/7][v4]usb:fsl:otg: Modify otg_event to start host drv Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 6/7][v4]usb:fsl:otg: Combine host/gadget start/resume for ID change Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 7/7][v4]usb:fsl:otg: Add host-gadget drv sync delay Ramneek Mehresh
2015-10-05 20:12 ` [PATCH 0/7][v4] Add OTG support for FSL socs Felipe Balbi
2015-10-05 21:04   ` Alan Stern
2015-10-06 19:53   ` Alan Stern
2015-10-05 22:22 ` Fabio Estevam
2015-10-09 21:25 ` Felipe Balbi
2015-10-09 21:34   ` Felipe Balbi
2015-12-20  4:52     ` Ramneek Mehresh
2015-12-22 18:20       ` Felipe Balbi
2015-12-23  5:06         ` Jun Li
2015-12-23 12:20           ` Ramneek Mehresh
2015-12-23 16:31             ` Jun Li
2015-12-24  4:52               ` Ramneek Mehresh

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