mbox

[GIT,PULL] i.MX fixes

Message ID 20111209100926.GD27267@pengutronix.de
State New
Headers show

Pull-request

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

Message

Sascha Hauer Dec. 9, 2011, 10:09 a.m. UTC
Hi Arnd,

Please pull the following small fixes.

Sascha

The following changes since commit 5611cc4572e889b62a7b4c72a413536bf6a9c416:

  Linux 3.2-rc4 (2011-12-01 14:56:01 -0800)

are available in the git repository at:
  git://git.pengutronix.de/git/imx/linux-2.6.git imx-fixes-for-arnd

Dong Aisheng (1):
      ARM: mx5: add __initconst for fec pdata

Jason Chen (1):
      MXC PWM: should active during DOZE/WAIT/DBG mode

Richard Zhao (1):
      ARM: imx: fix cpufreq build errors

 arch/arm/mach-mx5/board-mx53_evk.c  |    2 +-
 arch/arm/mach-mx5/board-mx53_loco.c |    2 +-
 arch/arm/mach-mx5/board-mx53_smd.c  |    2 +-
 arch/arm/plat-mxc/cpufreq.c         |    1 +
 arch/arm/plat-mxc/pwm.c             |    7 ++++++-
 5 files changed, 10 insertions(+), 4 deletions(-)

Comments

Sascha Hauer Dec. 9, 2011, 10:16 a.m. UTC | #1
On Fri, Dec 09, 2011 at 11:09:26AM +0100, Sascha Hauer wrote:
> Hi Arnd,
> 
> Please pull the following small fixes.

Added the following to it:


Shawn Guo (1):
      arm/imx: fix power button on imx51 babbage board
Arnd Bergmann Dec. 9, 2011, 1:41 p.m. UTC | #2
On Friday 09 December 2011, Sascha Hauer wrote:
> Hi Arnd,
> 
> Please pull the following small fixes.
> 
> Sascha
> 
> The following changes since commit 5611cc4572e889b62a7b4c72a413536bf6a9c416:
> 
>   Linux 3.2-rc4 (2011-12-01 14:56:01 -0800)
> 
> are available in the git repository at:
>   git://git.pengutronix.de/git/imx/linux-2.6.git imx-fixes-for-arnd

Pulled the second version. Thanks!

	Arnd