All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7][v5]Add OTG support for FSL socs
@ 2015-12-28 11:12 Ramneek Mehresh
  2015-12-28 11:12 ` [PATCH 1/7][v5]usb:fsl:otg: Make fsl otg driver as tristate Ramneek Mehresh
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Ramneek Mehresh @ 2015-12-28 11:12 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 v5:
	- moved "is_otg" definition from 4/7 to 3/7
	  in order to fix compilation issue.
1.8.3.1


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

end of thread, other threads:[~2016-02-17 14:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 11:12 [PATCH 0/7][v5]Add OTG support for FSL socs Ramneek Mehresh
2015-12-28 11:12 ` [PATCH 1/7][v5]usb:fsl:otg: Make fsl otg driver as tristate Ramneek Mehresh
2015-12-28 11:12 ` [PATCH 2/7][v5]usb:fsl:otg: Add controller version based ULPI and UTMI phy Ramneek Mehresh
2015-12-28 11:12 ` [PATCH 3/7][v5]usb:fsl:otg: Add support to add/remove usb host driver Ramneek Mehresh
2015-12-28 11:12 ` [PATCH 4/7][v5]usb:fsl:otg: Signal host drv when host is otg Ramneek Mehresh
2015-12-28 11:12 ` [PATCH 5/7][v5]usb:fsl:otg: Modify otg_event to start host drv Ramneek Mehresh
2015-12-28 11:12 ` [PATCH 6/7][v5]usb:fsl:otg: Combine host/gadget start/resume for ID change Ramneek Mehresh
2015-12-28 11:12 ` [PATCH 7/7][v5]usb:fsl:otg: Add host-gadget drv sync delay Ramneek Mehresh
2016-01-14  7:02 ` [PATCH 0/7][v5]Add OTG support for FSL socs Ramneek Mehresh
2016-02-08  9:18 ` Ramneek Mehresh
2016-02-11 22:51   ` Li Yang
2016-02-17 14:17     ` Felipe Balbi

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.