From: Paul Fertser Date: Mon, 27 Jul 2009 20:41:15 +0000 (+0400) Subject: mfd: use a dedicated workqueue for pcf50633 irq processing X-Git-Tag: v2.6.32-rc1~643^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed52e62ebec9e703eb0b69704feaf1b6e847d882;p=pandora-kernel.git mfd: use a dedicated workqueue for pcf50633 irq processing Using the default kernel "events" workqueue causes problems with synchronous adc readings if initiated from some task on the same workqueue. I had a deadlock trying to use pcf50633_adc_sync_read from a power_supply class driver because the reading was initiated from the workqueue and it waited for the irq processing to complete (to get the result) and that was put on the same workqueue. Signed-off-by: Paul Fertser Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed