mbox series

[v3,0/2] convert ifc binding to yaml and drop "simple-bus"

Message ID 20211116211846.16335-1-leoyang.li@nxp.com (mailing list archive)
Headers show
Series convert ifc binding to yaml and drop "simple-bus" | expand

Message

Leo Li Nov. 16, 2021, 9:18 p.m. UTC
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 v3:
- Rebased to v5.16-rc1

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

Comments

Krzysztof Kozlowski Nov. 17, 2021, 9:13 a.m. UTC | #1
On Tue, 16 Nov 2021 15:18:44 -0600, Li Yang wrote:
> 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 v3:
> - Rebased to v5.16-rc1
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: memory: fsl: convert ifc binding to yaml schema
      commit: f91d84e2ed0d661132fc0f46758daca866dfa55b
[2/2] memory: fsl_ifc: populate child devices without relying on simple-bus
      commit: 98f1323959b8d717fbb090f22bdcc5ad768c6dc6

Best regards,
Krzysztof Kozlowski Nov. 17, 2021, 9:15 a.m. UTC | #2
On 16/11/2021 22:18, Li Yang wrote:
> 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 v3:
> - Rebased to v5.16-rc1
> 
> 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

Thanks, applied.

You keep sending it to wrong address. Please use
scripts/get_maintainers.pl to get the list of people who should be
notified. Maybe you send to wrong address because you base your work on
some old tree, but in such case you need to rebase and use the latest.
Patches on older trees might be considered as not tested.


Best regards,
Krzysztof