RE: [PATCH 0/2] S3C24XX: remove some spi left overs

2012-01-27 Thread Kukjin Kim
Heiko Stübner wrote: > > This series removes unused setup-code of the s3c24xx spi driver. > > It has no current in kernel users and also no development activity trying > to change this. I also checked the upstream git of the only board including > the spi.h file (the gta02 at http://git.openmoko.

[PATCH v2 2/2] S3C24XX: move spi-s3c24xx platdata out of mach

2012-01-27 Thread Heiko Stübner
spi.h now only contains the definition of the platform data structure for the driver in spi-s3c24xx.c . Therefore it does not need to stay in include/mach but can instead live in linux/spi/s3c24xx.h . Signed-off-by: Heiko Stuebner --- Sorry for messing up, but it seems I forgot to readd the moved

Re: [PATCH] spi/pl022: Add high priority message pump support

2012-01-27 Thread Grant Likely
On Thu, Jan 26, 2012 at 7:48 AM, Linus Walleij wrote: > On Wed, Jan 25, 2012 at 3:02 PM, Mark Brown wrote: >> On Tue, Jan 24, 2012 at 10:14:32PM +0100, Linus Walleij wrote: > >>> This switches the PL022 worker to a kthread in order to get >>> hold of a mechanism to control the message pump priori