All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add Nintendo NES/SuperNES classic support
@ 2018-04-21 16:42 Miquel Raynal
  2018-04-21 16:42 ` [PATCH v3 1/2] ARM: dts: sun8i: a23/a33: declare NAND pins Miquel Raynal
  2018-04-21 16:42 ` [PATCH v3 2/2] ARM: dts: nes: add Nintendo NES/SuperNES Classic Edition support Miquel Raynal
  0 siblings, 2 replies; 10+ messages in thread
From: Miquel Raynal @ 2018-04-21 16:42 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds support for the NES/SuperNES classic consoles from
Nintendo. Changes are done in A23/A33 DTSI to add NAND support.

Thanks,
Miqu?l

Changes since v2
================
* s/arm:/ARM:/ in commit title.
* Added "Allwinner,sun8i-r16" compatibles.
* Removed USB host controller nodes.
* Added dr_mode = "otg" to OTG node.
* Added the bias-pull-up property to CS/RB pins.
* Renamed 'sun8i-r16-nintendo-supernes-classic.dts' into
  'sun8i-r16-nintendo-super-nes-classic.dts'.
* Added copyright licenses.

Changes since v1
================

arm: dts: sun8i: a23/a33: declare NAND pins
 * Patch created by splitting the v1 in two
 * Removed the trailing '@0' after the NAND pins declarations
 * Changed the name of these declarations
 * Declared all CS/RB lines
 * Reorganized the pins entry of nand_pins

arm: dts: nes: add Nintendo NES/SuperNES Classic Edition support
 * Created two DTS: nes-classic and supernes-classic
 * Moved the NAND pinctrl declaration into the DTSI
 * Removed the USB hackery explanation
 * Explained why one UART port is preferred to the other


Miquel Raynal (2):
  ARM: dts: sun8i: a23/a33: declare NAND pins
  ARM: dts: nes: add Nintendo NES/SuperNES Classic Edition support

 arch/arm/boot/dts/Makefile                         |  2 +
 arch/arm/boot/dts/sun8i-a23-a33.dtsi               | 33 +++++++++++++
 .../boot/dts/sun8i-r16-nintendo-nes-classic.dts    | 56 ++++++++++++++++++++++
 .../dts/sun8i-r16-nintendo-super-nes-classic.dts   | 19 ++++++++
 4 files changed, 110 insertions(+)
 create mode 100644 arch/arm/boot/dts/sun8i-r16-nintendo-nes-classic.dts
 create mode 100644 arch/arm/boot/dts/sun8i-r16-nintendo-super-nes-classic.dts

-- 
2.14.1

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

end of thread, other threads:[~2018-04-24 11:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-21 16:42 [PATCH v3 0/2] Add Nintendo NES/SuperNES classic support Miquel Raynal
2018-04-21 16:42 ` [PATCH v3 1/2] ARM: dts: sun8i: a23/a33: declare NAND pins Miquel Raynal
2018-04-21 16:42 ` [PATCH v3 2/2] ARM: dts: nes: add Nintendo NES/SuperNES Classic Edition support Miquel Raynal
2018-04-23  7:24   ` Maxime Ripard
2018-04-23 10:27     ` Miquel Raynal
2018-04-24  7:55       ` Maxime Ripard
2018-04-24  8:05         ` Miquel Raynal
2018-04-24  8:49         ` Miquel Raynal
2018-04-24  9:16           ` Miquel Raynal
2018-04-24 11:05           ` Maxime Ripard

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.