1. 21 5月, 2019 27 次提交
  2. 20 5月, 2019 11 次提交
  3. 18 5月, 2019 1 次提交
  4. 17 5月, 2019 1 次提交
    • T
      wandboard: Don't use I2C speed Kconfig settings with DM_I2C · d1337210
      Trent Piepho 提交于
      When using DM_I2C the speed value supplied to setup_i2c() is not used,
      so this code required CONFIG_SYS_MXC_I2C[12]_SPEED to be defined to
      compile, but did not actually use them.
      
      Change this so we no longer need to define an unused macro to compile in
      DM_I2C mode.  Also make it more clear that they do not control the bus
      speed.  Otherwise it is quite easy to mistakenly believe they are used
      to set the bus speed.
      
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Signed-off-by: NTrent Piepho <tpiepho@impinj.com>
      d1337210