mbox

arm-soc: Xilinx Zynq cleanups for v3.14

Message ID 52AAC66B.70404@monstr.eu
State New
Headers show

Pull-request

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

Message

Michal Simek Dec. 13, 2013, 8:33 a.m. UTC
Hi Arnd, Kevin and Olof,

Please pull these cleanup patches to your tree.

Thanks,
Michal


The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2605f85275a7d5ccc5a59b05eed139656ad4e8a2:

  ARM: zynq: remove unnecessary setting of cpu_present_mask (2013-12-10 14:20:25 +0100)

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

This branch contains these fixes:
- SMP cleanups
- platform initialization cleanup

----------------------------------------------------------------
Michal Simek (1):
      arm: zynq: Add support for zynq_cpu_kill function

Soren Brinkmann (4):
      arm: zynq: platsmp: Remove CPU presence check
      arm: zynq: Invalidate L1 in secondary boot
      arm: zynq: Use of_platform_populate instead of bus_probe
      arm: zynq: Set proper GIC flags

Sudeep KarkadaNagesha (1):
      ARM: zynq: remove unnecessary setting of cpu_present_mask

 arch/arm/mach-zynq/common.c  | 16 ++++++++++------
 arch/arm/mach-zynq/common.h  |  2 ++
 arch/arm/mach-zynq/headsmp.S |  6 +++++-
 arch/arm/mach-zynq/platsmp.c | 25 ++++++++++---------------
 4 files changed, 27 insertions(+), 22 deletions(-)

Comments

Olof Johansson Dec. 22, 2013, 7:40 p.m. UTC | #1
On Fri, Dec 13, 2013 at 09:33:47AM +0100, Michal Simek wrote:
> Hi Arnd, Kevin and Olof,
> 
> Please pull these cleanup patches to your tree.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> 
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
> 
> are available in the git repository at:
> 
>   git://git.xilinx.com/linux-xlnx.git tags/zynq-cleanup-for-3.14

Pulled into next/cleanup. Thanks!


-Olof