All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add basic support for Mediatek MT7623 SoC
@ 2016-01-05 16:24 John Crispin
       [not found] ` <1452011068-28300-1-git-send-email-blogic-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: John Crispin @ 2016-01-05 16:24 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Steven Liu (劉人豪)

MT7623 is a SoC based on 32bit ARMv7 architecture. It contains 4 CA7 cores.
MT7623 share many HW IP with MT65xx series. This patchset was tested
on MT7623 evaluation board, and boot to shell ok.

This series contains document bindings, device tree including
interrupt, uart, timer and wdt.

John Crispin (3):
  Document: DT: Add bindings for mediatek MT7623 SoC Platform
  ARM: dts: mediatek: add MT7623 basic support
  ARM: mediatek: add MT7623 smp bringup code

 Documentation/devicetree/bindings/arm/mediatek.txt |    4 +
 .../devicetree/bindings/serial/mtk-uart.txt        |    1 +
 .../bindings/timer/mediatek,mtk-timer.txt          |    1 +
 arch/arm/boot/dts/Makefile                         |    1 +
 arch/arm/boot/dts/mt7623-evb.dts                   |   33 +++++
 arch/arm/boot/dts/mt7623.dtsi                      |  147 ++++++++++++++++++++
 arch/arm/mach-mediatek/Kconfig                     |    4 +
 arch/arm/mach-mediatek/mediatek.c                  |    1 +
 arch/arm/mach-mediatek/platsmp.c                   |    7 +
 9 files changed, 199 insertions(+)
 create mode 100644 arch/arm/boot/dts/mt7623-evb.dts
 create mode 100644 arch/arm/boot/dts/mt7623.dtsi

-- 
1.7.10.4

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

end of thread, other threads:[~2016-01-21 10:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05 16:24 [PATCH 0/3] Add basic support for Mediatek MT7623 SoC John Crispin
     [not found] ` <1452011068-28300-1-git-send-email-blogic-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
2016-01-05 16:24   ` [PATCH 1/3] Document: DT: Add bindings for mediatek MT7623 SoC Platform John Crispin
2016-01-05 16:24   ` [PATCH 2/3] ARM: dts: mediatek: add MT7623 basic support John Crispin
2016-01-05 16:24   ` [PATCH 3/3] ARM: mediatek: add MT7623 smp bringup code John Crispin
2016-01-21 10:10   ` [PATCH 0/3] Add basic support for Mediatek MT7623 SoC Matthias Brugger
     [not found]     ` <56A0AEA7.5000704-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-01-21 10:18       ` John Crispin

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.