linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Support Samsung S5P OHCI device and driver
@ 2011-11-15  6:49 Jingoo Han
  2011-11-17 19:12 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Jingoo Han @ 2011-11-15  6:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

This patch series adds USB OHCI device and initial driver for Samsung
S5P SoCs and is based from Linux 3.2-rc1. I have tested on SMDKV310 board
using EXYNOS4.

Thanks.

Jingoo Han (4):
       ARM: SAMSUNG: Add USB OHCI device
       ARM: EXYNOS: Add USB OHCI support to SMDKV310 board
       USB: Add S5P OHCI diver

  arch/arm/mach-exynos/Kconfig         |    1 +
  arch/arm/mach-exynos/mach-smdkv310.c |   13 +++++++++++++
  arch/arm/mach-exynos/include/mach/map.h   |    2 +
  arch/arm/plat-s5p/Kconfig                 |    5 ++++
  arch/arm/plat-samsung/devs.c              |   34 +++++++++++++++++++++++++++++
  arch/arm/plat-samsung/include/plat/devs.h |    1 +
  arch/arm/plat-samsung/include/plat/ohci.h |   21 +++++++++++++++++
  drivers/usb/Kconfig         |    1 +
  drivers/usb/host/Kconfig    |    6 +
  drivers/usb/host/ohci-hcd.c |    5 +
  drivers/usb/host/ohci-s5p.c |  273 +++++++++++++++++++++++++++++++++++++++++++
  11 files changed, 362 insertions(+), 0 deletions(-)
  create mode 100644 arch/arm/plat-samsung/include/plat/ohci.h
  create mode 100644 drivers/usb/host/ohci-s5p.c

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

end of thread, other threads:[~2011-12-21 18:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <33510089.42761321876635907.JavaMail.weblogic@epv6ml08>
2011-11-21 17:23 ` [PATCH 0/3] Support Samsung S5P OHCI device and driver Greg KH
2011-12-01 10:10   ` Kukjin Kim
2011-12-09 23:58     ` Greg KH
2011-12-21  4:38       ` Kukjin Kim
2011-12-21 18:57         ` Greg KH
2011-11-15  6:49 Jingoo Han
2011-11-17 19:12 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).