[PATCH 00/11] Netlogic XLP updates for 3.11

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The major changes are: 
* Move cpu initialization and reset code to a separate file that can be
  used in the uniprocessor case.
* Move device tree code to a separate file

The rest are fixes and minor cleanups to the existing code.

Regards,
JC.

Jayachandran C (11):
  MIPS: Netlogic: Split XLP device tree code to dt.c
  MIPS: Netlogic: Split reset code out of smpboot.S
  MIPS: Netlogic: Initialization when !CONFIG_SMP
  MIPS: Netlogic: Add nlm_get_boot_data() helper
  MIPS: Netlogic: move cpu_ready array to boot area
  MIPS: Netlogic: use branch instead of jump
  MIPS: Netlogic: Fix sign extension in PIC write
  MIPS: Netlogic: wait for all hardware threads
  MIPS: Netlogic: Fixup memory regions for prefetch
  MIPS: Netlogic: Remove workarounds for early SoCs
  MIPS: Netlogic: Fix plat_irq_dispatch

 arch/mips/include/asm/netlogic/common.h      |   18 +-
 arch/mips/include/asm/netlogic/xlp-hal/pic.h |    2 +-
 arch/mips/include/asm/netlogic/xlp-hal/xlp.h |    1 +
 arch/mips/netlogic/common/Makefile           |    1 +
 arch/mips/netlogic/common/irq.c              |    7 +-
 arch/mips/netlogic/common/reset.S            |  230 ++++++++++++++++++++++++++
 arch/mips/netlogic/common/smp.c              |   18 +-
 arch/mips/netlogic/common/smpboot.S          |  194 +---------------------
 arch/mips/netlogic/xlp/Makefile              |    2 +-
 arch/mips/netlogic/xlp/dt.c                  |   99 +++++++++++
 arch/mips/netlogic/xlp/setup.c               |   95 +++--------
 arch/mips/netlogic/xlp/wakeup.c              |   26 ++-
 arch/mips/netlogic/xlr/setup.c               |    7 +
 arch/mips/netlogic/xlr/wakeup.c              |    3 +-
 14 files changed, 417 insertions(+), 286 deletions(-)
 create mode 100644 arch/mips/netlogic/common/reset.S
 create mode 100644 arch/mips/netlogic/xlp/dt.c

-- 
1.7.9.5




[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux