All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Icenowy Zheng <icenowy@aosc.xyz>
Cc: Rob Herring <robh+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-sunxi@googlegroups.com" <linux-sunxi@googlegroups.com>
Subject: Re: [PATCH v8 0/6] Allwinner H5 and Orange Pi PC2 support
Date: Thu, 9 Mar 2017 11:53:58 +0100	[thread overview]
Message-ID: <20170309105358.jmbzlenu3tcljrlc@lukather> (raw)
In-Reply-To: <2704251488908203@web18o.yandex.ru>

[-- Attachment #1: Type: text/plain, Size: 1719 bytes --]

On Wed, Mar 08, 2017 at 01:36:43AM +0800, Icenowy Zheng wrote:
> 
> 
> 08.03.2017, 01:07, "Maxime Ripard" <maxime.ripard@free-electrons.com>:
> > Hi,
> >
> > On Tue, Mar 07, 2017 at 01:17:44AM +0800, Icenowy Zheng wrote:
> >>  Allwinner H5 is a 64-bit SoC with a design like the 32-bit
> >>  H3, and it's pin-to-pin compatible with H3.
> >>
> >>  This patchset adds support for it, along with the first available
> >>  board -- Orange Pi PC2.
> >>
> >>  Several H5 boards by Sinovoip Banana Pi and FriendlyARM Nano Pi
> >>  are coming, so we should get ready for them.
> >>
> >>  CCU changes are already said to be merged by Maxime Ripard, so
> >>  this patchset now contains only device tree patches.
> >>
> >>  Commit messages are changed by the suggestion of Maxime.
> >>
> >>  This patchset depends on patchset [1] to finally take effect. At
> >>  least the patch 1 of that patchset is needed if you want to test
> >>  the kernel image -- without it the pinctrl driver won't be built
> >>  and the kernel will become unusable without pinctrl.
> >
> > It's still not the prefixes I told you to use. I merged your patches
> > and fixed, but please use the right one next time (and be consistent
> > in your ARM vs arm usage).
> 
> oh I added dts: to the prefix you told me, as they're device tree patches.
> 
> Is the usage of "dts:" out-dated?

I'd like to at least have a common scheme across regular contributors,
and not the current mess that we have. So, yes, kind of. And it
doesn't make much sense these days where all our changes are either
drivers or dts.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org"
	<linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: [PATCH v8 0/6] Allwinner H5 and Orange Pi PC2 support
Date: Thu, 9 Mar 2017 11:53:58 +0100	[thread overview]
Message-ID: <20170309105358.jmbzlenu3tcljrlc@lukather> (raw)
In-Reply-To: <2704251488908203-0lQQnEuakZFxpj1cXAZ9Bg@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2085 bytes --]

On Wed, Mar 08, 2017 at 01:36:43AM +0800, Icenowy Zheng wrote:
> 
> 
> 08.03.2017, 01:07, "Maxime Ripard" <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>:
> > Hi,
> >
> > On Tue, Mar 07, 2017 at 01:17:44AM +0800, Icenowy Zheng wrote:
> >>  Allwinner H5 is a 64-bit SoC with a design like the 32-bit
> >>  H3, and it's pin-to-pin compatible with H3.
> >>
> >>  This patchset adds support for it, along with the first available
> >>  board -- Orange Pi PC2.
> >>
> >>  Several H5 boards by Sinovoip Banana Pi and FriendlyARM Nano Pi
> >>  are coming, so we should get ready for them.
> >>
> >>  CCU changes are already said to be merged by Maxime Ripard, so
> >>  this patchset now contains only device tree patches.
> >>
> >>  Commit messages are changed by the suggestion of Maxime.
> >>
> >>  This patchset depends on patchset [1] to finally take effect. At
> >>  least the patch 1 of that patchset is needed if you want to test
> >>  the kernel image -- without it the pinctrl driver won't be built
> >>  and the kernel will become unusable without pinctrl.
> >
> > It's still not the prefixes I told you to use. I merged your patches
> > and fixed, but please use the right one next time (and be consistent
> > in your ARM vs arm usage).
> 
> oh I added dts: to the prefix you told me, as they're device tree patches.
> 
> Is the usage of "dts:" out-dated?

I'd like to at least have a common scheme across regular contributors,
and not the current mess that we have. So, yes, kind of. And it
doesn't make much sense these days where all our changes are either
drivers or dts.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

-- 
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 0/6] Allwinner H5 and Orange Pi PC2 support
Date: Thu, 9 Mar 2017 11:53:58 +0100	[thread overview]
Message-ID: <20170309105358.jmbzlenu3tcljrlc@lukather> (raw)
In-Reply-To: <2704251488908203@web18o.yandex.ru>

