Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1298606 > unrolled thread
| Started by | Ramneek Mehresh <ramneek.mehresh@freescale.com> |
|---|---|
| First post | 2015-12-28 12:00 +0100 |
| Last post | 2015-12-28 12:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/7][v5]Add OTG support for FSL socs Ramneek Mehresh <ramneek.mehresh@freescale.com> - 2015-12-28 12:00 +0100
| From | Ramneek Mehresh <ramneek.mehresh@freescale.com> |
|---|---|
| Date | 2015-12-28 12:00 +0100 |
| Subject | [PATCH 0/7][v5]Add OTG support for FSL socs |
| Message-ID | <qKDGW-IK-3@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web