commit | 8de531b03271169458d5aad66934d097056f0d0c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Dec 26 23:07:22 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Jan 05 08:29:28 2014 -0200 |
tree | e7659d722421ccf8acf7924005c57204c8868bc0 | |
parent | f7d40eea8e3e531f1517ab7eded552e8837ef5da [diff] |
[media] tvp5150: make read operations atomic Instead of using two I2C operations between write and read, use just one i2c_transfer. That allows I2C mutexes to not let any other I2C transfer between the two. Reviewed-by: Frank Schäfer <fschaefer.oss@googlemail.com> Tested-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>