All of lore.kernel.org
 help / color / mirror / Atom feed
From: jy0922.shim@samsung.com (Joonyoung Shim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] arch part update of s3c-hsotg driver
Date: Wed, 28 Dec 2011 16:03:19 +0900	[thread overview]
Message-ID: <4EFABF37.9020804@samsung.com> (raw)

Hi,

This patchset is to use s3c-hsotg driver on EXYNOS4210. To do that, it
is moved to platform data callback functions to control S3C64XX specific
registers of s3c-hsotg driver. Also, adds regulator support to the
s3c-hsotg driver. These are tested only on NURI board having EXYNOS4210.

The base of this patchset is for-next branch of
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Thanks.

Joonyoung Shim (6):
       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
       USB: s3c-hsotg: Add platform data callbacks for phy control
       USB: s3c-hsotg: Add regulator support

  arch/arm/mach-exynos/Kconfig                       |    1 +
  arch/arm/mach-exynos/include/mach/irqs.h           |    2 +-
  arch/arm/mach-exynos/include/mach/map.h            |    4 +
  arch/arm/mach-exynos/include/mach/regs-pmu.h       |    3 +
  arch/arm/mach-exynos/mach-nuri.c                   |    9 +-
  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 +
  drivers/usb/gadget/s3c-hsotg.c                     |  158 
++++++++++----------
  16 files changed, 299 insertions(+), 111 deletions(-)
  create mode 100644 arch/arm/mach-s3c64xx/setup-usb-phy.c

                 reply	other threads:[~2011-12-28  7:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4EFABF37.9020804@samsung.com \
    --to=jy0922.shim@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 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.