On Tue, May 02, 2017 at 10:18:25AM +0800, we...@codeaurora.org wrote:
> Hi Greg K-H,
>
> On 2017-04-25 19:36, Greg Kroah-Hartman wrote:
> > On Tue, Apr 25, 2017 at 04:43:33PM +0800, we...@codeaurora.org wrote:
> > > Hi Greg K-H,
> > >
> > > On 2017-04-24 16:46, Greg Kroah-Hartman wrote:
> > >
>
Hi Greg K-H,
On 2017-04-25 19:36, Greg Kroah-Hartman wrote:
On Tue, Apr 25, 2017 at 04:43:33PM +0800, we...@codeaurora.org wrote:
Hi Greg K-H,
On 2017-04-24 16:46, Greg Kroah-Hartman wrote:
> And does it really reduce boot time? What are the numbers?
Yes, it really reduce boot time. After m
On Tue, Apr 25, 2017 at 04:43:33PM +0800, we...@codeaurora.org wrote:
> Hi Greg K-H,
>
> On 2017-04-24 16:46, Greg Kroah-Hartman wrote:
>
> > And does it really reduce boot time? What are the numbers?
> Yes, it really reduce boot time. After making most time-consuming platform
> driver using as
Hi Greg K-H,
On 2017-04-24 16:46, Greg Kroah-Hartman wrote:
And does it really reduce boot time? What are the numbers?
Yes, it really reduce boot time. After making most time-consuming
platform driver using async probe
and also applying this patch, we see the driver run in parallel with
o
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
A: No.
Q: Should I include quotations after my reply?
http://daringfireball.net/2007/07/on_top
On Mon, Apr 24, 2017 at 04:
Hi Greg,
We are optimizing boot time for Linux kernel and try to make some
platform drivers use asynchronous probe(by changing probe type of driver
to PROBE_PREFER_ASYNCHRONOUS) to reduce boot time. However we found the
platform drivers did not probe in parallel because they will lock the
On Mon, Apr 24, 2017 at 01:42:16PM +0800, Wei Li wrote:
> During driver probe procedure, lock on the parent of
> platform devices could be removed to make probe in
> parallel.
>
> Signed-off-by: Wei Li
Why? Why does this matter?
> ---
> drivers/base/dd.c | 6 --
> 1 file changed, 4 insert
During driver probe procedure, lock on the parent of
platform devices could be removed to make probe in
parallel.
Signed-off-by: Wei Li
---
drivers/base/dd.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/base/dd.c b/drivers/base/dd.c
index a1fbf55..e238fbc 100
8 matches
Mail list logo