All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Geni based QUP controller binding cleanups
@ 2022-04-02  5:12 Kuldeep Singh
  2022-04-02  5:12 ` [PATCH 1/5] dt-bindings: i2c: Add Qualcomm Geni based QUP i2c bindings Kuldeep Singh
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Kuldeep Singh @ 2022-04-02  5:12 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski; +Cc: linux-kernel

Geni based QUP controller currently has child nodes bindings defined in
same parent schema. Documentation of few other properties were also
omitted intially. The list becomes too long with addition of these
properties. Therefore, move out child bindings from parent schema to
respective places as a part of cleanup process and update reference for
it. Please note, individual bindings will now stand complete as
previously some properties were defined in core and rest in parent
schema.

This patchset adds individual bindings for uart and i2c controller, spi
controller is taken care by Krzystof. SPI patches[1] are required for
complete changes. Once all bindings gets places correctly, remove common
properties defined in parent as the final step.

[1] https://lore.kernel.org/linux-spi/20220331175817.GA91341@9a2d8922b8f1/T/#m2ef266d9f5cf643bb5be17f3a175c638bde3a680

Looking forward for feeback and review comments. Thanks!

Kuldeep Singh (5):
  dt-bindings: i2c: Add Qualcomm Geni based QUP i2c bindings
  dt-bindings: qcom: geni-se: Update i2c schema reference
  dt-bindings: serial: Update Qualcomm geni based QUP uart bindings
  dt-bindings: qcom: geni-se: Update uart schema reference
  dt-bindings: qcom: geni-se: Remove common controller properties

 .../bindings/i2c/qcom,i2c-geni-qcom.yaml      | 110 ++++++++++++++++++
 .../serial/qcom,serial-geni-qcom.yaml         |  86 ++++++++++++++
 .../bindings/soc/qcom/qcom,geni-se.yaml       |  77 +-----------
 3 files changed, 198 insertions(+), 75 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
 create mode 100644 Documentation/devicetree/bindings/serial/qcom,serial-geni-qcom.yaml

-- 
2.25.1


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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02  5:12 [PATCH 0/5] Geni based QUP controller binding cleanups Kuldeep Singh
2022-04-02  5:12 ` [PATCH 1/5] dt-bindings: i2c: Add Qualcomm Geni based QUP i2c bindings Kuldeep Singh
2022-04-02 12:29   ` Krzysztof Kozlowski
2022-04-02 19:44     ` Kuldeep Singh
2022-04-02 19:57       ` Krzysztof Kozlowski
2022-04-02 18:24   ` Krzysztof Kozlowski
2022-04-02 19:34     ` Kuldeep Singh
2022-04-02  5:12 ` [PATCH 2/5] dt-bindings: qcom: geni-se: Update i2c schema reference Kuldeep Singh
2022-04-02 12:30   ` Krzysztof Kozlowski
2022-04-02  5:12 ` [PATCH 3/5] dt-bindings: serial: Update Qualcomm geni based QUP uart bindings Kuldeep Singh
2022-04-02 15:37   ` Krzysztof Kozlowski
2022-04-02 19:24     ` Kuldeep Singh
2022-04-02  5:12 ` [PATCH 4/5] dt-bindings: qcom: geni-se: Update uart schema reference Kuldeep Singh
2022-04-02 15:39   ` Krzysztof Kozlowski
2022-04-02 19:28     ` Kuldeep Singh
2022-04-02  5:12 ` [PATCH 5/5] dt-bindings: qcom: geni-se: Remove common controller properties Kuldeep Singh
2022-04-02 15:41   ` Krzysztof Kozlowski
2022-04-02 19:32     ` Kuldeep Singh

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.