All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema
@ 2020-12-08 12:46 ` Zhen Lei
  0 siblings, 0 replies; 32+ messages in thread
From: Zhen Lei @ 2020-12-08 12:46 UTC (permalink / raw)
  To: Philipp Zabel, Wei Xu, Rob Herring, linux-arm-kernel, devicetree,
	linux-kernel
  Cc: Zhen Lei, Zhangfei Gao, Chen Feng, Manivannan Sadhasivam

v2 --> v3:
1. Keep device tree patches and reset driver patch separate, as they were in v1.
   That is, revert v2.
2. When the new compatible match failed, fall back to the deprecated compatible.
3. Fix a typo, correct "hi3660,rst-syscon" to "hisilicon,rst-syscon".

v1 --> v2:
Merge the driver and DT modification(correct vendor prefix hisi to hisilicon) into one patch.

v1:
Patch 1-3 change the vendor prefix from "hisi" to "hisilicon", to eliminate below warnings:
  crg_rst_controller: 'hisi,rst-syscon' does not match any of the regexes: '^#.*', ... , '^hisilicon,.*', ...
  From schema: /root/leizhen/linux-next/Documentation/devicetree/bindings/vendor-prefixes.yaml

Patch 4 does the json-schema conversion.


Zhen Lei (4):
  reset: hisilicon: correct vendor prefix
  arm64: dts: correct vendor prefix hisi to hisilicon
  dt-bindings: reset: correct vendor prefix hisi to hisilicon
  dt-bindings: reset: convert Hisilicon reset controller bindings to
    json-schema

 .../bindings/reset/hisilicon,hi3660-reset.txt      | 44 -------------
 .../bindings/reset/hisilicon,hi3660-reset.yaml     | 77 ++++++++++++++++++++++
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  4 +-
 arch/arm64/boot/dts/hisilicon/hi3670.dtsi          |  2 +-
 drivers/reset/hisilicon/reset-hi3660.c             |  9 ++-
 5 files changed, 87 insertions(+), 49 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.yaml

-- 
1.8.3



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

end of thread, other threads:[~2021-01-29  8:30 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08 12:46 [PATCH v3 0/4] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema Zhen Lei
2020-12-08 12:46 ` Zhen Lei
2020-12-08 12:46 ` [PATCH v3 1/4] reset: hisilicon: correct vendor prefix Zhen Lei
2020-12-08 12:46   ` Zhen Lei
2020-12-08 12:46 ` [PATCH v3 2/4] arm64: dts: correct vendor prefix hisi to hisilicon Zhen Lei
2020-12-08 12:46   ` Zhen Lei
2021-01-26  8:53   ` Wei Xu
2021-01-26  8:53     ` Wei Xu
2021-01-26 22:23   ` Arnd Bergmann
2021-01-26 22:23     ` Arnd Bergmann
2021-01-27  0:42     ` Wei Xu
2021-01-27  0:42       ` Wei Xu
2021-01-28 14:08       ` Arnd Bergmann
2021-01-28 14:08         ` Arnd Bergmann
2021-01-29  1:02         ` Wei Xu
2021-01-29  1:02           ` Wei Xu
2021-01-29  1:55           ` Wei Xu
2021-01-29  1:55             ` Wei Xu
2021-01-29  8:21             ` Arnd Bergmann
2021-01-29  8:27               ` Wei Xu
2021-01-27  1:21     ` Leizhen (ThunderTown)
2021-01-27  1:21       ` Leizhen (ThunderTown)
2020-12-08 12:46 ` [PATCH v3 3/4] dt-bindings: reset: " Zhen Lei
2020-12-08 12:46   ` Zhen Lei
2020-12-10 14:01   ` Rob Herring
2020-12-10 14:01     ` Rob Herring
2020-12-08 12:46 ` [PATCH v3 4/4] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema Zhen Lei
2020-12-08 12:46   ` Zhen Lei
2020-12-10 14:02   ` Rob Herring
2020-12-10 14:02     ` Rob Herring
2020-12-10 15:06 ` [PATCH v3 0/4] " Philipp Zabel
2020-12-10 15:06   ` Philipp Zabel

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.