public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] usb: tegra: modifying port reset based on instance number
@ 2013-01-03  7:29 Venu Byravarasu
  2013-01-03  7:29 ` [PATCH RESEND 1/2] arm: tegra: Add new DT property to USB node Venu Byravarasu
  2013-01-03  7:29 ` [PATCH RESEND 2/2] usb: host: tegra: Resetting PORT0 based on information received via DT Venu Byravarasu
  0 siblings, 2 replies; 6+ messages in thread
From: Venu Byravarasu @ 2013-01-03  7:29 UTC (permalink / raw)
  To: gregkh, stern; +Cc: linux-usb, linux-kernel, swarren, Venu Byravarasu

Tegra USB host driver is using port instance number,
to handle some of the hardware issues on SOC e.g. reset PORT0
twice etc. As instance number based handling looks ugly,
added a new property to USB DT node for this purpose.
Modified host driver to make use of the information passed
through DT to reset the port second time.

Venu Byravarasu (2):
  arm: tegra: Add new DT property to USB node.
  usb: host: tegra: Resetting PORT0 based on information received via
    DT.

 .../bindings/usb/nvidia,tegra20-ehci.txt           |    2 ++
 arch/arm/boot/dts/tegra20.dtsi                     |    1 +
 drivers/usb/host/ehci-tegra.c                      |    6 +++++-
 3 files changed, 8 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2013-01-12  0:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03  7:29 [PATCH RESEND 0/2] usb: tegra: modifying port reset based on instance number Venu Byravarasu
2013-01-03  7:29 ` [PATCH RESEND 1/2] arm: tegra: Add new DT property to USB node Venu Byravarasu
2013-01-03  7:29 ` [PATCH RESEND 2/2] usb: host: tegra: Resetting PORT0 based on information received via DT Venu Byravarasu
2013-01-03 20:29   ` Stephen Warren
2013-01-12  0:14     ` Greg KH
2013-01-12  0:43       ` Stephen Warren

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