]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi/omap: Use a workqueue per omap2_mcspi controller
authorShubhrajyoti D <shubhrajyoti@ti.com>
Fri, 28 Oct 2011 11:44:17 +0000 (17:14 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 29 Oct 2011 12:05:47 +0000 (14:05 +0200)
commit2856ac13b8ab41a17b1c65e4eed51543e55f4bac
tree36eace120cd01d1a376839f180a2109c01cc89e0
parent940ab88962bc1aff3273a8356d64577a6e386736
spi/omap: Use a workqueue per omap2_mcspi controller

Currently all the spi controllers share the work queue.
This patch allocates a work queue per controller.

Signed-off-by: Steve Wilkins <steve.wilkins@raymarine.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-omap2-mcspi.c