linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Samsung devel-ohci for v3.3
@ 2011-12-27  9:48 Kukjin Kim
  2011-12-27 23:45 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2011-12-27  9:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and Olof,

Please pull the samsung-devel-ohci for v3.3.
The USB stuff got the ack from Greh and he agreed to send to upstream via
samsung tree.

If any problems, please let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

The following changes since commit 384703b8e6cd4c8ef08512e596024e028c91c339:

  Linux 3.2-rc6 (2011-12-16 18:36:26 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next-samsung-devel-ohci

Jingoo Han (3):
      ARM: EXYNOS: Add USB OHCI device
      ARM: EXYNOS: Add USB OHCI support to SMDKV310 board
      USB: Add Samsung Exynos OHCI diver

Tushar Behera (1):
      ARM: EXYNOS: Add USB OHCI support to ORIGEN board

 arch/arm/mach-exynos/Kconfig              |    7 +
 arch/arm/mach-exynos/Makefile             |    1 +
 arch/arm/mach-exynos/dev-ohci.c           |   52 ++++++
 arch/arm/mach-exynos/include/mach/map.h   |    1 +
 arch/arm/mach-exynos/include/mach/ohci.h  |   21 +++
 arch/arm/mach-exynos/mach-origen.c        |   13 ++
 arch/arm/mach-exynos/mach-smdkv310.c      |   13 ++
 arch/arm/mach-exynos/setup-usb-phy.c      |   15 ++
 arch/arm/plat-samsung/include/plat/devs.h |    1 +
 drivers/usb/Kconfig                       |    1 +
 drivers/usb/host/Kconfig                  |    6 +
 drivers/usb/host/ohci-exynos.c            |  274
+++++++++++++++++++++++++++++
 drivers/usb/host/ohci-hcd.c               |    5 +
 13 files changed, 410 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-exynos/dev-ohci.c
 create mode 100644 arch/arm/mach-exynos/include/mach/ohci.h
 create mode 100644 drivers/usb/host/ohci-exynos.c

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

end of thread, other threads:[~2011-12-28  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27  9:48 [GIT PULL] Samsung devel-ohci for v3.3 Kukjin Kim
2011-12-27 23:45 ` Arnd Bergmann
2011-12-28  8:01   ` Kukjin Kim

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).