linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Introduce NextThing GR8 support
@ 2016-09-07 14:53 Maxime Ripard
  2016-09-07 14:53 ` [PATCH v2 1/4] pinctrl: sunxi: Add GR8 controller support Maxime Ripard
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Maxime Ripard @ 2016-09-07 14:53 UTC (permalink / raw)
  To: Linus Walleij, Chen-Yu Tsai, Maxime Ripard
  Cc: linux-arm-kernel, linux-kernel, linux-gpio, Mylene Josserand,
	Thomas Petazzoni, Alexander Kaplan

Hi,

This serie introduces the support for the NextThing GR8.

This SoC is loosely based on the SoCs of the Allwinner sun5i family,
hence we can use most of the support already there. Compared to the
already existing A10s and A13/R8, the pin layout completely changed,
meaning that also the set of available controllers is changed.

There's some new controllers (SPDIF) and some are gone. This also
introduces the support for the GR8 Evaluation Board.

Even though it's not been tested yet, the SPDIF and I2S-related
components have been listed but we do not create a card from them, so
they won't be usable.

Let me know if you have any questions,
Maxime

Changes from v1:
  - Removed the panel part for now
  - Added a few missing gates
  - Changed the gate clocks compatible to the generic one
  - Switched to the OTG mode

Maxime Ripard (1):
  ARM: sunxi: Support the Nextthing GR8

Mylène Josserand (3):
  pinctrl: sunxi: Add GR8 controller support
  ARM: dts: Add NextThing GR8 dtsi
  ARM: dts: gr8: Add support for the GR8 evaluation board

 Documentation/arm/sunxi/README                     |    2 +
 Documentation/devicetree/bindings/arm/sunxi.txt    |    1 +
 .../bindings/pinctrl/allwinner,sunxi-pinctrl.txt   |    1 +
 MAINTAINERS                                        |    1 +
 arch/arm/boot/dts/Makefile                         |    1 +
 arch/arm/boot/dts/ntc-gr8-evb.dts                  |  342 +++++++
 arch/arm/boot/dts/ntc-gr8.dtsi                     | 1080 ++++++++++++++++++++
 arch/arm/mach-sunxi/sunxi.c                        |    1 +
 drivers/pinctrl/sunxi/Kconfig                      |    4 +
 drivers/pinctrl/sunxi/Makefile                     |    1 +
 drivers/pinctrl/sunxi/pinctrl-gr8.c                |  541 ++++++++++
 11 files changed, 1975 insertions(+)
 create mode 100644 arch/arm/boot/dts/ntc-gr8-evb.dts
 create mode 100644 arch/arm/boot/dts/ntc-gr8.dtsi
 create mode 100644 drivers/pinctrl/sunxi/pinctrl-gr8.c

-- 
2.9.3

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

end of thread, other threads:[~2016-09-14  2:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07 14:53 [PATCH v2 0/4] Introduce NextThing GR8 support Maxime Ripard
2016-09-07 14:53 ` [PATCH v2 1/4] pinctrl: sunxi: Add GR8 controller support Maxime Ripard
2016-09-07 19:17   ` Linus Walleij
2016-09-07 19:27     ` Maxime Ripard
2016-09-07 14:53 ` [PATCH v2 2/4] ARM: sunxi: Support the Nextthing GR8 Maxime Ripard
2016-09-07 14:53 ` [PATCH v2 3/4] ARM: dts: Add NextThing GR8 dtsi Maxime Ripard
2016-09-07 16:32   ` Chen-Yu Tsai
2016-09-08  7:41     ` Maxime Ripard
2016-09-14  2:48       ` Chen-Yu Tsai
2016-09-07 19:37   ` Linus Walleij
2016-09-08  4:46     ` Chen-Yu Tsai
2016-09-08  7:37       ` Maxime Ripard
2016-09-12 12:40         ` Linus Walleij
2016-09-12 12:47           ` Laurent Pinchart
2016-09-13  9:09             ` Linus Walleij
2016-09-14  2:56           ` Chen-Yu Tsai
2016-09-07 14:54 ` [PATCH v2 4/4] ARM: dts: gr8: Add support for the GR8 evaluation board Maxime Ripard
2016-09-07 15:23   ` Chen-Yu Tsai
2016-09-08  7:40     ` Maxime Ripard

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