1. 19 4月, 2012 1 次提交
    • S
      usb: ehci-tegra: Add vbus_gpio to platform data · 434103ad
      Stephen Warren 提交于
      Add a vbus_gpio field to platform data. This mirrors the device tree
      property nvidia,vbus-gpio. This makes the VBUS GPIO handling identical
      between booting with board files and device tree; the driver always does
      it.
      
      This removes the need for board files to request and initialize the GPIO
      early during their boot process, perhaps even before the GPIO driver is
      ready to process the request.
      
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: linux-usb@vger.kernel.org
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-by: NOlof Johansson <olof@lixom.net>
      434103ad
  2. 12 3月, 2011 1 次提交
    • B
      usb: host: Add EHCI driver for NVIDIA Tegra SoCs · 79ad3b5a
      Benoit Goby 提交于
      The Tegra 2 SoC has 3 EHCI compatible USB controllers. This patch adds
      the necessary glue to allow the ehci-hcd driver to work on Tegra 2
      SoCs.
      
      The platform data is used to configure board-specific phy settings and
      to configure the operating mode, as one of the ports may be used as a otg
      port. For additional power saving, the driver supports powering down the
      phy on bus suspend when it is used, for example, to connect an internal
      device that use an out-of-band remote wakeup mechanism (e.g. a gpio).
      Signed-off-by: NBenoit Goby <benoit@android.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      79ad3b5a
  3. 23 8月, 2010 1 次提交
  4. 06 8月, 2010 1 次提交
  5. 07 8月, 2008 1 次提交
  6. 26 1月, 2008 1 次提交