linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jg1.han@samsung.com (Jingoo Han)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Support Samsung S5P OHCI device and driver
Date: Tue, 15 Nov 2011 06:49:57 +0000 (GMT)	[thread overview]
Message-ID: <1473398.119441321339796993.JavaMail.weblogic@epml28> (raw)

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

             reply	other threads:[~2011-11-15  6:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-15  6:49 Jingoo Han [this message]
2011-11-17 19:12 ` [PATCH 0/3] Support Samsung S5P OHCI device and driver Greg KH
     [not found] <33510089.42761321876635907.JavaMail.weblogic@epv6ml08>
2011-11-21 17:23 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473398.119441321339796993.JavaMail.weblogic@epml28 \
    --to=jg1.han@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).