Re: [PATCH 1/3] OMAP: SPI: Use a workqueue per omap2_mcspi controller

2011-10-29 Thread Grant Likely
On Fri, Oct 28, 2011 at 05:14:17PM +0530, Shubhrajyoti D wrote: > Currently all the spi controllers share the work queue. > This patch allocates a work queue per controller. > > Signed-off-by: Steve Wilkins > Signed-off-by: Shubhrajyoti D Applied for v3.3, thanks. g. > --- > drivers/spi/spi-

[PATCH 1/3] OMAP: SPI: Use a workqueue per omap2_mcspi controller

2011-10-28 Thread Shubhrajyoti D
Currently all the spi controllers share the work queue. This patch allocates a work queue per controller. Signed-off-by: Steve Wilkins Signed-off-by: Shubhrajyoti D --- drivers/spi/spi-omap2-mcspi.c | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/driv