Default async probing for DT based systems

Saravana Kannan saravanak at google.com
Fri Jun 17 11:00:35 PDT 2022


On Fri, Jun 17, 2022 at 1:21 AM Linus Walleij <linus.walleij at linaro.org> wrote:
>
> On Thu, Jun 16, 2022 at 5:25 AM Saravana Kannan <saravanak at google.com> wrote:
>
> > Since fw_devlink=on is the default behavior and fw_devlink understands
> > approximately 24 DT bindings,
>
> How can I see which these are, in the kernel tree?

device/of/property.c has an array of these binding handling functions
in of_supplier_bindings[].

Most of the functions there are created using DEFINE_SIMPLE_PROP() or
DEFINE_SUFFIX_PROP() that's also in the same file.

-Saravana



More information about the linux-arm-kernel mailing list