public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Tegra EHCI driver
@ 2011-02-18  3:42 Benoit Goby
       [not found] ` <1298000565-20627-1-git-send-email-benoit-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Benoit Goby @ 2011-02-18  3:42 UTC (permalink / raw)
  To: David Brownell, Greg Kroah-Hartman,
	linux-usb-u79uwXL29TY76Z2rM5mHXA, Robert Morell
  Cc: Benoit Goby, Olof Johansson, Erik Gilling,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

This patch series adds support for EHCI compliant USB host
controllers found in Tegra SoCs. The EHCI driver depends on
the Tegra PHY configuration interface that is used by both
tegra ehci driver and gadget driver. Tested on 2.6.38rc4.

v2 changes:
* Add ulpi_viewport.c for controllers with a viewport register
* Update tegra usb_phy interface
* Remove tegra_ehci_reset and use ehci_reset or tdi_reset instead
* Select USB_ARCH_HAS_EHCI in tegra/Kconfig instead of usb/Kconfig

v3 changes:
* Remove remaining Change-Id from commit messages

v4 change:
* Fix GPL headers
* Remove CONFIG_ULPI_VIEWPORT prompt, fix ulpi_viewport_wait

Benoit Goby (3):
  usb: otg: Add ulpi viewport access ops
  ARM: tegra: Add support for Tegra USB PHYs
  usb: host: Add EHCI driver for NVIDIA Tegra SoCs

Robert Morell (1):
  USB: ehci: tegra: Align DMA transfers to 32 bytes

 arch/arm/mach-tegra/Kconfig                |    3 +
 arch/arm/mach-tegra/Makefile               |    1 +
 arch/arm/mach-tegra/include/mach/usb_phy.h |   86 +++
 arch/arm/mach-tegra/usb_phy.c              |  795 ++++++++++++++++++++++++++++
 drivers/usb/host/Kconfig                   |    8 +
 drivers/usb/host/ehci-hcd.c                |    5 +
 drivers/usb/host/ehci-tegra.c              |  717 +++++++++++++++++++++++++
 drivers/usb/otg/Kconfig                    |    7 +
 drivers/usb/otg/Makefile                   |    1 +
 drivers/usb/otg/ulpi_viewport.c            |   77 +++
 include/linux/tegra_usb.h                  |   31 ++
 include/linux/usb/ulpi.h                   |    5 +
 12 files changed, 1736 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-tegra/include/mach/usb_phy.h
 create mode 100644 arch/arm/mach-tegra/usb_phy.c
 create mode 100644 drivers/usb/host/ehci-tegra.c
 create mode 100644 drivers/usb/otg/ulpi_viewport.c
 create mode 100644 include/linux/tegra_usb.h

-- 
1.7.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-02-23  4:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18  3:42 [PATCH v4 0/4] Tegra EHCI driver Benoit Goby
     [not found] ` <1298000565-20627-1-git-send-email-benoit-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>
2011-02-18  3:42   ` [PATCH v4 1/4] usb: otg: Add ulpi viewport access ops Benoit Goby
     [not found]     ` <1298000565-20627-2-git-send-email-benoit-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>
2011-02-18 15:41       ` Igor Grinberg
     [not found]         ` <4D5E9337.3010603-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2011-02-21  9:04           ` Matthieu CASTET
     [not found]             ` <4D622A97.2040101-ITF29qwbsa/QT0dZR+AlfA@public.gmane.org>
2011-02-21 12:23               ` Igor Grinberg
     [not found]                 ` <4D62593C.4070000-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2011-02-21 15:30                   ` Matthieu CASTET
     [not found]                     ` <4D628501.50105-ITF29qwbsa/QT0dZR+AlfA@public.gmane.org>
2011-02-22 14:42                       ` Igor Grinberg
     [not found]                         ` <4D63CB73.8040506-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2011-02-23  4:02                           ` Benoit Goby
2011-02-18  3:42   ` [PATCH v4 2/4] ARM: tegra: Add support for Tegra USB PHYs Benoit Goby
2011-02-18  3:42   ` [PATCH v4 3/4] usb: host: Add EHCI driver for NVIDIA Tegra SoCs Benoit Goby
2011-02-18  3:42   ` [PATCH v4 4/4] USB: ehci: tegra: Align DMA transfers to 32 bytes Benoit Goby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox