[PATCH] I2C: ALI1563 SMBus driver fix
authorR.Marek@sh.cvut.cz <R.Marek@sh.cvut.cz>
Thu, 21 Apr 2005 09:07:56 +0000 (09:07 +0000)
committerGreg KH <gregkh@suse.de>
Tue, 31 May 2005 21:03:05 +0000 (14:03 -0700)
commit4a4e5787e0b721021fe0a456ddc987a04cebfc8d
tree8e713a04651d591c239c847f62221432281db630
parent2e3e80c2b75e3815a0160cbd23d4fdb767d66b35
[PATCH] I2C: ALI1563 SMBus driver fix

This patch fixes "grave" bugs in i2c-ali1563 driver. It seems on recent
chipset revisions the HSTS_DONE is set only for block transfers, so we
must detect the end of ordinary transaction other way. Also due to missing
and mask, setting other transfer modes was not possible. Moreover the
continous byte mode transfer uses DAT0 for command rather than CMD command.
All those changes were tested with help of Chunhao Huang from Winbond.

I'm willing to maintain the driver. Second patch adds me as maintainer
if this is neccessary.

Signed-Off-By: Rudolf Marek <r.marek@sh.cvut.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
MAINTAINERS
drivers/i2c/busses/i2c-ali1563.c