All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
Cc: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
	Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>,
	Linus Walleij
	<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH 2/9] pinctrl: sunxi: rename sun7i-a20 driver to sunxi-a20-r40
Date: Tue, 21 Feb 2017 14:53:41 -0800	[thread overview]
Message-ID: <20170221225341.cknbz34xji2d3jkp@lukather> (raw)
In-Reply-To: <20170217173722.6477-3-icenowy-ymACFijhrKM@public.gmane.org>

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

Hi,

On Sat, Feb 18, 2017 at 01:37:15AM +0800, Icenowy Zheng wrote:
> The new R40 SoC come with a largely similar version of the pin
> controller in A20.
> 
> Rename the driver, in order to extend it with R40 support.
> 
> Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>

I'm not too fond of renaming this. This is going to be renamed over
and over again, will break the configurations every time.

We're not doing that for the other drivers, I'm not sure why we would
need it specifically for the pinctrl drivers.

Maxime

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

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Icenowy Zheng <icenowy@aosc.xyz>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	linux-sunxi@googlegroups.com,
	Kishon Vijay Abraham I <kishon@ti.com>,
	linux-gpio@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/9] pinctrl: sunxi: rename sun7i-a20 driver to sunxi-a20-r40
Date: Tue, 21 Feb 2017 14:53:41 -0800	[thread overview]
Message-ID: <20170221225341.cknbz34xji2d3jkp@lukather> (raw)
In-Reply-To: <20170217173722.6477-3-icenowy@aosc.xyz>


[-- Attachment #1.1: Type: text/plain, Size: 644 bytes --]

Hi,

On Sat, Feb 18, 2017 at 01:37:15AM +0800, Icenowy Zheng wrote:
> The new R40 SoC come with a largely similar version of the pin
> controller in A20.
> 
> Rename the driver, in order to extend it with R40 support.
> 
> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>

I'm not too fond of renaming this. This is going to be renamed over
and over again, will break the configurations every time.

We're not doing that for the other drivers, I'm not sure why we would
need it specifically for the pinctrl drivers.

Maxime

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

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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 2/9] pinctrl: sunxi: rename sun7i-a20 driver to sunxi-a20-r40
Date: Tue, 21 Feb 2017 14:53:41 -0800	[thread overview]
Message-ID: <20170221225341.cknbz34xji2d3jkp@lukather> (raw)
In-Reply-To: <20170217173722.6477-3-icenowy@aosc.xyz>

Hi,

On Sat, Feb 18, 2017 at 01:37:15AM +0800, Icenowy Zheng wrote:
> The new R40 SoC come with a largely similar version of the pin
> controller in A20.
> 
> Rename the driver, in order to extend it with R40 support.
> 
> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>

I'm not too fond of renaming this. This is going to be renamed over
and over again, will break the configurations every time.

We're not doing that for the other drivers, I'm not sure why we would
need it specifically for the pinctrl drivers.

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/20170221/51ebde1e/attachment.sig>

  parent reply	other threads:[~2017-02-21 22:53 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-17 17:37 [RFC PATCH 0/9] Add support for Allwinner R40 SoC Icenowy Zheng
2017-02-17 17:37 ` Icenowy Zheng
2017-02-17 17:37 ` Icenowy Zheng
     [not found] ` <20170217173722.6477-1-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-17 17:37   ` [PATCH 1/9] arm: sunxi: add support for " Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37   ` [PATCH 2/9] pinctrl: sunxi: rename sun7i-a20 driver to sunxi-a20-r40 Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
     [not found]     ` <20170217173722.6477-3-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-21 22:53       ` Maxime Ripard [this message]
2017-02-21 22:53         ` Maxime Ripard
2017-02-21 22:53         ` Maxime Ripard
2017-02-17 17:37   ` [PATCH 3/9] pinctrl: sunxi: add support for R40 pinctrl Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
     [not found]     ` <20170217173722.6477-4-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-21 23:02       ` Maxime Ripard
2017-02-21 23:02         ` Maxime Ripard
2017-02-21 23:02         ` Maxime Ripard
2017-02-17 17:37   ` [RFC PATCH 4/9] clk: sunxi-ng: support R40 SoC Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
     [not found]     ` <20170217173722.6477-5-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-21 23:03       ` Maxime Ripard
2017-02-21 23:03         ` Maxime Ripard
2017-02-21 23:03         ` Maxime Ripard
2017-02-17 17:37   ` [RFC PATCH 5/9] ARM: dts: sun8i: add DTSI file for " Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
     [not found]     ` <20170217173722.6477-6-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-17 22:17       ` André Przywara
2017-02-17 22:17         ` [linux-sunxi] " André Przywara
2017-02-17 22:17         ` André Przywara
2017-02-17 17:37   ` [RFC PATCH 6/9] ARM: dts: sun8i: add DTS file for Banana Pi M2 Ultra Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37   ` [PATCH 7/9] phy: sun4i-usb: add support for R40 USB PHY Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37   ` [RFC PATCH 8/9] ARM: dts: sun8i: add USB nodes for R40 Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
     [not found]     ` <20170217173722.6477-9-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-21 23:05       ` Maxime Ripard
2017-02-21 23:05         ` Maxime Ripard
2017-02-21 23:05         ` Maxime Ripard
2017-02-17 17:37   ` [RFC PATCH 9/9] ARM: dts: sun8i: enable USB host for Banana Pi M2 Ultra Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
2017-02-17 17:37     ` Icenowy Zheng
     [not found]     ` <20170217173722.6477-10-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-21 23:05       ` Maxime Ripard
2017-02-21 23:05         ` Maxime Ripard
2017-02-21 23:05         ` Maxime Ripard
2017-02-23 14:56   ` [RFC PATCH 0/9] Add support for Allwinner R40 SoC Linus Walleij
2017-02-23 14:56     ` Linus Walleij
2017-02-23 14:56     ` Linus Walleij

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=20170221225341.cknbz34xji2d3jkp@lukather \
    --to=maxime.ripard-wi1+55scjutkeb57/3fjtnbpr1lh4cv8@public.gmane.org \
    --cc=icenowy-ymACFijhrKM@public.gmane.org \
    --cc=kishon-l0cyMroinI0@public.gmane.org \
    --cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=wens-jdAy2FN1RRM@public.gmane.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.