All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] convert ifc binding to yaml and drop "simple-bus"
@ 2021-10-01  0:09 ` Li Yang
  0 siblings, 0 replies; 45+ messages in thread
From: Li Yang @ 2021-10-01  0:09 UTC (permalink / raw)
  To: Shawn Guo, Rob Herring, devicetree, Krzysztof Kozlowski,
	linux-arm-kernel, Michael Ellerman, linuxppc-dev, linux-kernel
  Cc: Li Yang

Convert the ifc binding to yaml schema, in the mean while remove the
"simple-bus" compatible from the binding to make sure ifc device probes
before any of the child devices.  Update the driver and existing DTSes
accordingly.

DTS changes should be merged together with the driver/binding changes
if DTS maintainer is ok with it or after the driver changes are applied.

Li Yang (5):
  dt-bindings: memory: fsl: convert ifc binding to yaml schema
  memory: fsl_ifc: populate child devices without relying on simple-bus
  ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node
  arm64: dts: remove "simple-bus" compatible from ifc node
  powerpc/mpc85xx: remove "simple-bus" compatible from ifc node

 .../bindings/memory-controllers/fsl/ifc.txt   |  82 -----------
 .../bindings/memory-controllers/fsl/ifc.yaml  | 137 ++++++++++++++++++
 arch/arm/boot/dts/ls1021a.dtsi                |   2 +-
 .../arm64/boot/dts/freescale/fsl-ls1043a.dtsi |   2 +-
 .../arm64/boot/dts/freescale/fsl-ls1046a.dtsi |   2 +-
 .../arm64/boot/dts/freescale/fsl-ls1088a.dtsi |   2 +-
 .../arm64/boot/dts/freescale/fsl-ls208xa.dtsi |   2 +-
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi      |   2 +-
 arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi |   2 +-
 arch/powerpc/boot/dts/fsl/bsc9132si-post.dtsi |   2 +-
 arch/powerpc/boot/dts/fsl/c293si-post.dtsi    |   2 +-
 arch/powerpc/boot/dts/fsl/p1010si-post.dtsi   |   2 +-
 arch/powerpc/boot/dts/fsl/t1023si-post.dtsi   |   2 +-
 arch/powerpc/boot/dts/fsl/t1040si-post.dtsi   |   2 +-
 arch/powerpc/boot/dts/fsl/t2081si-post.dtsi   |   2 +-
 arch/powerpc/boot/dts/fsl/t4240si-post.dtsi   |   2 +-
 drivers/memory/fsl_ifc.c                      |   9 ++
 17 files changed, 160 insertions(+), 96 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.yaml

-- 
2.25.1


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

end of thread, other threads:[~2021-10-14 12:49 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01  0:09 [PATCH 0/5] convert ifc binding to yaml and drop "simple-bus" Li Yang
2021-10-01  0:09 ` Li Yang
2021-10-01  0:09 ` [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema Li Yang
2021-10-01  0:09   ` Li Yang
2021-10-01  9:59   ` Krzysztof Kozlowski
2021-10-01  9:59     ` Krzysztof Kozlowski
2021-10-01 16:17     ` Li Yang
2021-10-01 16:17       ` Li Yang
2021-10-01 16:17       ` Li Yang
2021-10-04  9:31       ` Krzysztof Kozlowski
2021-10-04  9:31         ` Krzysztof Kozlowski
2021-10-04  9:31         ` Krzysztof Kozlowski
2021-10-08 21:50         ` Li Yang
2021-10-08 21:50           ` Li Yang
2021-10-08 21:50           ` Li Yang
2021-10-14 12:46         ` Rob Herring
2021-10-14 12:46           ` Rob Herring
2021-10-14 12:46           ` Rob Herring
2021-10-01 13:16   ` Rob Herring
2021-10-01 13:16     ` Rob Herring
2021-10-01 13:16     ` Rob Herring
2021-10-01 16:29     ` Li Yang
2021-10-01 16:29       ` Li Yang
2021-10-01 16:29       ` Li Yang
2021-10-01 16:35       ` Rob Herring
2021-10-01 16:35         ` Rob Herring
2021-10-01 16:35         ` Rob Herring
2021-10-01  0:09 ` [PATCH 2/5] memory: fsl_ifc: populate child devices without relying on simple-bus Li Yang
2021-10-01  0:09   ` Li Yang
2021-10-04 16:27   ` Rob Herring
2021-10-04 16:27     ` Rob Herring
2021-10-04 16:27     ` Rob Herring
2021-10-09  3:12     ` Li Yang
2021-10-09  3:12       ` Li Yang
2021-10-01  0:09 ` [PATCH 3/5] ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node Li Yang
2021-10-01  0:09   ` Li Yang
2021-10-01  0:09 ` [PATCH 4/5] arm64: dts: " Li Yang
2021-10-01  0:09   ` Li Yang
2021-10-01  0:09 ` [PATCH 5/5] powerpc/mpc85xx: " Li Yang
2021-10-01  0:09   ` Li Yang
2021-10-01  9:45 ` [PATCH 0/5] convert ifc binding to yaml and drop "simple-bus" Krzysztof Kozlowski
2021-10-01  9:45   ` Krzysztof Kozlowski
2021-10-01 19:51   ` Li Yang
2021-10-01 19:51     ` Li Yang
2021-10-01 19:51     ` Li Yang

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.