All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Icenowy Zheng <icenowy@aosc.xyz>,
	Rob Herring <robh+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	Andre Przywara <andre.przywara@arm.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.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>
Subject: Re: [PATCH v2 2/5] arm64: only select PINCTRL for Allwinner platforms
Date: Mon, 20 Mar 2017 10:09:19 +0100	[thread overview]
Message-ID: <20170320090919.ifngfkrwu2rcyegt@lukather> (raw)
In-Reply-To: <CACRpkdYJfycBqcAfu-K0i8TnEMwOZmDGvujHA25YWbBax6+6MA@mail.gmail.com>

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

On Tue, Mar 14, 2017 at 02:12:34PM +0100, Linus Walleij wrote:
> On Wed, Mar 1, 2017 at 7:01 PM, Icenowy Zheng <icenowy@aosc.xyz> wrote:
> 
> > As the pinctrl driver selecting is refactored in Kconfig file of
> > pinctrl-sunxi, now we can select only PINCTRL for Allwinner platform,
> > and the default value of several pinctrl drivers useful on ARM64
> > Allwinner SoCs will become Y.
> >
> > This is the situation of 32-bit ARM ARCH_SUNXI option.
> >
> > Drop the select of per-SoC pinctrl choices, but keep selecting PINCTRL.
> >
> > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
> > ---
> > Changes in v2:
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Please funnel this through the ARM SoC tree.

Applied!
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@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/5] arm64: only select PINCTRL for Allwinner platforms
Date: Mon, 20 Mar 2017 10:09:19 +0100	[thread overview]
Message-ID: <20170320090919.ifngfkrwu2rcyegt@lukather> (raw)
In-Reply-To: <CACRpkdYJfycBqcAfu-K0i8TnEMwOZmDGvujHA25YWbBax6+6MA@mail.gmail.com>

On Tue, Mar 14, 2017 at 02:12:34PM +0100, Linus Walleij wrote:
> On Wed, Mar 1, 2017 at 7:01 PM, Icenowy Zheng <icenowy@aosc.xyz> wrote:
> 
> > As the pinctrl driver selecting is refactored in Kconfig file of
> > pinctrl-sunxi, now we can select only PINCTRL for Allwinner platform,
> > and the default value of several pinctrl drivers useful on ARM64
> > Allwinner SoCs will become Y.
> >
> > This is the situation of 32-bit ARM ARCH_SUNXI option.
> >
> > Drop the select of per-SoC pinctrl choices, but keep selecting PINCTRL.
> >
> > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
> > ---
> > Changes in v2:
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Please funnel this through the ARM SoC tree.

Applied!
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/20170320/81991dab/attachment.sig>

  reply	other threads:[~2017-03-20  9:09 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01 18:01 [PATCH v2 0/5] Refactor of ARM64 sunxi pinctrl enabling and add A64 R_PIO driver Icenowy Zheng
2017-03-01 18:01 ` Icenowy Zheng
2017-03-01 18:01 ` [PATCH v2 1/5] pinctrl: sunxi: refactor pinctrl choice selecting for ARM64 Icenowy Zheng
2017-03-01 18:01   ` Icenowy Zheng
2017-03-02  8:25   ` Maxime Ripard
2017-03-02  8:25     ` Maxime Ripard
2017-03-02  8:25     ` Maxime Ripard
2017-03-14 13:09   ` Linus Walleij
2017-03-14 13:09     ` Linus Walleij
2017-03-14 13:09     ` Linus Walleij
2017-03-01 18:01 ` [PATCH v2 2/5] arm64: only select PINCTRL for Allwinner platforms Icenowy Zheng
2017-03-01 18:01   ` Icenowy Zheng
2017-03-14 13:12   ` Linus Walleij
2017-03-14 13:12     ` Linus Walleij
2017-03-14 13:12     ` Linus Walleij
2017-03-20  9:09     ` Maxime Ripard [this message]
2017-03-20  9:09       ` Maxime Ripard
2017-03-20  9:09       ` Maxime Ripard
2017-03-01 18:01 ` [PATCH v2 3/5] dt-bindings: fix for Allwinner H5 pinctrl's compatible Icenowy Zheng
2017-03-01 18:01   ` Icenowy Zheng
2017-03-02  8:26   ` Maxime Ripard
2017-03-02  8:26     ` Maxime Ripard
2017-03-02  8:26     ` Maxime Ripard
2017-03-14 13:11   ` Linus Walleij
2017-03-14 13:11     ` Linus Walleij
2017-03-14 13:11     ` Linus Walleij
2017-03-01 18:01 ` [PATCH v2 4/5] dt: bindings: add binding for Allwinner A64 R_PIO pinctrl Icenowy Zheng
2017-03-01 18:01   ` Icenowy Zheng
2017-03-14 13:11   ` Linus Walleij
2017-03-14 13:11     ` Linus Walleij
2017-03-14 13:11     ` 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=20170320090919.ifngfkrwu2rcyegt@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=andre.przywara@arm.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=icenowy@aosc.xyz \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=wens@csie.org \
    --cc=will.deacon@arm.com \
    /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.