All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aleksandr Aleksandrov <aleksandr.aleksandrov@emlid.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/2] Neutis N5 support
Date: Fri,  5 Oct 2018 15:55:58 +0300	[thread overview]
Message-ID: <1538744160-12064-1-git-send-email-aleksandr.aleksandrov@emlid.com> (raw)

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

             reply	other threads:[~2018-10-05 12:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05 12:55 Aleksandr Aleksandrov [this message]
2018-10-05 12:55 ` [U-Boot] [PATCH v3 1/2] arm: new board - Emlid Neutis N5 support 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538744160-12064-1-git-send-email-aleksandr.aleksandrov@emlid.com \
    --to=aleksandr.aleksandrov@emlid.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.