commit | fcc2fac60a95b4e63682ae4128e86d8768602fab | [log] [tgz] |
---|---|---|
author | Shubhrajyoti Datta <shubhraj@xilinx.com> | Wed Jun 17 20:48:12 2015 +0530 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Aug 10 08:37:31 2015 +0200 |
tree | ae6dd74ee3816b45e8df8f4dd73376c60595701c | |
parent | 0387fc1645fed3b723e8556d83452bc09f79fd24 [diff] |
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 <shubhraj@xilinx.com> [wsa: initialized irqreturn_t to IRQ_NONE instead of IRQ_HANDLED] Signed-off-by: Wolfram Sang <wsa@the-dreams.de>