1. 25 3月, 2016 1 次提交
    • A
      rtc: rv8803: workaround i2c HW issue · 85062c9b
      Alexandre Belloni 提交于
      The rv8803 has a 60µs window where it will not answer on the i2c bus.
      It also means there will be no ack for the communication. Make sure
      communication is tried multiple times when this happens (the i2c subsystem
      mandates -ENXIO is that case but the number of retries is host specific).
      The critical parts are the probe function and the alarm callback so make
      sure we handle the failure there.
      
      Cc: stable@vger.kernel.org # v4.4
      Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
      85062c9b
  2. 22 3月, 2016 1 次提交
  3. 19 3月, 2016 3 次提交
  4. 15 3月, 2016 35 次提交