Re: Default async probing for DT based systems

From: Saravana Kannan
Date: Fri Jun 17 2022 - 14:01:15 EST


On Fri, Jun 17, 2022 at 1:21 AM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
>
> On Thu, Jun 16, 2022 at 5:25 AM Saravana Kannan <saravanak@xxxxxxxxxx> 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