devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
@ 2022-02-14 21:21 Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 01/15] dt-bindings: pwm: allwinner,sun4i-a10: " Krzysztof Kozlowski
                   ` (17 more replies)
  0 siblings, 18 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Hi,

Changes since v1:
1. Add tags.
2. Adjust subject (Uwe).

Best regards,
Krzysztof

Krzysztof Kozlowski (15):
  dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
  dt-bindings: pwm: imx: Include generic pwm schema
  dt-bindings: pwm: intel,lgm: Include generic pwm schema
  dt-bindings: pwm: iqs620a: Include generic pwm schema
  dt-bindings: pwm: mxs: Include generic pwm schema
  dt-bindings: pwm: rockchip: Include generic pwm schema
  dt-bindings: pwm: sifive: Include generic pwm schema
  dt-bindings: pwm: renesas,pwm: Include generic pwm schema
  dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
  dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
  dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
  dt-bindings: pwm: samsung: Do not require pwm-cells twice
  dt-bindings: pwm: tiecap: Do not require pwm-cells twice
  dt-bindings: pwm: tiehrpwm: Do not require pwm-cells twice
  dt-bindings: pwm: renesas,tpu: Do not require pwm-cells twice

 .../bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 53 ++++++-------
 .../bindings/pwm/brcm,bcm7038-pwm.yaml        |  1 -
 .../devicetree/bindings/pwm/imx-pwm.yaml      |  4 +-
 .../devicetree/bindings/pwm/imx-tpm-pwm.yaml  |  4 +-
 .../bindings/pwm/intel,keembay-pwm.yaml       |  1 -
 .../bindings/pwm/intel,lgm-pwm.yaml           |  3 +
 .../devicetree/bindings/pwm/iqs620a-pwm.yaml  |  4 +-
 .../devicetree/bindings/pwm/mxs-pwm.yaml      |  4 +-
 .../devicetree/bindings/pwm/pwm-rockchip.yaml | 74 ++++++++++---------
 .../devicetree/bindings/pwm/pwm-samsung.yaml  |  1 -
 .../devicetree/bindings/pwm/pwm-sifive.yaml   |  4 +-
 .../devicetree/bindings/pwm/pwm-tiecap.yaml   |  1 -
 .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml |  1 -
 .../bindings/pwm/renesas,pwm-rcar.yaml        | 26 ++++---
 .../bindings/pwm/renesas,tpu-pwm.yaml         |  1 -
 .../bindings/pwm/toshiba,pwm-visconti.yaml    |  4 +-
 16 files changed, 101 insertions(+), 85 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-03-03  6:42 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 01/15] dt-bindings: pwm: allwinner,sun4i-a10: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 02/15] dt-bindings: pwm: imx: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 03/15] dt-bindings: pwm: intel,lgm: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 04/15] dt-bindings: pwm: iqs620a: " Krzysztof Kozlowski
2022-02-14 23:23   ` Jeff LaBundy
2022-02-14 21:21 ` [PATCH v2 05/15] dt-bindings: pwm: mxs: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 06/15] dt-bindings: pwm: rockchip: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 07/15] dt-bindings: pwm: sifive: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: " Krzysztof Kozlowski
2022-02-15  1:50   ` Yoshihiro Shimoda
2022-02-14 21:21 ` [PATCH v2 09/15] dt-bindings: pwm: toshiba,visconti: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 10/15] dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 11/15] dt-bindings: pwm: intel,keembay: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 12/15] dt-bindings: pwm: samsung: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 13/15] dt-bindings: pwm: tiecap: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 14/15] dt-bindings: pwm: tiehrpwm: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: " Krzysztof Kozlowski
2022-02-15  1:51   ` Yoshihiro Shimoda
2022-02-15  7:40 ` [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Uwe Kleine-König
2022-02-15  7:59   ` Krzysztof Kozlowski
2022-02-15  8:02     ` Krzysztof Kozlowski
2022-02-15  9:41       ` Uwe Kleine-König
2022-02-15 10:49         ` Uwe Kleine-König
2022-02-15 12:41           ` Krzysztof Kozlowski
2022-02-15 12:58             ` Uwe Kleine-König
2022-02-15 18:08               ` Uwe Kleine-König
2022-02-15 22:54 ` Rob Herring
2022-03-02 19:04 ` Krzysztof Kozlowski
2022-03-03  6:41   ` Uwe Kleine-König

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