From: Matthias Brugger <matthias.bgg@gmail.com>
To: "Bernhard Rosenkränzer" <bero@baylibre.com>, devicetree@vger.kernel.org
Cc: linux-mediatek@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org,
krzysztof.kozlowski@linaro.org, khilman@baylibre.com,
mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com
Subject: Re: [PATCH 2/9] pinctrl: stm32: Remove check for pins-are-numbered
Date: Mon, 21 Nov 2022 13:34:04 +0100 [thread overview]
Message-ID: <8572b192-bab4-645c-4046-3e5586178312@gmail.com> (raw)
In-Reply-To: <20221121015451.2471196-3-bero@baylibre.com>
On 21/11/2022 02:54, Bernhard Rosenkränzer wrote:
> Remove the check for the unnecessary pins-are-numbered
> DeviceTree property
>
> Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
> drivers/pinctrl/stm32/pinctrl-stm32.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/pinctrl/stm32/pinctrl-stm32.c b/drivers/pinctrl/stm32/pinctrl-stm32.c
> index cc9472b284047..1cddca506ad7e 100644
> --- a/drivers/pinctrl/stm32/pinctrl-stm32.c
> +++ b/drivers/pinctrl/stm32/pinctrl-stm32.c
> @@ -1499,11 +1499,6 @@ int stm32_pctl_probe(struct platform_device *pdev)
> if (!match_data)
> return -EINVAL;
>
> - if (!device_property_present(dev, "pins-are-numbered")) {
> - dev_err(dev, "only support pins-are-numbered format\n");
> - return -EINVAL;
> - }
> -
> pctl = devm_kzalloc(dev, sizeof(*pctl), GFP_KERNEL);
> if (!pctl)
> return -ENOMEM;
next prev parent reply other threads:[~2022-11-21 12:34 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 1:54 [PATCH 0/9] Remove the pins-are-numbered DT property Bernhard Rosenkränzer
2022-11-21 1:54 ` [PATCH 1/9] pinctrl: mediatek: common: Remove check for pins-are-numbered Bernhard Rosenkränzer
2022-11-21 9:00 ` AngeloGioacchino Del Regno
2022-11-21 12:33 ` Matthias Brugger
2022-11-21 12:35 ` Krzysztof Kozlowski
2022-11-21 18:20 ` Kevin Hilman
2022-11-21 1:54 ` [PATCH 2/9] pinctrl: stm32: " Bernhard Rosenkränzer
2022-11-21 12:34 ` Matthias Brugger [this message]
2022-11-21 12:35 ` Krzysztof Kozlowski
2022-11-21 1:54 ` [PATCH 3/9] dt-bindings: pinctrl: mediatek,mt65xx: Make pins-are-numbered optional Bernhard Rosenkränzer
2022-11-21 8:00 ` Krzysztof Kozlowski
2022-11-21 12:32 ` Matthias Brugger
2022-11-21 12:36 ` Matthias Brugger
2022-11-21 1:54 ` [PATCH 4/9] dt-bindings: pinctrl: st,stm32: Don't list pins-are-numbered as required Bernhard Rosenkränzer
2022-11-21 1:54 ` [PATCH 5/9] arm64: dts: mediatek: Remove pins-are-numbered property Bernhard Rosenkränzer
2022-11-21 9:00 ` AngeloGioacchino Del Regno
2022-11-21 18:21 ` Kevin Hilman
2022-11-21 1:54 ` [PATCH 6/9] ARM: " Bernhard Rosenkränzer
2022-11-21 9:00 ` AngeloGioacchino Del Regno
2022-11-21 18:21 ` Kevin Hilman
2022-11-21 1:54 ` [PATCH 7/9] ARM: dts: stm32: Remove the " Bernhard Rosenkränzer
2022-11-21 1:54 ` [PATCH 8/9] dt-bindings: pinctrl: mediatek,mt65xx: Drop " Bernhard Rosenkränzer
2022-11-21 12:36 ` Krzysztof Kozlowski
2022-11-21 1:54 ` [PATCH 9/9] dt-bindings: pinctrl: st,stm32: Remove " Bernhard Rosenkränzer
2022-11-21 12:31 ` [PATCH 0/9] Remove the pins-are-numbered DT property Matthias Brugger
2022-11-21 12:37 ` Krzysztof Kozlowski
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=8572b192-bab4-645c-4046-3e5586178312@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=alexandre.torgue@foss.st.com \
--cc=bero@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).