commit | 548e6695d16d201f390f7554ae7d0b5bb8690166 | [log] [tgz] |
---|---|---|
author | Weifeng Voon <weifeng.voon@intel.com> | Fri Aug 12 17:02:50 2016 +0300 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Aug 26 00:42:06 2016 +0200 |
tree | 34600c2e0d5b83645ed998c288b2bfd31ca173b4 | |
parent | d608c3d9ac818fc0addc884144c7550e03b0fc6f [diff] |
i2c: designware: set the common config before the if else DW_IC_CON_MASTER, DW_IC_CON_SLAVE_DISABLE and DW_IC_CON_RESTART_EN are common config that need to be set for i2c designware master. So, configure it first without having to repeat inside the if else. Signed-off-by: Weifeng Voon <weifeng.voon@intel.com> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>