aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR.Marek@sh.cvut.cz2005-04-21 04:07:56 -0500
committerGreg KH2005-05-31 16:03:05 -0500
commit4a4e5787e0b721021fe0a456ddc987a04cebfc8d (patch)
tree8e713a04651d591c239c847f62221432281db630 /MAINTAINERS
parent2e3e80c2b75e3815a0160cbd23d4fdb767d66b35 (diff)
downloadam43-linux-kernel-4a4e5787e0b721021fe0a456ddc987a04cebfc8d.tar.gz
am43-linux-kernel-4a4e5787e0b721021fe0a456ddc987a04cebfc8d.tar.xz
am43-linux-kernel-4a4e5787e0b721021fe0a456ddc987a04cebfc8d.zip
[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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 97bc927d2c5..65ad8251e4b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -239,6 +239,12 @@ L: linux-usb-devel@lists.sourceforge.net
239W: http://www.linux-usb.org/SpeedTouch/ 239W: http://www.linux-usb.org/SpeedTouch/
240S: Maintained 240S: Maintained
241 241
242ALI1563 I2C DRIVER
243P: Rudolf Marek
244M: r.marek@sh.cvut.cz
245L: sensors@stimpy.netroedge.com
246S: Maintained
247
242ALPHA PORT 248ALPHA PORT
243P: Richard Henderson 249P: Richard Henderson
244M: rth@twiddle.net 250M: rth@twiddle.net