i2c: Documentation update
authorJean Delvare <khali@linux-fr.org>
Tue, 1 May 2007 21:26:35 +0000 (23:26 +0200)
committerJean Delvare <khali@hyperion.delvare>
Tue, 1 May 2007 21:26:35 +0000 (23:26 +0200)
commiteefcd75e72f382270f8f64e030550b10e3882b2b
treeccd55fa7068067ddd6299fe62dc15b22cc3ca46a
parent35532d20035d04b0ec28508583a56c7a65c5fa47
i2c: Documentation update

Make the documentation on how to write and port i2c drivers more in
line with the current state of things:
* i2c-isa is deprecated and soon gone, so stop advertising it.
* Drop many sensors-specific references. Most of them were outdated
  anyway.
* Update the example code to reflect the recent and not-so-recent
  API and coding style preference changes.
* Simplify the example init and cleanup functions.

This should make things less complex to understand for newcomers.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/i2c/porting-clients
Documentation/i2c/writing-clients