public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support
@ 2012-05-02 13:52 Rajeshwari Shinde
  2012-05-02 13:52 ` [U-Boot] [PATCH 1/5] exynos5: Add system register structure Rajeshwari Shinde
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Rajeshwari Shinde @ 2012-05-02 13:52 UTC (permalink / raw)
  To: u-boot

This patchset series adds support to enable USB 2.0 on smdk5250.
It includes addition of system and power management registers, 
functions to enable and disable power to the USB host controller.

This patchset is based on:
USB: S5P: Add ehci support.patch
 
Rajeshwari Shinde (5):
  exynos5: Add system register structure
  exynos5: Add structure for PMU register
  exynos5: Add power Enable/Disable for USB-EHCI
  exynos5: usb: Fix incorrect USB base addresses
  exynos5: usb: Enable USB 2.0 on smdk5250

 arch/arm/cpu/armv7/exynos/power.c         |   59 +++
 arch/arm/include/asm/arch-exynos/cpu.h    |    5 +-
 arch/arm/include/asm/arch-exynos/power.h  |  627 +++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-exynos/sysreg.h |   44 ++
 drivers/usb/host/ehci-s5p.c               |    3 +
 include/configs/smdk5250.h                |    6 +
 6 files changed, 742 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/sysreg.h

-- 
1.7.4.4

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

end of thread, other threads:[~2012-05-03 12:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02 13:52 [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support Rajeshwari Shinde
2012-05-02 13:52 ` [U-Boot] [PATCH 1/5] exynos5: Add system register structure Rajeshwari Shinde
2012-05-02 15:53   ` Marek Vasut
2012-05-03  1:47     ` Kyungmin Park
2012-05-03  5:38     ` Chander Kashyap
2012-05-03  7:14   ` Minkyu Kang
2012-05-03 12:21     ` Rajeshwari Birje
2012-05-02 13:52 ` [U-Boot] [PATCH 2/5] exynos5: Add structure for PMU register Rajeshwari Shinde
2012-05-03  6:13   ` Chander Kashyap
2012-05-03  6:14     ` Chander Kashyap
2012-05-02 13:52 ` [U-Boot] [PATCH 3/5] exynos5: Add power Enable/Disable for USB-EHCI Rajeshwari Shinde
2012-05-03  7:33   ` Minkyu Kang
2012-05-03 12:52     ` Rajeshwari Birje
2012-05-02 13:52 ` [U-Boot] [PATCH 4/5] exynos5: usb: Fix incorrect USB base addresses Rajeshwari Shinde
2012-05-03  6:15   ` Chander Kashyap
2012-05-02 13:52 ` [U-Boot] [PATCH 5/5] exynos5: usb: Enable USB 2.0 on smdk5250 Rajeshwari Shinde
2012-05-03  6:43   ` Chander Kashyap
2012-05-03  7:38   ` Minkyu Kang
2012-05-03 12:06     ` Rajeshwari Birje
2012-05-03  1:49 ` [U-Boot] [PATCH 0/5] exynos5: usb: Enable USB 2.0 support Kyungmin Park
2012-05-03  2:46   ` Marek Vasut

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