From: Shubhrajyoti Datta Date: Wed, 17 Jun 2015 15:18:12 +0000 (+0530) Subject: i2c: xiic: move the xiic_process to thread context X-Git-Tag: omap-for-v4.3/fixes-rc1~62^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc2fac60a95b4e63682ae4128e86d8768602fab;p=pandora-kernel.git i2c: xiic: move the xiic_process to thread context The xiic_process is a 154 line code that runs in isr context currently move it to thread context. Also the name xiic_process suggests that the intension was to run in process context. Signed-off-by: Shubhrajyoti Datta [wsa: initialized irqreturn_t to IRQ_NONE instead of IRQ_HANDLED] Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed