All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: EXYNOS: USB OTG support for Universal C210
@ 2012-02-10 10:35 Lukasz Majewski
  2012-02-10 10:35 ` [PATCH 1/6] ARM: S3C64XX: Add usb otg phy control Lukasz Majewski
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Lukasz Majewski @ 2012-02-10 10:35 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Marek Szyprowski, Kukjin Kim, Joonyoung Shim, Lukasz Majewski

Those patches add support for S3C-HSOTG driver for Universal C210 on the
platform part.

Patches done by Joonyoung Shim have been included to this patch series, since
those patches are necessary for further fixes. Unfortunately they haven't been 
included to mainline yet.

Joonyoung Shim (4):
  ARM: S3C64XX: Add usb otg phy control
  ARM: SAMSUNG: Fix memory size for hsotg
  ARM: EXYNOS: Add usb otg phy control for EXYNOS4210
  ARM: EXYNOS: Add hsotg device for NURI board

Lukasz Majewski (2):
  ARM: EXYNOS: select EXYNOS4_SETUP_USB_PHY at Universal_C210
  ARM: EXYNOS: USB OTG support for Universal C210

 arch/arm/mach-exynos/Kconfig                       |    1 +
 arch/arm/mach-exynos/include/mach/map.h            |    2 +
 arch/arm/mach-exynos/include/mach/regs-pmu.h       |    3 +
 arch/arm/mach-exynos/mach-nuri.c                   |    9 ++-
 arch/arm/mach-exynos/mach-universal_c210.c         |    5 +
 arch/arm/mach-exynos/setup-usb-phy.c               |   95 ++++++++++++++-----
 arch/arm/mach-s3c64xx/Kconfig                      |    8 ++
 arch/arm/mach-s3c64xx/Makefile                     |    1 +
 arch/arm/mach-s3c64xx/mach-crag6410.c              |    4 +
 arch/arm/mach-s3c64xx/mach-smartq.c                |    3 +
 arch/arm/mach-s3c64xx/mach-smdk6410.c              |    4 +
 arch/arm/mach-s3c64xx/setup-usb-phy.c              |   90 ++++++++++++++++++
 arch/arm/plat-samsung/devs.c                       |   16 +++-
 .../plat-samsung/include/plat/regs-usb-hsotg-phy.h |    7 +-
 arch/arm/plat-samsung/include/plat/udc-hs.h        |    5 +
 15 files changed, 223 insertions(+), 30 deletions(-)
 create mode 100644 arch/arm/mach-s3c64xx/setup-usb-phy.c

---
Dependences:
- (original Joonyoung Shim patches - before rebase):
http://comments.gmane.org/gmane.linux.usb.general/56341

-- 
1.7.2.3

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

end of thread, other threads:[~2012-03-09 15:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 10:35 [PATCH 0/6] ARM: EXYNOS: USB OTG support for Universal C210 Lukasz Majewski
2012-02-10 10:35 ` [PATCH 1/6] ARM: S3C64XX: Add usb otg phy control Lukasz Majewski
2012-02-10 18:26   ` Mark Brown
2012-03-07 12:28     ` Kukjin Kim
2012-03-08  9:52       ` Kukjin Kim
2012-03-08 11:27         ` Joonyoung Shim
2012-03-08 13:20           ` Lukasz Majewski
2012-03-09 15:35             ` Kukjin Kim
2012-02-10 10:35 ` [PATCH 2/6] ARM: SAMSUNG: Fix memory size for hsotg Lukasz Majewski
2012-03-01  4:40   ` Kukjin Kim
2012-03-08  2:50     ` Tushar Behera
2012-02-10 10:35 ` [PATCH 3/6] ARM: EXYNOS: Add usb otg phy control for EXYNOS4210 Lukasz Majewski
2012-02-10 10:35 ` [PATCH 4/6] ARM: EXYNOS: Add hsotg device for NURI board Lukasz Majewski
2012-02-13  9:29   ` Tushar Behera
2012-02-10 10:35 ` [PATCH 5/6] ARM: EXYNOS: select EXYNOS4_SETUP_USB_PHY at Universal_C210 Lukasz Majewski
2012-02-10 10:35 ` [PATCH 6/6] ARM: EXYNOS: USB OTG support for Universal C210 Lukasz Majewski
2012-02-13  6:57   ` Tushar Behera
2012-02-13  9:53     ` Lukasz Majewski
2012-02-13 11:38   ` [RESEND PATCH " Lukasz Majewski
2012-02-14  6:01     ` Tushar Behera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.