commit | 77c680196791e7b13c90b4d475a3d6c96778755c | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Nov 16 14:42:05 2015 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Nov 30 18:37:23 2015 +0100 |
tree | 83d56923ceff42d0bf3059083d9339e65d48d2e9 | |
parent | c4c696fa1b0623031544da8b10f9d4e1401a49db [diff] |
i2c: xiic: Replace spinlock with mutex All protected sections are only called from sleep-able context, so there is no need to use a spinlock. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Reviewed-by: Shubhrajyoti Datta <shubhraj@xilinx.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>