mbox

[GIT,PULL] i.MX fixes

Message ID 20120227093354.GY3852@pengutronix.de
State New
Headers show

Pull-request

git://git.pengutronix.de/git/imx/linux-2.6.git imx-fixes

Message

Sascha Hauer Feb. 27, 2012, 9:33 a.m. UTC
Hi Arnd,

Please pull the following for -rc. Note that this partly replaces the
previous i.MX branch you pulled as suggested.

Sascha

The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:

  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git imx-fixes

for you to fetch changes up to 9418ba306688c0b77a8548b3281ba3d130036516:

  ARM: mach-imx: mx3: Fix section mismatch in imx3_init_l2x0() (2012-02-27 10:15:27 +0100)

----------------------------------------------------------------
Fabio Estevam (3):
      ARM: mach-pcm038: Fix field name of regulator_consumer_supply struct
      ARM: imx_v4_v5_defconfig: Fix the selection of 32 bit flash support for iMX21ADS board
      ARM: mach-imx: mx3: Fix section mismatch in imx3_init_l2x0()

 arch/arm/configs/imx_v4_v5_defconfig |    1 +
 arch/arm/mach-imx/mach-pcm038.c      |    2 +-
 arch/arm/mach-imx/mm-imx3.c          |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Feb. 27, 2012, 1:39 p.m. UTC | #1
On Monday 27 February 2012, Sascha Hauer wrote:
> 
> Hi Arnd,
> 
> Please pull the following for -rc. Note that this partly replaces the
> previous i.MX branch you pulled as suggested.
> 
> Sascha
> 
> The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
> 
>   Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.pengutronix.de/git/imx/linux-2.6.git imx-fixes
> 
> for you to fetch changes up to 9418ba306688c0b77a8548b3281ba3d130036516:
> 
>   ARM: mach-imx: mx3: Fix section mismatch in imx3_init_l2x0() (2012-02-27 10:15:27 +0100)
> 


Applied to next/fixes-non-critical

Thanks for splitting the branches out,

	Arnd