linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i.MX some patches
Date: Wed,  2 Mar 2011 12:01:19 +0100	[thread overview]
Message-ID: <1299063683-24903-1-git-send-email-s.hauer@pengutronix.de> (raw)

The following are some cleanup patches to save ifdefs in i.MX code.

Sascha

Sascha Hauer (4):
      ARM i.MX: Move gpio initialization to SoC specific files
      ARM i.MX: iomux v1 initialization away from initcall
      ARM i.MX31 lilly: remove incomplete otg support
      ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers

 arch/arm/mach-imx/mach-cpuimx27.c         |   24 +++----
 arch/arm/mach-imx/mach-mx27_3ds.c         |   13 ++--
 arch/arm/mach-imx/mach-pca100.c           |   21 +++---
 arch/arm/mach-imx/mm-imx1.c               |   14 +++-
 arch/arm/mach-imx/mm-imx21.c              |   16 ++++-
 arch/arm/mach-imx/mm-imx25.c              |   11 +++-
 arch/arm/mach-imx/mm-imx27.c              |   16 ++++-
 arch/arm/mach-mx3/mach-armadillo5x0.c     |   20 +++---
 arch/arm/mach-mx3/mach-mx31_3ds.c         |   20 +++---
 arch/arm/mach-mx3/mach-mx31lilly.c        |   68 ++----------------
 arch/arm/mach-mx3/mach-mx31lite.c         |   12 +--
 arch/arm/mach-mx3/mach-mx31moboard.c      |   11 +--
 arch/arm/mach-mx3/mach-pcm037.c           |   19 ++---
 arch/arm/mach-mx3/mach-pcm043.c           |   12 +--
 arch/arm/mach-mx3/mm.c                    |   20 ++++-
 arch/arm/mach-mx3/mx31moboard-smartbot.c  |    6 +-
 arch/arm/mach-mx5/board-mx51_efikasb.c    |    8 +-
 arch/arm/mach-mx5/mm-mx50.c               |   13 +++-
 arch/arm/mach-mx5/mx51_efika.c            |    8 +-
 arch/arm/plat-mxc/gpio.c                  |  110 -----------------------------
 arch/arm/plat-mxc/include/mach/gpio.h     |   15 ++++
 arch/arm/plat-mxc/include/mach/iomux-v1.h |    2 +
 arch/arm/plat-mxc/include/mach/ulpi.h     |    9 +++
 arch/arm/plat-mxc/iomux-v1.c              |   24 +------
 arch/arm/plat-mxc/ulpi.c                  |    5 ++
 25 files changed, 190 insertions(+), 307 deletions(-)

             reply	other threads:[~2011-03-02 11:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-02 11:01 Sascha Hauer [this message]
2011-03-02 11:01 ` [PATCH 1/4] ARM i.MX: Move gpio initialization to SoC specific files Sascha Hauer
2011-03-03 10:29   ` Russell King - ARM Linux
2011-03-03 10:34     ` Sascha Hauer
2011-03-03 10:38       ` Russell King - ARM Linux
2011-03-02 11:01 ` [PATCH 2/4] ARM i.MX: iomux v1 initialization away from initcall Sascha Hauer
2011-03-02 11:01 ` [PATCH 3/4] ARM i.MX31 lilly: remove incomplete otg support Sascha Hauer
2011-03-02 11:01 ` [PATCH 4/4] ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceivers Sascha Hauer

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=1299063683-24903-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --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).