]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit93d37d2b8f243c3a831f6f2493a194998e09b5a8
tree8e713a04651d591c239c847f62221432281db630
parent2e0aacd572b3e11ded584add9b03317e9f124a39
[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