linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for Phytium FT-1500A SoC
@ 2015-02-07  5:07 Chen Baozi
  2015-02-07  5:07 ` [PATCH 3/3] stmmac: Add AXI burst length support to platform device Chen Baozi
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Baozi @ 2015-02-07  5:07 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset introduces support for Phytium FT-1500A SoC.

FT-1500A is the first arm64 SoC designed by Phytium, which includes
16 cores of armv8 processor, a 32-lane PCI-E host, 2 GMAC on-chip
ethernet controller and a GICv3 interrupt controller with ITS
support.

Chen Baozi (3):
  arm64: Add Kconfig option for Phytium FT SoC Family.
  arm64, ft-1500a: Add initial dts for Phytium FT-1500A SoC
  stmmac: Add AXI burst length support to platform device.

 Documentation/devicetree/bindings/net/stmmac.txt   |   1 +
 arch/arm64/Kconfig                                 |   5 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/phytium/Makefile               |   5 +
 arch/arm64/boot/dts/phytium/ft-1500a.dtsi          | 269 +++++++++++++++++++++
 arch/arm64/boot/dts/phytium/ft1500a-v2-dsk-v2.dts  |  39 +++
 arch/arm64/configs/defconfig                       |   2 +
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |   1 +
 8 files changed, 323 insertions(+)
 create mode 100644 arch/arm64/boot/dts/phytium/Makefile
 create mode 100644 arch/arm64/boot/dts/phytium/ft-1500a.dtsi
 create mode 100644 arch/arm64/boot/dts/phytium/ft1500a-v2-dsk-v2.dts

-- 
2.1.4

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

end of thread, other threads:[~2015-02-11 11:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20150210020734.GE7920@cbz-thinkpad>
     [not found] ` <20150210114837.GC6659@leverpostej>
2015-02-11 11:11   ` [PATCH 3/3] stmmac: Add AXI burst length support to platform device Chen Baozi
2015-02-07  5:07 [PATCH 0/3] Add support for Phytium FT-1500A SoC Chen Baozi
2015-02-07  5:07 ` [PATCH 3/3] stmmac: Add AXI burst length support to platform device Chen Baozi
2015-02-09 12:04   ` Mark Rutland
2015-02-10  0:02     ` Chen Baozi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).