mbox

[GIT,PULL] i.MX cleanup patches for next

Message ID 20120411084403.GN3852@pengutronix.de
State New
Headers show

Pull-request

git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-cleanup-20120411

Message

Sascha Hauer April 11, 2012, 8:44 a.m. UTC
Hi Arnd, Olof,

Please pull the following i.MX cleanup patches for next.

Sascha

The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:

  Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-cleanup-20120411

for you to fetch changes up to b0843e814737756a38003afe663a626653b66f58:

  efikamx: match machine descriptions with legacy (2012-04-02 11:20:38 +0200)

----------------------------------------------------------------
i.MX misc cleanups

----------------------------------------------------------------
Hector Oron (1):
      efikamx: match machine descriptions with legacy

Uwe Kleine-König (1):
      ARM: imx/mx21ads: remove unneeded cast

 arch/arm/mach-imx/mach-mx21ads.c      |    3 +--
 arch/arm/mach-imx/mach-mx51_efikamx.c |    3 +--
 arch/arm/mach-imx/mach-mx51_efikasb.c |    2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

Comments

Olof Johansson April 15, 2012, 6:23 p.m. UTC | #1
Hi,


On Wed, Apr 11, 2012 at 1:44 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi Arnd, Olof,
>
> Please pull the following i.MX cleanup patches for next.
>
> Sascha
>
> The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:
>
>  Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)
>
> are available in the git repository at:
>
>  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-cleanup-20120411
>
> for you to fetch changes up to b0843e814737756a38003afe663a626653b66f58:
>
>  efikamx: match machine descriptions with legacy (2012-04-02 11:20:38 +0200)
>
> ----------------------------------------------------------------
> i.MX misc cleanups
>
> ----------------------------------------------------------------
> Hector Oron (1):
>      efikamx: match machine descriptions with legacy
>
> Uwe Kleine-König (1):
>      ARM: imx/mx21ads: remove unneeded cast

Same comment as on the other pull request regarding prefix on the efikamx patch.

Also, no need to date the tags -- the tag itself contains the date
(Linus has been complaining to people who add redundant data to the
tag contents when they send tags to him).

Branch contents otherwise looks OK, so respin and send a fresh pull
request and we'll merge it in.


-Olof