mbox

[GIT,PULL] arm-soc: Xilinx Zynq cleanups for v3.11

Message ID 51BEA91F.2000305@monstr.eu
State New
Headers show

Pull-request

git://git.xilinx.com/linux-xlnx.git tags/zynq-cleanup-for-3.11

Message

Michal Simek June 17, 2013, 6:13 a.m. UTC
Hi Arnd and Olof,

please pull the following changes to your arm-soc tree.
There are just two cleanup patches.

Thanks,
Michal


The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:

  Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)

are available in the git repository at:

  git://git.xilinx.com/linux-xlnx.git tags/zynq-cleanup-for-3.11

for you to fetch changes up to 88cd4e882de73c2e62c38591abfe8c13fcc8386a:

  ARM: zynq: Not to rewrite jump code when starting address is 0x0 (2013-06-17 07:35:31 +0200)

----------------------------------------------------------------
arm: Xilinx Zynq cleanup patches for v3.11

This branch contains two fixes:
- Fix zynq smp code
- Do not specify init_irq ptr

----------------------------------------------------------------
Maxime Ripard (1):
      ARM: zynq: Remove init_irq declaration in machine description

Michal Simek (1):
      ARM: zynq: Not to rewrite jump code when starting address is 0x0

 arch/arm/mach-zynq/common.c  |  2 --
 arch/arm/mach-zynq/platsmp.c | 52 ++++++++++++++++++++++++++--------------------------
 2 files changed, 26 insertions(+), 28 deletions(-)

Comments

Arnd Bergmann June 19, 2013, 11:41 p.m. UTC | #1
On Monday 17 June 2013, Michal Simek wrote:
> please pull the following changes to your arm-soc tree.
> There are just two cleanup patches.
> 

Pulled into next/cleanup, thanks!

	Arnd