1. 20 Apr, 2010 1 commit
    • Arnaud Patard's avatar
      i2c-imx: fix error handling · da9c99fc
      Arnaud Patard authored
      - Return -ETIMEDOUT on bus busy error
      - Fix timeout test "time_after(jiffies, orig_jiffies + HZ / 1000)" :
        By default, HZ=100 on arm. This means that this test has no chances to
        work and may result in a dead loop. Set timeout to 500ms.
      - Don't try to send a new message if we failed to transmit
        previous one. This was preventing to recover from error on my system
      Signed-off-by: default avatarArnaud Patard <apatard@mandriva.com>
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      da9c99fc
  2. 19 Apr, 2010 24 commits
  3. 18 Apr, 2010 1 commit
  4. 17 Apr, 2010 3 commits
  5. 16 Apr, 2010 11 commits