Re: [PATCH 2/2] [RFC] spi/bitbang: Use a kthread worker instead of workqueue

2011-02-15 Thread Grant Likely
On Tue, Feb 08, 2011 at 10:46:15AM +0100, Uwe Kleine-König wrote: From: Sascha Hauer s.ha...@pengutronix.de Since the concurrency managed workqueues are merged we often have several microseconds delays in spi transfers. This patch resolves this by using a kthread worker in spi_bitbang

[PATCH 2/2] [RFC] spi/bitbang: Use a kthread worker instead of workqueue

2011-02-08 Thread Uwe Kleine-König
From: Sascha Hauer s.ha...@pengutronix.de Since the concurrency managed workqueues are merged we often have several microseconds delays in spi transfers. This patch resolves this by using a kthread worker in spi_bitbang instead. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de Signed-off-by: