ramips: update i2c drivers
authorMichael Lee <igvtee@gmail.com>
Thu, 7 Jan 2016 13:50:24 +0000 (21:50 +0800)
committerJohn Crispin <john@phrozen.org>
Mon, 20 Jun 2016 09:45:44 +0000 (11:45 +0200)
commit60ccfbbad04a23aa5d464b472df462a55cd2bb74
tree87b2bf840238e610fdf2d0802b3cc1ab94dd172e
parent66ffd0ddf9d06a5a72ca72ed19636d20eab95c64
ramips: update i2c drivers

* add rt_i2c structure to store driver data
* rewrite read/write check function and add i2c error status check.
  so we don't need to wait until time out.
* add 10 bits address support. according to the data sheet i think
  it is possible. but i haven't verify it.
* the most important is start transfer only need once. otherwise
  it cause I2C_STARTERR status.
* add set i2c clock speed register by dts options "clock-frequency".
  not just hard code it.
* add mt7621 i2c driver. i just copy i2c-ralink.c and change register
  names. and the hardware don't support error status. so i remove it.
  but the logic is the same.

Signed-off-by: Michael Lee <igvtee@gmail.com>
target/linux/ramips/patches-4.4/0044-i2c-MIPS-adds-ralink-I2C-driver.patch
target/linux/ramips/patches-4.4/0045-i2c-add-mt7621-driver.patch