All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bernhard Rosenkränzer" <bero@baylibre.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com,
	krzysztof.kozlowski@linaro.org, matthias.bgg@gmail.com,
	angelogioacchino.delregno@collabora.com, khilman@baylibre.com,
	linux-gpio@vger.kernel.org
Subject: Re: [PATCH v3 0/7] Remove the pins-are-numbered DT property
Date: Tue, 6 Dec 2022 17:25:21 +0100	[thread overview]
Message-ID: <CAP2ifjN-czBPKsm6o9U0Zx3dgau6bydFSrZmtwNJecSQu9VMzg@mail.gmail.com> (raw)
In-Reply-To: <CACRpkda75U=b50rK=WecNvaEoTdN2UzGyEwfPRaO6jG9FGyWhw@mail.gmail.com>

On Sat, Dec 3, 2022 at 10:22 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> Hi Bero,
>
> long time no see!

Hi Linus,
indeed, I've been doing mostly userland stuff lately, and my latest
kernel patch was x86 (got to keep all of my hardware working ;) ). Now
that I've changed jobs, I'm expecting to be more active on the kernel
side (though still doing a lot of userland).

> > This patchset removes all uses of pins-are-numbered and marks the
> > property as deprecated.
>
> I don't remember any more why this property was introduced, but
> I am happy to see it go.

I couldn't find why it was introduced either (and git blame wasn't
much help). I'm assuming there was some other mode in vendor trees
that never made it into mainline (but the flag for switching between
the modes did).

> I applied patches 1-4 to the pin control tree for v6.2,
> please funnel the rest through mediatek/stm32 and
> SoC trees!

Thanks! Remaining patches reposted and currently waiting.

ttyl
bero

WARNING: multiple messages have this Message-ID (diff)
From: "Bernhard Rosenkränzer" <bero@baylibre.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
	 linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	 linux-stm32@st-md-mailman.stormreply.com,
	mcoquelin.stm32@gmail.com,  alexandre.torgue@foss.st.com,
	krzysztof.kozlowski@linaro.org,  matthias.bgg@gmail.com,
	angelogioacchino.delregno@collabora.com,  khilman@baylibre.com,
	linux-gpio@vger.kernel.org
Subject: Re: [PATCH v3 0/7] Remove the pins-are-numbered DT property
Date: Tue, 6 Dec 2022 17:25:21 +0100	[thread overview]
Message-ID: <CAP2ifjN-czBPKsm6o9U0Zx3dgau6bydFSrZmtwNJecSQu9VMzg@mail.gmail.com> (raw)
In-Reply-To: <CACRpkda75U=b50rK=WecNvaEoTdN2UzGyEwfPRaO6jG9FGyWhw@mail.gmail.com>

On Sat, Dec 3, 2022 at 10:22 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> Hi Bero,
>
> long time no see!

Hi Linus,
indeed, I've been doing mostly userland stuff lately, and my latest
kernel patch was x86 (got to keep all of my hardware working ;) ). Now
that I've changed jobs, I'm expecting to be more active on the kernel
side (though still doing a lot of userland).

> > This patchset removes all uses of pins-are-numbered and marks the
> > property as deprecated.
>
> I don't remember any more why this property was introduced, but
> I am happy to see it go.

I couldn't find why it was introduced either (and git blame wasn't
much help). I'm assuming there was some other mode in vendor trees
that never made it into mainline (but the flag for switching between
the modes did).

> I applied patches 1-4 to the pin control tree for v6.2,
> please funnel the rest through mediatek/stm32 and
> SoC trees!

Thanks! Remaining patches reposted and currently waiting.

ttyl
bero

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

  reply	other threads:[~2022-12-06 16:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29  2:33 [PATCH v3 0/7] Remove the pins-are-numbered DT property Bernhard Rosenkränzer
2022-11-29  2:33 ` Bernhard Rosenkränzer
2022-11-29  2:33 ` [PATCH v3 1/7] pinctrl: mediatek: common: Remove check for pins-are-numbered Bernhard Rosenkränzer
2022-11-29  2:33   ` Bernhard Rosenkränzer
2022-11-29  2:33 ` [PATCH v3 2/7] pinctrl: stm32: " Bernhard Rosenkränzer
2022-11-29  2:33   ` Bernhard Rosenkränzer
2022-11-29  2:33 ` [PATCH v3 3/7] dt-bindings: pinctrl: mediatek,mt65xx: Deprecate pins-are-numbered Bernhard Rosenkränzer
2022-11-29  2:33   ` Bernhard Rosenkränzer
2022-11-29  8:29   ` AngeloGioacchino Del Regno
2022-11-29  8:29     ` AngeloGioacchino Del Regno
2022-11-29  2:33 ` [PATCH v3 4/7] dt-bindings: pinctrl: st,stm32: " Bernhard Rosenkränzer
2022-11-29  2:33   ` Bernhard Rosenkränzer
2022-11-29  2:33 ` [PATCH v3 5/7] arm64: dts: mediatek: Remove pins-are-numbered property Bernhard Rosenkränzer
2022-11-29  2:33   ` Bernhard Rosenkränzer
2022-12-05 13:20   ` Kevin Hilman
2022-12-05 13:20     ` Kevin Hilman
2022-12-16 11:50     ` Matthias Brugger
2022-12-16 11:50       ` Matthias Brugger
2022-11-29  2:34 ` [PATCH v3 6/7] ARM: " Bernhard Rosenkränzer
2022-11-29  2:34   ` Bernhard Rosenkränzer
2022-11-29  2:34 ` [PATCH v3 7/7] ARM: dts: stm32: Remove the " Bernhard Rosenkränzer
2022-11-29  2:34   ` Bernhard Rosenkränzer
2022-12-05 13:21   ` Kevin Hilman
2022-12-05 13:21     ` Kevin Hilman
2023-01-03  7:59     ` Alexandre TORGUE
2023-01-03  7:59       ` Alexandre TORGUE
2022-12-03  9:22 ` [PATCH v3 0/7] Remove the pins-are-numbered DT property Linus Walleij
2022-12-03  9:22   ` Linus Walleij
2022-12-06 16:25   ` Bernhard Rosenkränzer [this message]
2022-12-06 16:25     ` Bernhard Rosenkränzer

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=CAP2ifjN-czBPKsm6o9U0Zx3dgau6bydFSrZmtwNJecSQu9VMzg@mail.gmail.com \
    --to=bero@baylibre.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --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=linux-mediatek@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.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.