devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] extcon-usb-gpio YAML conversion
@ 2023-07-24 10:39 Alexander Stein
  2023-07-24 10:39 ` [PATCH v4 1/6] dt-bindings: extcon-usb-gpio: convert to DT schema format Alexander Stein
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Alexander Stein @ 2023-07-24 10:39 UTC (permalink / raw)
  To: MyungJoo Ham, Chanwoo Choi, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Fabio Estevam,
	Benoît Cousson, Tony Lindgren, Matthias Brugger,
	AngeloGioacchino Del Regno, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Heiko Stuebner
  Cc: Alexander Stein, Pengutronix Kernel Team, NXP Linux Team,
	devicetree, linux-arm-kernel, linux-omap, linux-mediatek,
	linux-arm-msm, linux-rockchip

Hi,

after some misunderstanding on my side, sorry for that and the noise, v4
series now includes now all the changes for the bindings and DT in
individual patches.
I've transferred the R-b and A-b tags to the individual patches in the
arch/arm64 patches. Only to specific patches, e.g. mediatek, if sent with
#mediatek inidicator, to all patches otherwise. arch/arm has still yet to
receive feedback.

Changes in v4:
* Put bindings and DT changes back into a single series
* Split patches per SoC family

Best regards,
Alexander

Alexander Stein (6):
  dt-bindings: extcon-usb-gpio: convert to DT schema format
  ARM: dts: ti/omap: Replace deprecated extcon-usb-gpio
    id-gpio/vbus-gpio properties
  ARM: dts: nxp/imx: Replace deprecated extcon-usb-gpio
    id-gpio/vbus-gpio properties
  arm64: dts: freescale: Replace deprecated extcon-usb-gpio
    id-gpio/vbus-gpio properties
  arm64: dts: mediatek: Replace deprecated extcon-usb-gpio
    id-gpio/vbus-gpio properties
  arm64: dts: qcom: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio
    properties

 .../bindings/extcon/extcon-usb-gpio.txt       | 21 --------
 .../bindings/extcon/extcon-usb-gpio.yaml      | 51 +++++++++++++++++++
 .../arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi |  2 +-
 arch/arm/boot/dts/nxp/imx/imx7-colibri.dtsi   |  2 +-
 arch/arm/boot/dts/ti/omap/am571x-idk.dts      |  4 +-
 .../boot/dts/ti/omap/am5729-beagleboneai.dts  |  2 +-
 .../boot/dts/ti/omap/am572x-idk-common.dtsi   |  4 +-
 .../arm/boot/dts/ti/omap/dra7-evm-common.dtsi |  4 +-
 arch/arm/boot/dts/ti/omap/dra71-evm.dts       |  4 +-
 .../boot/dts/ti/omap/dra72-evm-common.dtsi    |  4 +-
 arch/arm/boot/dts/ti/omap/dra76-evm.dts       |  4 +-
 .../boot/dts/freescale/imx8mp-msc-sm2s.dtsi   |  2 +-
 .../dts/freescale/imx8mq-tqma8mq-mba8mx.dts   |  2 +-
 arch/arm64/boot/dts/mediatek/mt2712-evb.dts   |  4 +-
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts   |  2 +-
 arch/arm64/boot/dts/qcom/apq8016-sbc.dts      |  2 +-
 arch/arm64/boot/dts/qcom/apq8096-db820c.dts   |  4 +-
 .../boot/dts/qcom/msm8916-acer-a1-724.dts     |  2 +-
 .../boot/dts/qcom/msm8916-alcatel-idol347.dts |  2 +-
 .../boot/dts/qcom/msm8916-gplus-fl8005a.dts   |  2 +-
 .../arm64/boot/dts/qcom/msm8916-huawei-g7.dts |  2 +-
 .../boot/dts/qcom/msm8916-longcheer-l8910.dts |  2 +-
 .../dts/qcom/msm8916-wingtech-wt88047.dts     |  2 +-
 .../qcom/msm8939-sony-xperia-kanuti-tulip.dts |  2 +-
 .../qcom/msm8996-sony-xperia-tone-dora.dts    |  2 +-
 .../dts/qcom/msm8996-sony-xperia-tone.dtsi    |  2 +-
 .../boot/dts/qcom/msm8998-fxtec-pro1.dts      |  2 +-
 .../dts/qcom/msm8998-sony-xperia-yoshino.dtsi |  4 +-
 .../boot/dts/qcom/sda660-inforce-ifc6560.dts  |  2 +-
 .../dts/qcom/sdm630-sony-xperia-nile.dtsi     |  2 +-
 .../boot/dts/qcom/sdm660-xiaomi-lavender.dts  |  2 +-
 .../qcom/sm6125-sony-xperia-seine-pdx201.dts  |  2 +-
 .../dts/qcom/sm6125-xiaomi-laurel-sprout.dts  |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi |  2 +-
 34 files changed, 92 insertions(+), 62 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/extcon/extcon-usb-gpio.yaml

-- 
2.34.1


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

end of thread, other threads:[~2023-11-28  9:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 10:39 [PATCH v4 0/6] extcon-usb-gpio YAML conversion Alexander Stein
2023-07-24 10:39 ` [PATCH v4 1/6] dt-bindings: extcon-usb-gpio: convert to DT schema format Alexander Stein
2023-07-24 10:39 ` [PATCH v4 2/6] ARM: dts: ti/omap: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties Alexander Stein
2023-11-17 12:08   ` Alexander Stein
2023-11-28  9:57     ` Tony Lindgren
2023-07-24 10:39 ` [PATCH v4 3/6] ARM: dts: nxp/imx: " Alexander Stein
2023-07-30 13:22   ` Shawn Guo
2023-07-24 10:39 ` [PATCH v4 4/6] arm64: dts: freescale: " Alexander Stein
2023-07-30 13:22   ` Shawn Guo
2023-07-24 10:39 ` [PATCH v4 5/6] arm64: dts: mediatek: " Alexander Stein
2023-07-24 10:39 ` [PATCH v4 6/6] arm64: dts: qcom: " Alexander Stein
2023-07-24 18:04   ` Heiko Stuebner
2023-07-25  5:53     ` Alexander Stein
2023-07-28  4:08 ` (subset) [PATCH v4 0/6] extcon-usb-gpio YAML conversion Bjorn Andersson

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