]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit619ae30dddb9fea28870bb85c8be0fa940062e94
treeccd55fa7068067ddd6299fe62dc15b22cc3ca46a
parent9f6746375de4eb1e6b5512d854f6143500ee1ca5
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