]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Add-DSA-yaml-binding'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Jul 2020 23:56:44 +0000 (16:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jul 2020 23:56:44 +0000 (16:56 -0700)
commit7c23122ee8c5c039775c7c18eb111a6e68241835
tree4fdd3c747a9f2b6db6c54d9afdc058cd16267599
parent4830315c7291c5533cc7efbafd64c56d9ca7528e
parent6c03ca5e614e09f4f018045b50319ca1aee03081
Merge branch 'Add-DSA-yaml-binding'

Kurt Kanzenbach says:

====================
Add DSA yaml binding

as discussed [1] [2] it makes sense to add a DSA yaml binding. This is the
second version and contains now two ways of specifying the switch ports: Either
by "ports" or by "ethernet-ports". That is why the third patch also adjusts the
DSA core for it.

Tested in combination with the hellcreek.yaml file.

Changes since v1:

 * Use select to not match unrelated switches
 * Allow ethernet-port(s)
 * List ethernet-controller properties
 * Include better description
 * Let dsa.txt refer to dsa.yaml

Thanks,
Kurt

[1] - https://lkml.kernel.org/netdev/449f0a03-a91d-ae82-b31f-59dfd1457ec5@gmail.com/
[2] - https://lkml.kernel.org/netdev/20200710090618.28945-1-kurt@linutronix.de/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>