All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Netlogic updates for 3.12
@ 2013-08-11  9:13 Jayachandran C
  2013-08-11  9:13 ` [PATCH 01/10] MIPS: Netlogic: Read memory from DRAM BARs Jayachandran C
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Jayachandran C @ 2013-08-11  9:13 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: Jayachandran C

The main update is adding support for XLP 2XX SoCs
https://www.broadcom.com/products/Processors/Data-Center/XLP200-Series

The first few patches are minor updates.

JC.

Ganesan Ramalingam (4):
  MIPS: Netlogic: XLP2XX CPU and PIC frequency
  MIPS: Netlogic: XLP2xx update for I2C controller
  MIPS: Netlogic: Add support for USB on XLP2xx
  MIPS: Netlogic: built-in DTB for XLP2xx SoC boards

Jayachandran C (6):
  MIPS: Netlogic: Read memory from DRAM BARs
  MIPS: Netlogic: Remove memory section from built-in DT
  MIPS: Netlogic: Fix DT flash size parameter
  MIPS: Netlogic: Add support for XLP2XX
  MIPS: Netlogic: Call xlp_mmu_init on all threads
  MIPS: Netlogic: Core wakeup changes for XLP2XX

 arch/mips/include/asm/cpu.h                     |    1 +
 arch/mips/include/asm/netlogic/xlp-hal/bridge.h |    4 +
 arch/mips/include/asm/netlogic/xlp-hal/iomap.h  |   10 +
 arch/mips/include/asm/netlogic/xlp-hal/pic.h    |    5 +-
 arch/mips/include/asm/netlogic/xlp-hal/sys.h    |   31 +++
 arch/mips/include/asm/netlogic/xlp-hal/xlp.h    |   17 ++
 arch/mips/include/asm/netlogic/xlr/pic.h        |    2 +
 arch/mips/kernel/cpu-probe.c                    |    5 +
 arch/mips/netlogic/Kconfig                      |    9 +
 arch/mips/netlogic/common/smp.c                 |    4 +-
 arch/mips/netlogic/common/time.c                |    3 +-
 arch/mips/netlogic/dts/Makefile                 |    1 +
 arch/mips/netlogic/dts/xlp_evp.dts              |    9 +-
 arch/mips/netlogic/dts/xlp_fvp.dts              |  118 +++++++++++
 arch/mips/netlogic/dts/xlp_svp.dts              |    9 +-
 arch/mips/netlogic/xlp/Makefile                 |    1 +
 arch/mips/netlogic/xlp/dt.c                     |    8 +-
 arch/mips/netlogic/xlp/nlm_hal.c                |  237 +++++++++++++++++++----
 arch/mips/netlogic/xlp/setup.c                  |   50 ++++-
 arch/mips/netlogic/xlp/usb-init-xlp2.c          |  218 +++++++++++++++++++++
 arch/mips/netlogic/xlp/usb-init.c               |    3 +
 arch/mips/netlogic/xlp/wakeup.c                 |   10 +-
 22 files changed, 686 insertions(+), 69 deletions(-)
 create mode 100644 arch/mips/netlogic/dts/xlp_fvp.dts
 create mode 100644 arch/mips/netlogic/xlp/usb-init-xlp2.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-08-21 14:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11  9:13 [PATCH 00/10] Netlogic updates for 3.12 Jayachandran C
2013-08-11  9:13 ` [PATCH 01/10] MIPS: Netlogic: Read memory from DRAM BARs Jayachandran C
2013-08-21 14:01   ` [PATCH 01/10 v2] " Jayachandran C
2013-08-11  9:13 ` [PATCH 02/10] MIPS: Netlogic: Remove memory section from built-in DT Jayachandran C
2013-08-11  9:13 ` [PATCH 03/10] MIPS: Netlogic: Fix DT flash size parameter Jayachandran C
2013-08-11  9:13 ` [PATCH 04/10] MIPS: Netlogic: Add support for XLP2XX Jayachandran C
2013-08-11  9:13 ` [PATCH 05/10] MIPS: Netlogic: Call xlp_mmu_init on all threads Jayachandran C
2013-08-11  9:13 ` [PATCH 06/10] MIPS: Netlogic: XLP2XX CPU and PIC frequency Jayachandran C
2013-08-11  9:13 ` [PATCH 07/10] MIPS: Netlogic: Core wakeup changes for XLP2XX Jayachandran C
2013-08-11  9:13 ` [PATCH 08/10] MIPS: Netlogic: XLP2xx update for I2C controller Jayachandran C
2013-08-11  9:13 ` [PATCH 09/10] MIPS: Netlogic: Add support for USB on XLP2xx Jayachandran C
2013-08-21 14:02   ` [PATCH 09/10 v2] " Jayachandran C
2013-08-11  9:14 ` [PATCH 10/10] MIPS: Netlogic: built-in DTB for XLP2xx SoC boards Jayachandran C

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.