Re: [PATCH 1/2] async: async device driver probing

2014-08-13 Thread Greg KH
On Wed, Aug 13, 2014 at 03:10:44PM -0700, Dmitry Torokhov wrote: > On Thu, Aug 14, 2014 at 06:02:23AM +0800, Greg KH wrote: > > On Wed, Aug 13, 2014 at 10:20:33AM -0700, Dmitry Torokhov wrote: > > > Hi Greg, > > > > > > On Sat, Feb 08, 2014 at 10:27:29AM -0800, Greg KH wrote: > > > > February? T

Re: [PATCH 1/2] async: async device driver probing

2014-08-13 Thread Dmitry Torokhov
On Thu, Aug 14, 2014 at 06:02:23AM +0800, Greg KH wrote: > On Wed, Aug 13, 2014 at 10:20:33AM -0700, Dmitry Torokhov wrote: > > Hi Greg, > > > > On Sat, Feb 08, 2014 at 10:27:29AM -0800, Greg KH wrote: > > February? That's an old thread to dig up... Well, yes ;) > > > > > On Sat, Feb 08, 201

Re: [PATCH 1/2] async: async device driver probing

2014-08-13 Thread Greg KH
On Wed, Aug 13, 2014 at 10:20:33AM -0700, Dmitry Torokhov wrote: > Hi Greg, > > On Sat, Feb 08, 2014 at 10:27:29AM -0800, Greg KH wrote: February? That's an old thread to dig up... > > On Sat, Feb 08, 2014 at 07:05:38PM +0800, fal...@meizu.com wrote: > > > From: Wu Zhangjin > > > > > > [*Not

Re: [PATCH 1/2] async: async device driver probing

2014-08-13 Thread Dmitry Torokhov
Hi Greg, On Sat, Feb 08, 2014 at 10:27:29AM -0800, Greg KH wrote: > On Sat, Feb 08, 2014 at 07:05:38PM +0800, fal...@meizu.com wrote: > > From: Wu Zhangjin > > > > [*Note*: NOT applicable, only for comments.] > > > > To async the slow driver probing function of some devices, the device > > pro

Re: [PATCH 1/2] async: async device driver probing

2014-02-13 Thread Greg KH
On Sun, Feb 09, 2014 at 08:40:43AM +, 吴章金 wrote: > Hi, Greg > > These two patches aim to thread the initcalls(only probes here) for SMP > systems. to simplify the upgrade of Linux for Android smartphones, the modules > are built into the Linux kernel image, and hence the initcalls are called i

Re: [PATCH 1/2] async: async device driver probing

2014-02-08 Thread Greg KH
On Sat, Feb 08, 2014 at 07:05:38PM +0800, fal...@meizu.com wrote: > From: Wu Zhangjin > > [*Note*: NOT applicable, only for comments.] > > To async the slow driver probing function of some devices, the device probing > support is modified to support async scheduling. > > In order to async your