All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] spi: dt-bindings: samsung: convert to dtschema
@ 2022-01-24  8:23 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 40+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-24  8:23 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Benson Leung, Guenter Roeck,
	Krzysztof Kozlowski, Alim Akhtar, Andi Shyti, Mark Brown,
	Sam Protsenko, Pratyush Yadav, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc, linux-spi

Hi,

Changes since v5
================
1. Add new patch 3 (fix indentation in example).
2. Patch 2: reference spi-peripheral-props in else.
3. Add tags.

Changes since v4
================
1. Do not require samsung,spi-feedback-delay and fold patch 3 into patch 2.
2. Rework message in patch 4.
3. Add tags.

Changes since v3
================
1. Patch 2: correct path in exynos-usi.yaml.
2. Add patch 5.
3. Add tags.

Changes since v2
================
1. Patch 2: drop child device schema, as Rob suggested.

Changes since v1
================
1. Patch 2: describe devices matching compatible, correct issues pointed out by
   Rob, add reviewed-by tag.
2. New patches 3 and 4.

Best regards,
Krzysztof

Krzysztof Kozlowski (4):
  spi: dt-bindings: samsung: convert to dtschema
  mfd: dt-bindings: google,cros-ec: reference Samsung SPI bindings
  mfd: dt-bindings: google,cros-ec: fix indentation in example
  spi: s3c64xx: allow controller-data to be optional

 .../bindings/mfd/google,cros-ec.yaml          |  31 +--
 .../bindings/soc/samsung/exynos-usi.yaml      |   2 +-
 .../spi/samsung,spi-peripheral-props.yaml     |  33 ++++
 .../devicetree/bindings/spi/samsung,spi.yaml  | 187 ++++++++++++++++++
 .../bindings/spi/spi-peripheral-props.yaml    |   1 +
 .../devicetree/bindings/spi/spi-samsung.txt   | 122 ------------
 MAINTAINERS                                   |   2 +-
 drivers/spi/spi-s3c64xx.c                     |  14 +-
 8 files changed, 246 insertions(+), 146 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/samsung,spi-peripheral-props.yaml
 create mode 100644 Documentation/devicetree/bindings/spi/samsung,spi.yaml
 delete mode 100644 Documentation/devicetree/bindings/spi/spi-samsung.txt

-- 
2.32.0


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

end of thread, other threads:[~2022-03-07 13:05 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24  8:23 [PATCH v6 0/4] spi: dt-bindings: samsung: convert to dtschema Krzysztof Kozlowski
2022-01-24  8:23 ` Krzysztof Kozlowski
2022-01-24  8:23 ` [PATCH v6 1/4] " Krzysztof Kozlowski
2022-01-24  8:23   ` Krzysztof Kozlowski
2022-02-04 22:15   ` Rob Herring
2022-02-04 22:15     ` Rob Herring
2022-02-07 18:09   ` Mark Brown
2022-02-07 18:09     ` Mark Brown
2022-02-07 19:45     ` Krzysztof Kozlowski
2022-02-07 19:45       ` Krzysztof Kozlowski
2022-02-14 14:17     ` Lee Jones
2022-02-14 14:17       ` Lee Jones
2022-02-14 14:40       ` Mark Brown
2022-02-14 14:40         ` Mark Brown
2022-02-14 14:47         ` Lee Jones
2022-02-14 14:47           ` Lee Jones
2022-03-07  9:21   ` Lee Jones
2022-03-07  9:21     ` Lee Jones
2022-01-24  8:23 ` [PATCH v6 2/4] mfd: dt-bindings: google,cros-ec: reference Samsung SPI bindings Krzysztof Kozlowski
2022-01-24  8:23   ` [PATCH v6 2/4] mfd: dt-bindings: google, cros-ec: " Krzysztof Kozlowski
2022-02-04 22:15   ` [PATCH v6 2/4] mfd: dt-bindings: google,cros-ec: " Rob Herring
2022-02-04 22:15     ` Rob Herring
2022-03-07  9:21   ` Lee Jones
2022-03-07  9:21     ` Lee Jones
2022-01-24  8:23 ` [PATCH v6 3/4] mfd: dt-bindings: google,cros-ec: fix indentation in example Krzysztof Kozlowski
2022-01-24  8:23   ` [PATCH v6 3/4] mfd: dt-bindings: google, cros-ec: " Krzysztof Kozlowski
2022-02-04 22:16   ` [PATCH v6 3/4] mfd: dt-bindings: google,cros-ec: " Rob Herring
2022-02-04 22:16     ` [PATCH v6 3/4] mfd: dt-bindings: google, cros-ec: " Rob Herring
2022-03-07  9:22   ` [PATCH v6 3/4] mfd: dt-bindings: google,cros-ec: " Lee Jones
2022-03-07  9:22     ` [PATCH v6 3/4] mfd: dt-bindings: google, cros-ec: " Lee Jones
2022-01-24  8:23 ` [PATCH v6 4/4] spi: s3c64xx: allow controller-data to be optional Krzysztof Kozlowski
2022-01-24  8:23   ` Krzysztof Kozlowski
2022-02-07 18:11   ` Mark Brown
2022-02-07 18:11     ` Mark Brown
2022-03-07  9:22   ` Lee Jones
2022-03-07  9:22     ` Lee Jones
2022-03-02 19:13 ` [PATCH v6 0/4] spi: dt-bindings: samsung: convert to dtschema Krzysztof Kozlowski
2022-03-02 19:13   ` Krzysztof Kozlowski
2022-03-07 13:03 ` [GIT PULL] Immutable branch between MFD, SPI and DT due for the v5.18 merge window Lee Jones
2022-03-07 13:03   ` Lee Jones

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.