diff options
| author | Christophe Leroy <[email protected]> | 2023-12-14 10:31:51 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2024-03-03 11:20:29 +0000 |
| commit | 28da734d58c8d0113d0ac4f59880d94c9f249564 (patch) | |
| tree | 7356f6a4f7094f5d0fec6eafac40319ec580adec /drivers/usb/cdns3/cdns3-pci-wrap.c | |
| parent | of: Reimplement of_machine_is_compatible() using of_machine_compatible_match() (diff) | |
| download | kernel-28da734d58c8d0113d0ac4f59880d94c9f249564.tar.gz kernel-28da734d58c8d0113d0ac4f59880d94c9f249564.zip | |
powerpc/machdep: Define 'compatibles' property in ppc_md and use it
Most probe functions that do not use the 'compatible' string do
nothing else than checking whether the machine is compatible with
one of the strings in a NULL terminated table of strings.
Define that table of strings in ppc_md structure and check it directly
from probe_machine() instead of using ppc_md.probe() for that.
Keep checking in ppc_md.probe() only for more complex probing.
All .compatible could be replaced with a single element NULL
terminated list but that's not worth the churn. Can be do incrementaly
in follow-up patches.
Signed-off-by: Christophe Leroy <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-pci-wrap.c')
0 files changed, 0 insertions, 0 deletions
