linux/drivers/of
Vladimir Oltean df55e31780 of: base: export of_device_compatible_match() for use in modules
Modules such as net/dsa/dsa_core.ko might want to iterate through an
array of compatible strings for things such as validation (or rather,
skipping it for some potentially broken drivers).

of_device_is_compatible() is exported, by of_device_compatible_match()
isn't. Export the latter as well, so we don't have to open-code the
iteration.

Cc: Frank Rowand <frowand.list@gmail.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-08-22 17:45:47 -07:00
..
unittest-data
Kconfig
Makefile
address.c
base.c of: base: export of_device_compatible_match() for use in modules 2022-08-22 17:45:47 -07:00
device.c
dynamic.c
fdt.c TTY / Serial driver changes for 6.0-rc1 2022-08-08 11:31:40 -07:00
fdt_address.c
irq.c
kexec.c Devicetree updates for v6.0: 2022-08-04 18:08:34 -07:00
kobj.c
of_numa.c
of_private.h
of_reserved_mem.c
overlay.c
pdt.c
platform.c
property.c
resolver.c
unittest.c