All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: include generic pwm schema
@ 2022-02-14  8:19 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 109+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14  8:19 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Benson Leung,
	Guenter Roeck, Thierry Reding, Uwe Kleine-König,
	Matthias Brugger, Andy Gross, Bjorn Andersson, Heiko Stuebner,
	Douglas Anderson, devicetree, chrome-platform, linux-kernel,
	linux-pwm, linux-arm-kernel, linux-mediatek, linux-arm-msm,
	linux-rockchip

Hi,

DTS patches are independent. Not tested, but I really hope no downstream kernel
depends on pwm node naming... If it does, please change it to compatible. :)

Best regards,
Krzysztof

Krzysztof Kozlowski (4):
  dt-bindings: pwm: google,cros-ec: include generic pwm schema
  arm64: dts: mt8183: align Google CROS EC PWM node name with dtschema
  arm64: dts: qcom: align Google CROS EC PWM node name with dtschema
  arm64: dts: rk3399: align Google CROS EC PWM node name with dtschema

 Documentation/devicetree/bindings/mfd/google,cros-ec.yaml    | 4 ++++
 .../devicetree/bindings/pwm/google,cros-ec-pwm.yaml          | 5 ++++-
 arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi       | 2 +-
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi                 | 2 +-
 arch/arm64/boot/dts/qcom/sc7280-herobrine-herobrine-r0.dts   | 2 +-
 arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi               | 2 +-
 arch/arm64/boot/dts/qcom/sc7280-idp-ec-h1.dtsi               | 2 +-
 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi                   | 2 +-
 arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi      | 2 +-
 9 files changed, 15 insertions(+), 8 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-04-19 10:13 UTC | newest]

