mbox

[GIT,PULL] i.MX fixes for -rc

Message ID 20121217103744.GL26326@pengutronix.de
State New
Headers show

Pull-request

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

Message

Sascha Hauer Dec. 17, 2012, 10:37 a.m. UTC
Hi Arnd, Olof,

Please pull the following i.MX fixes for -rc.

Thanks
 Sascha


The following changes since commit a4f1de176614f634c367e5994a7bcc428c940df0:

  mm: fix kernel BUG at huge_memory.c:1474! (2012-12-16 19:02:38 -0800)

are available in the git repository at:

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

for you to fetch changes up to 027c0a6af42efa4f2f6034421349bd26a3ca4923:

  ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices (2012-12-17 10:58:52 +0100)

----------------------------------------------------------------
ARM i.MX fixes for v3.8-rc

This fixes a compile failure on imx_v4_v5_defconfig and a regression
introduced with enabling the MIPI clocks on i.MX51. Also one rather
cosmetic fix for the i.MX27 dts file.

----------------------------------------------------------------
Fabio Estevam (2):
      ARM: dts: mx27: Fix the AIPI bus for FEC
      ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices

Sascha Hauer (1):
      ARM i.MX51 clock: Fix regression since enabling MIPI/HSP clocks

 arch/arm/boot/dts/imx27-3ds.dts                        |    8 ++++----
 arch/arm/boot/dts/imx27-phytec-phycore.dts             |   13 +++++++------
 arch/arm/boot/dts/imx27.dtsi                           |   11 ++++++++++-
 arch/arm/mach-imx/clk-imx51-imx53.c                    |   16 ++++++++++++++++
 .../{plat-mxc => mach-imx}/devices/platform-mx2-emma.c |    4 ++--
 5 files changed, 39 insertions(+), 13 deletions(-)
 rename arch/arm/{plat-mxc => mach-imx}/devices/platform-mx2-emma.c (94%)

Comments

Olof Johansson Dec. 18, 2012, 2:44 a.m. UTC | #1
On Mon, Dec 17, 2012 at 11:37:44AM +0100, Sascha Hauer wrote:
> Hi Arnd, Olof,
> 
> Please pull the following i.MX fixes for -rc.
> 
> Thanks
>  Sascha
> 
> 
> The following changes since commit a4f1de176614f634c367e5994a7bcc428c940df0:
> 
>   mm: fix kernel BUG at huge_memory.c:1474! (2012-12-16 19:02:38 -0800)
> 
> are available in the git repository at:
> 
>   git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-fixes-rc

Thanks, pulled.


-Olof