public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/3] ubs: tegra: two fixes and cleanup
@ 2014-02-22 20:53 Stefan Agner
  2014-02-22 20:53 ` [U-Boot] [PATCH v4 1/3] usb: tegra: fix USB2 powerdown for Tegra30 and later Stefan Agner
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stefan Agner @ 2014-02-22 20:53 UTC (permalink / raw)
  To: u-boot

Only patch 1 is an actual issue while the second patch is
something I stumbled upon, and the third is more about
housekeeping.

I descieded to ifdef the driver, I think that this is easier to
read and does not mix register access style. The function
ehci_get_port_speed however don't get a pointer to the usb_ctlr
struct and thouse has to work around that. I don't changed the
register access style there because of this reason.

The third patch is optional and implements Stephen's suggestion
to merge the USB headers. I'm not sure wheater Tegra124 would
also profit from this merge, if yes, I think then its definitely
worth doing it.

---
Changes since v3:
- Minor cleanup in USB header file

Changes since v2:
- Split into multiple patches
- Using ifdef to account for differences between Tegra20/Tegra30
- Merging of the header files

Changes since v1:
- Take differences between USBD and other USB ports into account
  port_sc1

---
Stefan Agner (3):
  usb: tegra: fix USB2 powerdown for Tegra30 and later
  usb: tegra: fix PHY configuration
  usb: tegra: combine header file

 arch/arm/include/asm/arch-tegra/usb.h    | 211 ++++++++++++++++++++++++++++++-
 arch/arm/include/asm/arch-tegra114/usb.h | 156 -----------------------
 arch/arm/include/asm/arch-tegra20/usb.h  | 155 -----------------------
 arch/arm/include/asm/arch-tegra30/usb.h  | 168 ------------------------
 board/nvidia/common/board.c              |   1 -
 drivers/usb/host/ehci-tegra.c            |  28 +++-
 6 files changed, 234 insertions(+), 485 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-tegra114/usb.h
 delete mode 100644 arch/arm/include/asm/arch-tegra20/usb.h
 delete mode 100644 arch/arm/include/asm/arch-tegra30/usb.h

-- 
1.8.5.4

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

end of thread, other threads:[~2014-03-02  4:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-22 20:53 [U-Boot] [PATCH v4 0/3] ubs: tegra: two fixes and cleanup Stefan Agner
2014-02-22 20:53 ` [U-Boot] [PATCH v4 1/3] usb: tegra: fix USB2 powerdown for Tegra30 and later Stefan Agner
2014-02-22 20:53 ` [U-Boot] [PATCH v4 2/3] usb: tegra: fix PHY configuration Stefan Agner
2014-02-22 20:53 ` [U-Boot] [PATCH v4 3/3] usb: tegra: combine header file Stefan Agner
2014-02-24 18:43   ` Stephen Warren
2014-03-01 17:30     ` Stefan Agner
2014-03-02  4:07       ` Stephen Warren

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