Thread overview: 109+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-14  8:19 [PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: include generic pwm schema Krzysztof Kozlowski
2022-02-14  8:19 ` [PATCH 0/4] mfd/pwm: dt-bindings: google, cros-ec: " Krzysztof Kozlowski
2022-02-14  8:19 ` Krzysztof Kozlowski
2022-02-14  8:19 ` Krzysztof Kozlowski
2022-02-14  8:19 ` [PATCH 1/4] dt-bindings: pwm: google,cros-ec: " Krzysztof Kozlowski
2022-02-14  8:19   ` [PATCH 1/4] dt-bindings: pwm: google, cros-ec: " Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-22 21:13   ` [PATCH 1/4] dt-bindings: pwm: google,cros-ec: " Rob Herring
2022-02-22 21:13     ` Rob Herring
2022-02-22 21:13     ` Rob Herring
2022-02-22 21:13     ` Rob Herring
2022-02-23  9:16   ` Lee Jones
2022-02-23  9:16     ` Lee Jones
2022-02-23  9:16     ` Lee Jones
2022-02-23  9:16     ` Lee Jones
2022-02-23 22:57     ` Heiko Stuebner
2022-02-23 22:57       ` [PATCH 1/4] dt-bindings: pwm: google, cros-ec: " Heiko Stuebner
2022-02-23 22:57       ` Heiko Stuebner
2022-02-23 22:57       ` Heiko Stuebner
2022-02-24 10:02       ` [PATCH 1/4] dt-bindings: pwm: google,cros-ec: " Lee Jones
2022-02-24 10:02         ` Lee Jones
2022-02-24 10:02         ` Lee Jones
2022-02-24 10:02         ` Lee Jones
2022-02-24 10:06         ` Heiko Stuebner
2022-02-24 10:06           ` [PATCH 1/4] dt-bindings: pwm: google, cros-ec: " Heiko Stuebner
2022-02-24 10:06           ` Heiko Stuebner
2022-02-24 10:06           ` Heiko Stuebner
2022-02-24 10:14           ` [PATCH 1/4] dt-bindings: pwm: google,cros-ec: " Krzysztof Kozlowski
2022-02-24 10:14             ` [PATCH 1/4] dt-bindings: pwm: google, cros-ec: " Krzysztof Kozlowski
2022-02-24 10:14             ` Krzysztof Kozlowski
2022-02-24 10:14             ` Krzysztof Kozlowski
2022-02-24 11:44             ` [PATCH 1/4] dt-bindings: pwm: google,cros-ec: " Lee Jones
2022-02-24 11:44               ` Lee Jones
2022-02-24 11:44               ` Lee Jones
2022-02-24 11:44               ` Lee Jones
2022-02-24 12:41   ` Thierry Reding
2022-02-24 12:41     ` Thierry Reding
2022-02-24 12:41     ` Thierry Reding
2022-02-24 12:41     ` Thierry Reding
2022-02-24 12:51     ` Lee Jones
2022-02-24 12:51       ` Lee Jones
2022-02-24 12:51       ` Lee Jones
2022-02-24 12:51       ` Lee Jones
2022-02-14  8:19 ` [PATCH 2/4] arm64: dts: mt8183: align Google CROS EC PWM node name with dtschema Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14 15:21   ` AngeloGioacchino Del Regno
2022-02-14 15:21     ` AngeloGioacchino Del Regno
2022-02-14 15:21     ` AngeloGioacchino Del Regno
2022-02-14 15:21     ` AngeloGioacchino Del Regno
2022-03-02 19:06   ` Krzysztof Kozlowski
2022-03-02 19:06     ` Krzysztof Kozlowski
2022-03-02 19:06     ` Krzysztof Kozlowski
2022-03-02 19:06     ` Krzysztof Kozlowski
2022-04-19 10:12   ` (subset) " Krzysztof Kozlowski
2022-04-19 10:12     ` Krzysztof Kozlowski
2022-04-19 10:12     ` Krzysztof Kozlowski
2022-04-19 10:12     ` Krzysztof Kozlowski
2022-02-14  8:19 ` [PATCH 3/4] arm64: dts: qcom: " Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14 16:21   ` Doug Anderson
2022-02-14 16:21     ` Doug Anderson
2022-02-14 16:21     ` Doug Anderson
2022-02-14 16:21     ` Doug Anderson
2022-02-24 20:54   ` (subset) " Bjorn Andersson
2022-02-24 20:54     ` Bjorn Andersson
2022-02-24 20:54     ` Bjorn Andersson
2022-02-24 20:54     ` Bjorn Andersson
2022-02-14  8:19 ` [PATCH 4/4] arm64: dts: rk3399: " Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14  8:19   ` Krzysztof Kozlowski
2022-02-14 16:22   ` Doug Anderson
2022-02-14 16:22     ` Doug Anderson
2022-02-14 16:22     ` Doug Anderson
2022-02-14 16:22     ` Doug Anderson
2022-02-22 23:27 ` (subset) [PATCH 0/4] mfd/pwm: dt-bindings: google, cros-ec: include generic pwm schema Heiko Stuebner
2022-02-22 23:27   ` Heiko Stuebner
2022-02-22 23:27   ` Heiko Stuebner
2022-02-22 23:27   ` Heiko Stuebner
2022-02-23  6:22   ` Uwe Kleine-König
2022-02-23  6:22     ` Uwe Kleine-König
2022-02-23  6:22     ` Uwe Kleine-König
2022-02-23  6:22     ` Uwe Kleine-König
2022-02-23  7:09     ` Krzysztof Kozlowski
2022-02-23  7:09       ` Krzysztof Kozlowski
2022-02-23  7:09       ` Krzysztof Kozlowski
2022-02-23  7:09       ` Krzysztof Kozlowski
2022-02-24 20:50 ` [PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: " patchwork-bot+linux-arm-msm
2022-04-04 17:02 ` patchwork-bot+chrome-platform
2022-04-04 17:02   ` [PATCH 0/4] mfd/pwm: dt-bindings: google, cros-ec: " patchwork-bot+chrome-platform
2022-04-04 17:02   ` patchwork-bot+chrome-platform
2022-04-04 17:02   ` patchwork-bot+chrome-platform
2022-04-04 17:14 ` [PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: " patchwork-bot+chrome-platform
2022-04-04 17:14   ` [PATCH 0/4] mfd/pwm: dt-bindings: google, cros-ec: " patchwork-bot+chrome-platform
2022-04-04 17:14   ` patchwork-bot+chrome-platform
2022-04-04 17:14   ` patchwork-bot+chrome-platform
2022-04-04 17:16   ` [PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: " Heiko Stübner
2022-04-04 17:16     ` [PATCH 0/4] mfd/pwm: dt-bindings: google, cros-ec: " Heiko Stübner
2022-04-04 17:16     ` Heiko Stübner
2022-04-04 17:16     ` Heiko Stübner
2022-04-04 17:20     ` [PATCH 0/4] mfd/pwm: dt-bindings: google,cros-ec: " Benson Leung
2022-04-04 17:20       ` Benson Leung
2022-04-04 17:20       ` Benson Leung
2022-04-04 17:20       ` Benson Leung

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.