Loading Documentation/i2c/i2c-protocol +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ We have found some I2C devices that needs the following modifications: Flags I2C_M_IGNORE_NAK Normally message is interrupted immediately if there is [NA] from the client. Setting this flag treats any [NA] as [A], and all of client. Setting this flag treats any [NA] as [A], and all of message is sent. These messages may still fail to SCL lo->hi timeout. Loading drivers/media/video/saa5246a.c +2 −2 Original line number Diff line number Diff line Loading @@ -196,10 +196,10 @@ static int i2c_senddata(struct saa5246a_device *t, ...) return i2c_sendbuf(t, buf[0], ct-1, buf+1); } /* Get count number of bytes from IC-device at address adr, store them in buf. /* Get count number of bytes from I²C-device at address adr, store them in buf. * Start & stop handshaking is done by this routine, ack will be sent after the * last byte to inhibit further sending of data. If uaccess is 'true', data is * written to user-space with put_user. Returns -1 if IC-device didn't send * written to user-space with put_user. Returns -1 if I²C-device didn't send * acknowledge, 0 otherwise */ static int i2c_getdata(struct saa5246a_device *t, int count, u8 *buf) Loading drivers/media/video/saa5249.c +2 −2 Original line number Diff line number Diff line Loading @@ -291,10 +291,10 @@ static int i2c_senddata(struct saa5249_device *t, ...) return i2c_sendbuf(t, buf[0], ct-1, buf+1); } /* Get count number of bytes from IC-device at address adr, store them in buf. Start & stop /* Get count number of bytes from I²C-device at address adr, store them in buf. Start & stop * handshaking is done by this routine, ack will be sent after the last byte to inhibit further * sending of data. If uaccess is 'true', data is written to user-space with put_user. * Returns -1 if IC-device didn't send acknowledge, 0 otherwise * Returns -1 if I²C-device didn't send acknowledge, 0 otherwise */ static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf) Loading drivers/misc/sony-laptop.c +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * * Copyright (C) 2005 Narayanan R S <nars@kadamba.org> * * Copyright (C) 2001-2002 Alcve <www.alcove.com> * Copyright (C) 2001-2002 Alcôve <www.alcove.com> * * Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au> * Loading drivers/video/vermilion/vermilion.c +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: * Thomas Hellstrm <thomas-at-tungstengraphics-dot-com> * Michel Dnzer <michel-at-tungstengraphics-dot-com> * Thomas Hellström <thomas-at-tungstengraphics-dot-com> * Michel Dänzer <michel-at-tungstengraphics-dot-com> * Alan Hourihane <alanh-at-tungstengraphics-dot-com> */ Loading Loading
Documentation/i2c/i2c-protocol +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ We have found some I2C devices that needs the following modifications: Flags I2C_M_IGNORE_NAK Normally message is interrupted immediately if there is [NA] from the client. Setting this flag treats any [NA] as [A], and all of client. Setting this flag treats any [NA] as [A], and all of message is sent. These messages may still fail to SCL lo->hi timeout. Loading
drivers/media/video/saa5246a.c +2 −2 Original line number Diff line number Diff line Loading @@ -196,10 +196,10 @@ static int i2c_senddata(struct saa5246a_device *t, ...) return i2c_sendbuf(t, buf[0], ct-1, buf+1); } /* Get count number of bytes from IC-device at address adr, store them in buf. /* Get count number of bytes from I²C-device at address adr, store them in buf. * Start & stop handshaking is done by this routine, ack will be sent after the * last byte to inhibit further sending of data. If uaccess is 'true', data is * written to user-space with put_user. Returns -1 if IC-device didn't send * written to user-space with put_user. Returns -1 if I²C-device didn't send * acknowledge, 0 otherwise */ static int i2c_getdata(struct saa5246a_device *t, int count, u8 *buf) Loading
drivers/media/video/saa5249.c +2 −2 Original line number Diff line number Diff line Loading @@ -291,10 +291,10 @@ static int i2c_senddata(struct saa5249_device *t, ...) return i2c_sendbuf(t, buf[0], ct-1, buf+1); } /* Get count number of bytes from IC-device at address adr, store them in buf. Start & stop /* Get count number of bytes from I²C-device at address adr, store them in buf. Start & stop * handshaking is done by this routine, ack will be sent after the last byte to inhibit further * sending of data. If uaccess is 'true', data is written to user-space with put_user. * Returns -1 if IC-device didn't send acknowledge, 0 otherwise * Returns -1 if I²C-device didn't send acknowledge, 0 otherwise */ static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf) Loading
drivers/misc/sony-laptop.c +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * * Copyright (C) 2005 Narayanan R S <nars@kadamba.org> * * Copyright (C) 2001-2002 Alcve <www.alcove.com> * Copyright (C) 2001-2002 Alcôve <www.alcove.com> * * Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au> * Loading
drivers/video/vermilion/vermilion.c +2 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: * Thomas Hellstrm <thomas-at-tungstengraphics-dot-com> * Michel Dnzer <michel-at-tungstengraphics-dot-com> * Thomas Hellström <thomas-at-tungstengraphics-dot-com> * Michel Dänzer <michel-at-tungstengraphics-dot-com> * Alan Hourihane <alanh-at-tungstengraphics-dot-com> */ Loading