- 26 Mar, 2012 1 commit
-
-
Jean Delvare authored
Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 22 Oct, 2008 2 commits
-
-
David Miller authored
Some I2C bus implementations need to synchronize with external entities, such as system firmware, which might also be programming the same I2C bus. In order to facilitate this add ->xfer_begin() and ->xfer_end() hooks which are invoked around pcf_xfer(). [JD: Make these hooks optional.] Signed-off-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
David Miller authored
Pass adapter data into ->waitforpin() method. Signed-off-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 14 Jul, 2008 2 commits
-
-
Jean Delvare authored
Struct members udelay and timeout aren't used anywhere, so drop them. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Eric Brower <ebrower@gmail.com>
-
Eric Brower authored
Improve lost-arbitration handling of PCF8584. This is necessary for support of a currently out-of-kernel driver for Sun Microsystems E250 environmental management; perhaps others. Signed-off-by:
Eric Brower <ebrower@gmail.com> Acked-by:
Dan Smolik <marvin@mydatex.cz> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 09 May, 2007 1 commit
-
-
John Anthony Kazos Jr authored
Convert the "include" subdirectory to UTF-8. Signed-off-by:
John Anthony Kazos Jr. <jakj@j-a-k-j.com> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 10 Dec, 2006 2 commits
-
-
Jean Delvare authored
They are all only calling i2c_del_adapter, so we may as well do it directly. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
David Brownell authored
Remove extraneous whitespace from various i2c headers and core files, like space-before-tab and whitespace at end of line. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 26 Sep, 2006 1 commit
-
-
Adrian Bunk authored
i2c-algo-pcf: Discard the mdelay data struct member Just as i2c-algo-bit, i2c-algo-pcf has an unused mdelay struct member, which we can get rid of to spare some code and memory. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 28 Oct, 2005 2 commits
-
-
Jean Delvare authored
There are no more per-i2c-algorithm adapter max. Last time there were was in July 1999. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Jean Delvare authored
CVS revision IDs are totally useless and irrelevant by now. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-