On Wed, Mar 08, 2017 at 01:36:43AM +0800, Icenowy Zheng wrote:
> 
> 
> 08.03.2017, 01:07, "Maxime Ripard" <maxime.ripard@free-electrons.com>:
> > Hi,
> >
> > On Tue, Mar 07, 2017 at 01:17:44AM +0800, Icenowy Zheng wrote:
> >> ?Allwinner H5 is a 64-bit SoC with a design like the 32-bit
> >> ?H3, and it's pin-to-pin compatible with H3.
> >>
> >> ?This patchset adds support for it, along with the first available
> >> ?board -- Orange Pi PC2.
> >>
> >> ?Several H5 boards by Sinovoip Banana Pi and FriendlyARM Nano Pi
> >> ?are coming, so we should get ready for them.
> >>
> >> ?CCU changes are already said to be merged by Maxime Ripard, so
> >> ?this patchset now contains only device tree patches.
> >>
> >> ?Commit messages are changed by the suggestion of Maxime.
> >>
> >> ?This patchset depends on patchset [1] to finally take effect. At
> >> ?least the patch 1 of that patchset is needed if you want to test
> >> ?the kernel image -- without it the pinctrl driver won't be built
> >> ?and the kernel will become unusable without pinctrl.
> >
> > It's still not the prefixes I told you to use. I merged your patches
> > and fixed, but please use the right one next time (and be consistent
> > in your ARM vs arm usage).
> 
> oh I added dts: to the prefix you told me, as they're device tree patches.
> 
> Is the usage of "dts:" out-dated?

I'd like to at least have a common scheme across regular contributors,
and not the current mess that we have. So, yes, kind of. And it
doesn't make much sense these days where all our changes are either
drivers or dts.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170309/3314fce4/attachment-0001.sig>

  reply	other threads:[~2017-03-09 10:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-06 17:17 [PATCH v8 0/6] Allwinner H5 and Orange Pi PC2 support Icenowy Zheng
2017-03-06 17:17 ` Icenowy Zheng
     [not found] ` <20170306171750.7491-1-icenowy-ymACFijhrKM@public.gmane.org>
2017-03-06 17:17   ` [PATCH v8 1/6] ARM: dts: sun8i: h3: drop skeleton.dtsi inclusion in H3 DTSI Icenowy Zheng
2017-03-06 17:17     ` Icenowy Zheng
2017-03-06 17:17   ` [PATCH v8 2/6] ARM: dts: sun8i: h3: drop pinctrl-a10.h inclusion for " Icenowy Zheng
2017-03-06 17:17     ` Icenowy Zheng
2017-03-06 17:17   ` [PATCH v8 3/6] ARM: dts: sun8i: h3: correct the GIC compatible in H3 to gic-400 Icenowy Zheng
2017-03-06 17:17     ` Icenowy Zheng
2017-03-06 17:17   ` [PATCH v8 4/6] arm: dts: sun8i: h3: split Allwinner H3 .dtsi Icenowy Zheng
2017-03-06 17:17     ` Icenowy Zheng
2017-03-06 17:17   ` [PATCH v8 5/6] arm64: dts: allwinner: h5: add Allwinner H5 .dtsi Icenowy Zheng
2017-03-06 17:17     ` Icenowy Zheng
2017-03-06 17:17   ` [PATCH v8 6/6] arm64: dts: allwinner: h5: add support for the Orange Pi PC 2 board Icenowy Zheng
2017-03-06 17:17     ` Icenowy Zheng
2017-03-06 21:49     ` Rask Ingemann Lambertsen
2017-03-06 21:49       ` Rask Ingemann Lambertsen
2017-03-06 21:49       ` Rask Ingemann Lambertsen
2017-03-07 17:09       ` Maxime Ripard
2017-03-07 17:09         ` Maxime Ripard
2017-03-07 17:09         ` Maxime Ripard
2017-03-07 17:07 ` [PATCH v8 0/6] Allwinner H5 and Orange Pi PC2 support Maxime Ripard
2017-03-07 17:07   ` Maxime Ripard
2017-03-07 17:07   ` Maxime Ripard
2017-03-07 17:33   ` Icenowy Zheng
2017-03-07 17:33     ` Icenowy Zheng
2017-03-07 17:36   ` Icenowy Zheng
2017-03-07 17:36     ` Icenowy Zheng
2017-03-09 10:53     ` Maxime Ripard [this message]
2017-03-09 10:53       ` Maxime Ripard
2017-03-09 10:53       ` Maxime Ripard

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=20170309105358.jmbzlenu3tcljrlc@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=devicetree@vger.kernel.org \
    --cc=icenowy@aosc.xyz \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=robh+dt@kernel.org \
    --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.