All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@bootlin.com>
To: Aleksandr Aleksandrov <aleksandr.aleksandrov@emlid.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Andreas Färber" <afaerber@suse.de>,
	"David Lechner" <david@lechnology.com>,
	"Thierry Reding" <treding@nvidia.com>,
	"Noralf Trønnes" <noralf@tronnes.org>,
	"Johan Hovold" <johan@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v5 0/2] Neutis N5 support
Date: Tue, 16 Oct 2018 09:21:36 +0200	[thread overview]
Message-ID: <20181016072136.3belesnmrvbejiro@flea> (raw)
In-Reply-To: <1539604192-17561-1-git-send-email-aleksandr.aleksandrov@emlid.com>

On Mon, Oct 15, 2018 at 02:49:48PM +0300, Aleksandr Aleksandrov wrote:
> This patch addes Neutis N5 support.
> Emlid Neutis N5 is a SoM based on Allwinner H5.
> The patch includes device tree file for Dev board
> and dtsi file for SoM needs.
> 
> Changes from v1: separate dts file: dtsi for SoM
> and motherboard dts file that inlcudes dtsi file.
> 
> Changes from v2 (5 oct 2018):
> - makefile: dtb-$(CONFIG_ARCH_SUNXI) - ordered alphabetically
> 
> Changes from v3 (12 oct 2018):
> - fix commit prefix for 1/2 patch
> - use an SPDX header instead of the full license text
> - compatible: "emlid,neutis-n5" instead of "emlid,emlid-neutis-n5"
> 
> Changes from v4 (15 oct 2018):
> - fix dt-bindings commit prefix
> - update license header for dts files
> - make interfaces be alphabetically in devboard dts file

Queued both for 4.21, thanks!
Maxime

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@bootlin.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/2] Neutis N5 support
Date: Tue, 16 Oct 2018 09:21:36 +0200	[thread overview]
Message-ID: <20181016072136.3belesnmrvbejiro@flea> (raw)
In-Reply-To: <1539604192-17561-1-git-send-email-aleksandr.aleksandrov@emlid.com>

On Mon, Oct 15, 2018 at 02:49:48PM +0300, Aleksandr Aleksandrov wrote:
> This patch addes Neutis N5 support.
> Emlid Neutis N5 is a SoM based on Allwinner H5.
> The patch includes device tree file for Dev board
> and dtsi file for SoM needs.
> 
> Changes from v1: separate dts file: dtsi for SoM
> and motherboard dts file that inlcudes dtsi file.
> 
> Changes from v2 (5 oct 2018):
> - makefile: dtb-$(CONFIG_ARCH_SUNXI) - ordered alphabetically
> 
> Changes from v3 (12 oct 2018):
> - fix commit prefix for 1/2 patch
> - use an SPDX header instead of the full license text
> - compatible: "emlid,neutis-n5" instead of "emlid,emlid-neutis-n5"
> 
> Changes from v4 (15 oct 2018):
> - fix dt-bindings commit prefix
> - update license header for dts files
> - make interfaces be alphabetically in devboard dts file

Queued both for 4.21, thanks!
Maxime

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  parent reply	other threads:[~2018-10-16  7:21 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05 13:25 [PATCH v3] Neutis N5 support Aleksandr Aleksandrov
2018-10-05 13:25 ` [PATCH v3] arm64: new board - Emlid Neutis N5 Aleksandr Aleksandrov
2018-10-05 14:48   ` Maxime Ripard
2018-10-08 15:20   ` [PATCH v3] Neutis N5 support Aleksandr Aleksandrov
2018-10-08 15:20     ` Aleksandr Aleksandrov
2018-10-08 15:20     ` Aleksandr Aleksandrov
2018-10-08 15:20     ` [PATCH v3] arm64: new board - Emlid Neutis N5 Aleksandr Aleksandrov
2018-10-08 15:20       ` Aleksandr Aleksandrov
2018-10-08 15:20       ` Aleksandr Aleksandrov
2018-10-10 14:49       ` Maxime Ripard
2018-10-10 14:49         ` Maxime Ripard
2018-10-11 12:01         ` aleksandr.aleksandrov
2018-10-11 13:20           ` Andreas Färber
2018-10-11 13:20             ` Andreas Färber
2018-10-11 16:40             ` Maxime Ripard
2018-10-11 16:40               ` Maxime Ripard
2018-10-12  9:35             ` Aleksandr Aleksandrov
2018-10-12  9:35               ` Aleksandr Aleksandrov
2018-10-12  9:57               ` Maxime Ripard
2018-10-12  9:57                 ` Maxime Ripard
2018-10-12 10:23       ` [PATCH v4 0/2] Neutis N5 support Aleksandr Aleksandrov
2018-10-12 10:23         ` Aleksandr Aleksandrov
2018-10-12 10:23         ` Aleksandr Aleksandrov
2018-10-12 10:23         ` [PATCH v4 1/2] arm64: dts: allwinner: new board - Emlid Neutis N5 Aleksandr Aleksandrov
2018-10-12 10:23           ` Aleksandr Aleksandrov
2018-10-12 10:23           ` Aleksandr Aleksandrov
2018-10-12 12:19           ` Andreas Färber
2018-10-12 12:19             ` Andreas Färber
2018-10-12 13:39             ` Aleksandr Aleksandrov
2018-10-12 13:39               ` Aleksandr Aleksandrov
2018-10-12 20:23               ` Maxime Ripard
2018-10-12 20:23                 ` Maxime Ripard
2018-10-13  2:26                 ` Chen-Yu Tsai
2018-10-13  2:26                   ` Chen-Yu Tsai
2018-10-15 11:49           ` [PATCH v5 0/2] Neutis N5 support Aleksandr Aleksandrov
2018-10-15 11:49             ` Aleksandr Aleksandrov
2018-10-15 11:49             ` Aleksandr Aleksandrov
2018-10-15 11:49             ` [PATCH v5 1/2] dt-bindings: vendor-prefix: new vendor - Emlid Aleksandr Aleksandrov
2018-10-15 11:49               ` Aleksandr Aleksandrov
2018-10-15 11:49               ` Aleksandr Aleksandrov
2018-10-15 11:49             ` [PATCH v5 2/2] arm64: dts: allwinner: new board - Emlid Neutis N5 Aleksandr Aleksandrov
2018-10-15 11:49               ` Aleksandr Aleksandrov
2018-10-15 11:49               ` Aleksandr Aleksandrov
2018-10-16  7:21             ` Maxime Ripard [this message]
2018-10-16  7:21               ` [PATCH v5 0/2] Neutis N5 support Maxime Ripard
2018-10-12 10:23         ` [PATCH v4 2/2] doc: devicetree: vendor-prefixes: new vendor - Emlid Aleksandr Aleksandrov
2018-10-12 10:23           ` Aleksandr Aleksandrov
2018-10-12 10:23           ` Aleksandr Aleksandrov
2018-10-12 11:39           ` Rob Herring
2018-10-12 11:39             ` Rob Herring

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=20181016072136.3belesnmrvbejiro@flea \
    --to=maxime.ripard@bootlin.com \
    --cc=afaerber@suse.de \
    --cc=aleksandr.aleksandrov@emlid.com \
    --cc=david@lechnology.com \
    --cc=devicetree@vger.kernel.org \
    --cc=johan@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=noralf@tronnes.org \
    --cc=robh+dt@kernel.org \
    --cc=treding@nvidia.com \
    --cc=wens@csie.org \
    /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.