Re: [PATCH] spi/s3c64xx: Convert to using core message queue

2012-03-09 Thread Grant Likely
On Wed, 15 Feb 2012 14:48:32 -0800, Mark Brown wrote: > Convert the s3c64xx driver to using the new message queue factored out of > the pl022 driver by Linus Walleij, saving us a nice block of code and > getting the benefits of improvements implemented in the core. > > Signed-off-by: Mark Brown

Re: [PATCH] spi/s3c64xx: Convert to using core message queue

2012-02-22 Thread Linus Walleij
On Wed, Feb 15, 2012 at 11:48 PM, Mark Brown wrote: > Convert the s3c64xx driver to using the new message queue factored out of > the pl022 driver by Linus Walleij, saving us a nice block of code and > getting the benefits of improvements implemented in the core. > > Signed-off-by: Mark Brown H

Re: [PATCH] spi/s3c64xx: Convert to using core message queue

2012-02-15 Thread Linus Walleij
On Wed, Feb 15, 2012 at 11:48 PM, Mark Brown wrote: > Convert the s3c64xx driver to using the new message queue factored out of > the pl022 driver by Linus Walleij, saving us a nice block of code and > getting the benefits of improvements implemented in the core. > > Signed-off-by: Mark Brown A

[PATCH] spi/s3c64xx: Convert to using core message queue

2012-02-15 Thread Mark Brown
Convert the s3c64xx driver to using the new message queue factored out of the pl022 driver by Linus Walleij, saving us a nice block of code and getting the benefits of improvements implemented in the core. Signed-off-by: Mark Brown --- Only lightly tested thus far. Linus, it'd be really nice if