mbox

[GIT,PULL] imx fixes for 3.6 (take 2)

Message ID 20120823093407.GE24242@S2101-09.ap.freescale.net
State New
Headers show

Pull-request

git://git.linaro.org/people/shawnguo/linux-2.6.git imx/fixes-for-3.6

Message

Shawn Guo Aug. 23, 2012, 9:34 a.m. UTC
Hi Arnd, Olof,

Please pull the following imx fixes for 3.6-rc.  Thanks.

Regards,
Shawn

The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:

  Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)

are available in the git repository at:
  git://git.linaro.org/people/shawnguo/linux-2.6.git imx/fixes-for-3.6

Philipp Zabel (1):
      ARM i.MX6q: Add virtual 1/3.5 dividers in the LDB clock path

Shawn Guo (3):
      ARM: imx6q: remove imx_src_prepare_restart() call
      ARM: imx6: spin the cpu until hardware takes it down
      ARM: dts: imx51-babbage: fix esdhc cd/wp properties

 .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    8 +++---
 arch/arm/boot/dts/imx51-babbage.dts                |    4 +-
 arch/arm/mach-imx/clk-imx6q.c                      |    8 ++++--
 arch/arm/mach-imx/hotplug.c                        |   23 ++-----------------
 arch/arm/mach-imx/mach-imx6q.c                     |    2 -
 arch/arm/mach-imx/src.c                            |   13 -----------
 arch/arm/plat-mxc/include/mach/common.h            |    1 -
 7 files changed, 14 insertions(+), 45 deletions(-)

Comments

Shawn Guo Aug. 23, 2012, 1:13 p.m. UTC | #1
On Thu, Aug 23, 2012 at 05:34:11PM +0800, Shawn Guo wrote:
> Hi Arnd, Olof,
> 
> Please pull the following imx fixes for 3.6-rc.  Thanks.
> 
> Regards,
> Shawn
> 
> The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:
> 
>   Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)
> 
> are available in the git repository at:
>   git://git.linaro.org/people/shawnguo/linux-2.6.git imx/fixes-for-3.6
> 
> Philipp Zabel (1):
>       ARM i.MX6q: Add virtual 1/3.5 dividers in the LDB clock path
> 
> Shawn Guo (3):
>       ARM: imx6q: remove imx_src_prepare_restart() call

I just noticed something wrong with this patch, so updated the branch
to drop it.  Please do not pull this one (if you already pulled the
branch).

Regards,
Shawn

>       ARM: imx6: spin the cpu until hardware takes it down
>       ARM: dts: imx51-babbage: fix esdhc cd/wp properties
> 
>  .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    8 +++---
>  arch/arm/boot/dts/imx51-babbage.dts                |    4 +-
>  arch/arm/mach-imx/clk-imx6q.c                      |    8 ++++--
>  arch/arm/mach-imx/hotplug.c                        |   23 ++-----------------
>  arch/arm/mach-imx/mach-imx6q.c                     |    2 -
>  arch/arm/mach-imx/src.c                            |   13 -----------
>  arch/arm/plat-mxc/include/mach/common.h            |    1 -
>  7 files changed, 14 insertions(+), 45 deletions(-)
Arnd Bergmann Aug. 23, 2012, 3:05 p.m. UTC | #2
On Thursday 23 August 2012, Shawn Guo wrote:
> are available in the git repository at:
>   git://git.linaro.org/people/shawnguo/linux-2.6.git imx/fixes-for-3.6
> 
> Philipp Zabel (1):
>       ARM i.MX6q: Add virtual 1/3.5 dividers in the LDB clock path
> 
> Shawn Guo (3):
>       ARM: imx6q: remove imx_src_prepare_restart() call
>       ARM: imx6: spin the cpu until hardware takes it down
>       ARM: dts: imx51-babbage: fix esdhc cd/wp properties

Pulled into the fixes branch now, without the "ARM: imx6q: remove
imx_src_prepare_restart() call" patch.

Thanks,

	Arnd