From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Saravana Kannan <saravanak@google.com>
Cc: "Russell King (Oracle)" <linux@armlinux.org.uk>,
Sudeep Holla <sudeep.holla@arm.com>,
Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh@kernel.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Kefeng Wang <wangkefeng.wang@huawei.com>,
kernel-team@android.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5] amba: Remove deferred device addition
Date: Wed, 27 Jul 2022 09:43:32 +0200 [thread overview]
Message-ID: <YuDspJ4+S1BsKLOi@kroah.com> (raw)
In-Reply-To: <CAGETcx8mVqX+FRiD9_PahpfQQ1CjG0FxN08pN7jgj+D4x2QjhQ@mail.gmail.com>
On Thu, Jul 21, 2022 at 02:58:27PM -0700, Saravana Kannan wrote:
> On Thu, Jul 21, 2022 at 1:50 AM Russell King (Oracle)
> <linux@armlinux.org.uk> wrote:
> >
> > On Wed, Jul 20, 2022 at 02:12:21PM +0100, Sudeep Holla wrote:
> > > On Tue, Jul 19, 2022 at 11:20:10AM -0700, Saravana Kannan wrote:
> > > > The uevents generated for an amba device need PID and CID information
> > > > that's available only when the amba device is powered on, clocked and
> > > > out of reset. So, if those resources aren't available, the information
> > > > can't be read to generate the uevents. To workaround this requirement,
> > > > if the resources weren't available, the device addition was deferred and
> > > > retried periodically.
> > > >
> > > > However, this deferred addition retry isn't based on resources becoming
> > > > available. Instead, it's retried every 5 seconds and causes arbitrary
> > > > probe delays for amba devices and their consumers.
> > > >
> > > > Also, maintaining a separate deferred-probe like mechanism is
> > > > maintenance headache.
> > > >
> > > > With this commit, instead of deferring the device addition, we simply
> > > > defer the generation of uevents for the device and probing of the device
> > > > (because drivers needs PID and CID to match) until the PID and CID
> > > > information can be read. This allows us to delete all the amba specific
> > > > deferring code and also avoid the arbitrary probing delays.
> > > >
> > > > Cc: Rob Herring <robh@kernel.org>
> > > > Cc: Ulf Hansson <ulf.hansson@linaro.org>
> > > > Cc: Saravana Kannan <saravanak@google.com>
> > > > Cc: Linus Walleij <linus.walleij@linaro.org>
> > > > Cc: Sudeep Holla <sudeep.holla@arm.com>
> > >
> > > Tested-by: Sudeep Holla <sudeep.holla@arm.com>
> > >
> > > on Juno with linux-next(which had the reported issue [1]) + this patch(which
> > > fixes the issue)
> >
> > Ok, but this patch needs to end up in the patch system for me to apply
> > it. Can someone please add "KernelVersion: 5.19-rc7" or whatever version
>
> Where am I supposed to add that? Just somewhere in the email body?
>
> The patch you are replying to was based on your linu-arm/for-next the
> day I sent it. Do you still need me to rebase it on Linus's tree?
>
> > the patch was generated against (just the tagged version is sufficient)
> > somewhere in the email, and send it to patches@armlinu.org.uk.
>
> I'll send out the same patch as is to that email. Wait, is there a
> typo in the domain name? Did you leave out the x by accident or is it
> really armlinu? I'm also getting a DNS failure for either one of those
> domains.
>
> I'll wait to hear from you before I send another email.
Odd, I don't see the requirement for the arm patch-bot for the amba bus
code anywhere in the documentation, am I missing it?
Anyway, I can take this now if no one objects, through my driver-core
tree so that it can get into 5.20-rc1.
thanks,
greg k-h
next prev parent reply other threads:[~2022-07-27 7:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 18:20 [PATCH v5] amba: Remove deferred device addition Saravana Kannan
2022-07-20 13:12 ` Sudeep Holla
2022-07-21 8:49 ` Russell King (Oracle)
2022-07-21 11:30 ` Lee Jones
2022-07-21 21:58 ` Saravana Kannan
2022-07-27 7:43 ` Greg Kroah-Hartman [this message]
2022-07-27 7:53 ` Russell King (Oracle)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YuDspJ4+S1BsKLOi@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=geert+renesas@glider.be \
--cc=kernel-team@android.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=m.szyprowski@samsung.com \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=saravanak@google.com \
--cc=sudeep.holla@arm.com \
--cc=ulf.hansson@linaro.org \
--cc=wangkefeng.wang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox