]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: sh_i2c: enable i2c_probe
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>
Thu, 13 Sep 2012 19:08:00 +0000 (19:08 +0000)
committerHeiko Schocher <hs@denx.de>
Tue, 16 Oct 2012 03:47:20 +0000 (05:47 +0200)
commitd042d7121b13d98bd403e7b64438ce55cfefd0d9
tree46bb768ee28991cb13da59ecf9827c7836d1ae61
parent020ec727a6bda10f47d69926814d476c0085e8a9
i2c: sh_i2c: enable i2c_probe

Before this patch i2c_probe() always returned 0 and "i2c probe" command did not work properly.

Modify i2c_set_addr() to check TACK when waiting DTE and make i2c_probe() call this function.

Acked-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
drivers/i2c/sh_i2c.c