devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Remove the pins-are-numbered DT property
@ 2022-12-05 13:51 Bernhard Rosenkränzer
  2022-12-05 13:51 ` [PATCH v4 1/3] arm64: dts: mediatek: Remove pins-are-numbered property Bernhard Rosenkränzer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernhard Rosenkränzer @ 2022-12-05 13:51 UTC (permalink / raw)
  To: devicetree, linux-mediatek, linux-arm-kernel, linux-kernel,
	linux-stm32, mcoquelin.stm32, alexandre.torgue,
	krzysztof.kozlowski, matthias.bgg, angelogioacchino.delregno,
	khilman, linux-gpio

During the review of my MT8365 support patchset
(https://lore.kernel.org/linux-mediatek/20221117210356.3178578-1-bero@baylibre.com/),
the issue of the "pins-are-numbered" DeviceTree property has come up.

This property is unique to Mediatek MT65xx and STM32 pinctrls, and
doesn't seem to serve any purpose (both the Mediatek and STM32 drivers
simply refuse to deal with a device unless pins-are-numbered is set to
true).

There is no other use of this property in the kernel or in other projects
using DeviceTrees (checked u-boot and FreeBSD -- in both of those, the
flag is present in Mediatek and STM devicetrees, but not used anywhere).

There is also no known use in userspace (in fact, a userland application
relying on the property would be broken because it would get true on
any Mediatek or STM chipset and false on all others, even though other
chipsets use numbered pins).

This patchset removes all uses of pins-are-numbered and marks the
property as deprecated.

v4:
  - The generic pinctrl related patches are now in the pinctrl tree
    for v6.2 - remove them and repost the remaining bits of the patch
    set. No other changes.

v3:
  - No functional changes; add recent Reviewed-Bys and Acked-Bys,
    add linux-gpio to Cc

v2:
  - Deprecate the property instead of removing it completely from
    schemas
  - squash some related commits

Bernhard Rosenkränzer (3):
  arm64: dts: mediatek: Remove pins-are-numbered property
  ARM: dts: mediatek: Remove pins-are-numbered property
  ARM: dts: stm32: Remove the pins-are-numbered property

 arch/arm/boot/dts/mt2701.dtsi                | 1 -
 arch/arm/boot/dts/mt7623.dtsi                | 1 -
 arch/arm/boot/dts/mt8135.dtsi                | 1 -
 arch/arm/boot/dts/stm32f4-pinctrl.dtsi       | 1 -
 arch/arm/boot/dts/stm32f7-pinctrl.dtsi       | 1 -
 arch/arm/boot/dts/stm32h743.dtsi             | 1 -
 arch/arm/boot/dts/stm32mp131.dtsi            | 1 -
 arch/arm/boot/dts/stm32mp151.dtsi            | 2 --
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi    | 1 -
 arch/arm64/boot/dts/mediatek/mt8167.dtsi     | 1 -
 arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 1 -
 arch/arm64/boot/dts/mediatek/mt8173.dtsi     | 1 -
 arch/arm64/boot/dts/mediatek/mt8516.dtsi     | 1 -
 13 files changed, 14 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-09 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-05 13:51 [PATCH v4 0/3] Remove the pins-are-numbered DT property Bernhard Rosenkränzer
2022-12-05 13:51 ` [PATCH v4 1/3] arm64: dts: mediatek: Remove pins-are-numbered property Bernhard Rosenkränzer
2022-12-05 13:51 ` [PATCH v4 2/3] ARM: " Bernhard Rosenkränzer
2022-12-05 13:51 ` [PATCH v4 3/3] ARM: dts: stm32: Remove the " Bernhard Rosenkränzer
2023-01-09 16:48   ` Alexandre TORGUE

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).