All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] convert ifc binding to yaml and drop "simple-bus"
@ 2021-10-15  0:57 ` Li Yang
  0 siblings, 0 replies; 10+ messages in thread
From: Li Yang @ 2021-10-15  0:57 UTC (permalink / raw)
  To: Rob Herring, devicetree, Krzysztof Kozlowski, linux-arm-kernel,
	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 accordingly.

DTS changes should be submitted after binding/driver changes are merged.

Changes in v2:
- Update endian property to type boolean
- Remove example subnodes that don't have yaml binding
- Spin DTS patches into a different series

Li Yang (2):
  dt-bindings: memory: fsl: convert ifc binding to yaml schema
  memory: fsl_ifc: populate child devices without relying on simple-bus

 .../memory-controllers/fsl/fsl,ifc.yaml       | 113 ++++++++++++++++++
 .../bindings/memory-controllers/fsl/ifc.txt   |  82 -------------
 drivers/memory/fsl_ifc.c                      |   7 ++
 3 files changed, 120 insertions(+), 82 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt

-- 
2.25.1


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

end of thread, other threads:[~2021-11-16 10:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  0:57 [PATCH v2 0/2] convert ifc binding to yaml and drop "simple-bus" Li Yang
2021-10-15  0:57 ` Li Yang
2021-10-15  0:57 ` [PATCH v2 1/2] dt-bindings: memory: fsl: convert ifc binding to yaml schema Li Yang
2021-10-15  0:57   ` Li Yang
2021-10-26 21:17   ` Rob Herring
2021-10-26 21:17     ` Rob Herring
2021-10-15  0:57 ` [PATCH v2 2/2] memory: fsl_ifc: populate child devices without relying on simple-bus Li Yang
2021-10-15  0:57   ` Li Yang
2021-11-16 10:35   ` Krzysztof Kozlowski
2021-11-16 10:35     ` Krzysztof Kozlowski

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.