All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] Neutis N5 support
@ 2018-10-05 12:55 Aleksandr Aleksandrov
  2018-10-05 12:55 ` [U-Boot] [PATCH v3 1/2] arm: new board - Emlid " Aleksandr Aleksandrov
  2018-10-05 12:56 ` [U-Boot] [PATCH v3 2/2] sunxi MAINTAINERS: add new entry for Emlid Neutis N5 Aleksandr Aleksandrov
  0 siblings, 2 replies; 5+ messages in thread
From: Aleksandr Aleksandrov @ 2018-10-05 12:55 UTC (permalink / raw)
  To: u-boot

This series of pathes addes Neutis N5 support.
Emlid Neutis N5 is a SoM based on Allwinner H5.
1st patch includes device tree file and defconfig for
Dev board and dtsi file for SoM needs.

Changes from v1 (4 oct 2018): add to maintainers myself and
separate dts file: dtsi for SoM and motherboard dts file that
inlcudes dtsi file.

Changes from v2 (5 oct 2018):
1/2: - put Jagan Teki and Maxime Ripard in Cc
     - copy DT files from Linux
     - makefile: dtb-$(CONFIG_MACH_SUN50I_H5) - ordered alphabetically
2/2: - put Tom Rini in Cc

Aleksandr Aleksandrov (2):
  arm: new board - Emlid Neutis N5 support
  sunxi MAINTAINERS: add new entry for Emlid Neutis N5

 arch/arm/dts/Makefile                              |   1 +
 .../arm/dts/sun50i-h5-emlid-neutis-n5-devboard.dts | 184 +++++++++++++++++++++
 arch/arm/dts/sun50i-h5-emlid-neutis-n5.dtsi        |  96 +++++++++++
 board/sunxi/MAINTAINERS                            |   5 +
 configs/emlid_neutis_n5_devboard_defconfig         |  13 ++
 5 files changed, 299 insertions(+)
 create mode 100644 arch/arm/dts/sun50i-h5-emlid-neutis-n5-devboard.dts
 create mode 100644 arch/arm/dts/sun50i-h5-emlid-neutis-n5.dtsi
 create mode 100644 configs/emlid_neutis_n5_devboard_defconfig

-- 
2.7.4

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

end of thread, other threads:[~2018-10-10  6:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 12:55 [U-Boot] [PATCH v3 0/2] Neutis N5 support Aleksandr Aleksandrov
2018-10-05 12:55 ` [U-Boot] [PATCH v3 1/2] arm: new board - Emlid " Aleksandr Aleksandrov
2018-10-05 14:51   ` Maxime Ripard
2018-10-10  6:32   ` Jagan Teki
2018-10-05 12:56 ` [U-Boot] [PATCH v3 2/2] sunxi MAINTAINERS: add new entry for Emlid Neutis N5 Aleksandr Aleksandrov

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.