Message ID | 20210902025528.1017391-1-saravanak@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Ulf reported an issue[1] with fw_devlink. This series tries to fix that issue. | expand |
Oops, forgot to use a proper subject. Sorry. -Saravana On Wed, Sep 1, 2021 at 7:55 PM Saravana Kannan <saravanak@google.com> wrote: > > Ulf, mind testing this? > > Thanks, > Saravana > [1] - https://lore.kernel.org/lkml/CAPDyKFo9Bxremkb1dDrr4OcXSpE0keVze94Cm=zrkOVxHHxBmQ@mail.gmail.com/ > > Cc: Ulf Hansson <ulf.hansson@linaro.org> > > Saravana Kannan (2): > driver core: Add support for FWNODE_FLAG_NEVER_PROBES > of: platform: Mark bus devices nodes with FWNODE_FLAG_NEVER_PROBES > > drivers/base/core.c | 8 ++++++++ > drivers/of/platform.c | 16 ++++++++++++++++ > include/linux/fwnode.h | 8 +++++--- > 3 files changed, 29 insertions(+), 3 deletions(-) > > -- > 2.33.0.259.gc128427fd7-goog >
On Thu, Sep 2, 2021 at 4:57 AM Saravana Kannan <saravanak@google.com> wrote: > > Oops, forgot to use a proper subject. Sorry. Is this a replacement for the "Fix rtl8366rb issues with fw_devlink=on " series? > On Wed, Sep 1, 2021 at 7:55 PM Saravana Kannan <saravanak@google.com> wrote: > > > > Ulf, mind testing this? > > > > Thanks, > > Saravana > > [1] - https://lore.kernel.org/lkml/CAPDyKFo9Bxremkb1dDrr4OcXSpE0keVze94Cm=zrkOVxHHxBmQ@mail.gmail.com/ > > > > Cc: Ulf Hansson <ulf.hansson@linaro.org> > > > > Saravana Kannan (2): > > driver core: Add support for FWNODE_FLAG_NEVER_PROBES > > of: platform: Mark bus devices nodes with FWNODE_FLAG_NEVER_PROBES > > > > drivers/base/core.c | 8 ++++++++ > > drivers/of/platform.c | 16 ++++++++++++++++ > > include/linux/fwnode.h | 8 +++++--- > > 3 files changed, 29 insertions(+), 3 deletions(-) > > > > -- > > 2.33.0.259.gc128427fd7-goog > >
On Thu, Sep 2, 2021 at 8:56 AM Rafael J. Wysocki <rafael@kernel.org> wrote: > > On Thu, Sep 2, 2021 at 4:57 AM Saravana Kannan <saravanak@google.com> wrote: > > > > Oops, forgot to use a proper subject. Sorry. > > Is this a replacement for the "Fix rtl8366rb issues with fw_devlink=on " series? No. This is unrelated to that. This is the issue I'm trying to fix: https://lore.kernel.org/lkml/CAPDyKFo9Bxremkb1dDrr4OcXSpE0keVze94Cm=zrkOVxHHxBmQ@mail.gmail.com/ This is kind of a replacement to, but the patch below might be needed in general (needs more thought): https://lore.kernel.org/lkml/CAGETcx9U2M5i1CAx605fG3Qwm1xwjH2uy4kY4vrAF7YSRSSg+w@mail.gmail.com/ -Saravana > > > > On Wed, Sep 1, 2021 at 7:55 PM Saravana Kannan <saravanak@google.com> wrote: > > > > > > Ulf, mind testing this? > > > > > > Thanks, > > > Saravana > > > [1] - https://lore.kernel.org/lkml/CAPDyKFo9Bxremkb1dDrr4OcXSpE0keVze94Cm=zrkOVxHHxBmQ@mail.gmail.com/ > > > > > > Cc: Ulf Hansson <ulf.hansson@linaro.org> > > > > > > Saravana Kannan (2): > > > driver core: Add support for FWNODE_FLAG_NEVER_PROBES > > > of: platform: Mark bus devices nodes with FWNODE_FLAG_NEVER_PROBES > > > > > > drivers/base/core.c | 8 ++++++++ > > > drivers/of/platform.c | 16 ++++++++++++++++ > > > include/linux/fwnode.h | 8 +++++--- > > > 3 files changed, 29 insertions(+), 3 deletions(-) > > > > > > -- > > > 2.33.0.259.gc128427fd7-goog > > >
On Thu, Sep 2, 2021 at 6:27 PM Saravana Kannan <saravanak@google.com> wrote: > > On Thu, Sep 2, 2021 at 8:56 AM Rafael J. Wysocki <rafael@kernel.org> wrote: > > > > On Thu, Sep 2, 2021 at 4:57 AM Saravana Kannan <saravanak@google.com> wrote: > > > > > > Oops, forgot to use a proper subject. Sorry. > > > > Is this a replacement for the "Fix rtl8366rb issues with fw_devlink=on " series? > > No. This is unrelated to that. This is the issue I'm trying to fix: > https://lore.kernel.org/lkml/CAPDyKFo9Bxremkb1dDrr4OcXSpE0keVze94Cm=zrkOVxHHxBmQ@mail.gmail.com/ Allright, thanks! > This is kind of a replacement to, but the patch below might be needed > in general (needs more thought): > https://lore.kernel.org/lkml/CAGETcx9U2M5i1CAx605fG3Qwm1xwjH2uy4kY4vrAF7YSRSSg+w@mail.gmail.com/ I see. > > > On Wed, Sep 1, 2021 at 7:55 PM Saravana Kannan <saravanak@google.com> wrote: > > > > > > > > Ulf, mind testing this? > > > > > > > > Thanks, > > > > Saravana > > > > [1] - https://lore.kernel.org/lkml/CAPDyKFo9Bxremkb1dDrr4OcXSpE0keVze94Cm=zrkOVxHHxBmQ@mail.gmail.com/ > > > > > > > > Cc: Ulf Hansson <ulf.hansson@linaro.org> > > > > > > > > Saravana Kannan (2): > > > > driver core: Add support for FWNODE_FLAG_NEVER_PROBES > > > > of: platform: Mark bus devices nodes with FWNODE_FLAG_NEVER_PROBES > > > > > > > > drivers/base/core.c | 8 ++++++++ > > > > drivers/of/platform.c | 16 ++++++++++++++++ > > > > include/linux/fwnode.h | 8 +++++--- > > > > 3 files changed, 29 insertions(+), 3 deletions(-) > > > > > > > > -- > > > > 2.33.0.259.gc128427fd7-goog > > > >