devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [GIT PULL v2.1] Mediatek basic support for v3.17
@ 2014-07-22 16:34 Matthias Brugger
  2014-07-22 18:18 ` Russell King - ARM Linux
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Brugger @ 2014-07-22 16:34 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Randy Dunlap,
	Russell King, Daniel Lezcano, Thomas Gleixner, Grant Likely,
	Matthias Brugger, Thierry Reding, Florian Vaussard,
	Jonathan Cameron, Jason Cooper, Andrew Lunn, Silvio F,
	Heiko Stübner, Olof Johansson, Sebastian Hesselbarth,
	Stephen Boyd, Gregory CLEMENT, Arnd Bergmann, Rob Herring,
	Marc Zyngier, Maxime Ripard, Sören Brinkmann,
	shawn.guo@freescale.com, anders.berg@lsi.com, Linus Walleij, ak,
	hpa, Andrew Morton, Uwe Kleine-König, Greg KH, fabf, rostedt,
	devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org

The patches 1-4 from the v10 series [0] of the patch set have been
merged by Daniel Lezcano [1]. This pull request has just the remaining
patches 5-7

There is an Ack from Rob Herring for the SoC device tree binding patch.
The other two patches lack an Ack from the maintainers.

[0] http://thread.gmane.org/gmane.linux.documentation/25231
[1] https://lkml.org/lkml/2014/7/21/291

---

Changes for v2.1:
- fix screwed up explanation

Changes for v2:
- request includes just patches 5-7 from the series

----------------------------------------------------------------
The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

  https://github.com/mbgg/linux-mediatek.git tags/v3.17-next-mediatek-support

for you to fetch changes up to afaedea451149ab8f08c37ce688c8021ed347811:

  arm: mediatek: add dts for Aquaris5 mobile phone (2014-07-22 17:52:38 +0200)

----------------------------------------------------------------
This patch set adds basic support for the Mediatek Cortex-A7 SoCs.

Support is quite basic, as the only component working up to now are the
timers.

Signed-off-by: Matthias Brugger matthias.bgg@gmail.com

----------------------------------------------------------------
Matthias Brugger (3):
      arm: add basic support for Mediatek MT6589 boards
      dt-bindings: add documentation for Mediatek SoC
      arm: mediatek: add dts for Aquaris5 mobile phone

 Documentation/devicetree/bindings/arm/mediatek.txt |    8 ++
 arch/arm/Kconfig                                   |    2 +
 arch/arm/Makefile                                  |    1 +
 arch/arm/boot/dts/mt6589-aquaris5.dts              |   25 ++++++
 arch/arm/boot/dts/mt6589.dtsi                      |   94 ++++++++++++++++++++
 arch/arm/mach-mediatek/Kconfig                     |    6 ++
 arch/arm/mach-mediatek/Makefile                    |    1 +
 arch/arm/mach-mediatek/mediatek.c                  |   27 ++++++
 8 files changed, 164 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/mediatek.txt
 create mode 100644 arch/arm/boot/dts/mt6589-aquaris5.dts
 create mode 100644 arch/arm/boot/dts/mt6589.dtsi
 create mode 100644 arch/arm/mach-mediatek/Kconfig
 create mode 100644 arch/arm/mach-mediatek/Makefile
 create mode 100644 arch/arm/mach-mediatek/mediatek.c

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

end of thread, other threads:[~2014-07-23 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 16:34 [GIT PULL v2.1] Mediatek basic support for v3.17 Matthias Brugger
2014-07-22 18:18 ` Russell King - ARM Linux
2014-07-23 20:59   ` Arnd Bergmann

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).