commit | 83643a2266b78f0b39c954a1f14bd68c4d720332 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Sep 13 11:31:00 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Sep 20 10:16:14 2017 -0500 |
tree | 9136ae29c83c6c33aed903182a51a0c174c2e248 | |
parent | 43aa12fe25b17a3f65d5cda1bf981c846f43063e [diff] |
drivers: i2c: remove usage of bitfield access for cfg Cleanup I2C drivers to not use bitfield access for config information and instead use accessor macros that use shifts & masks. This is cleanup towards removing the bitfield access in the future. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>