Skip to content

Commit

Permalink
i2c: Delete outdated x1205 driver documentation
Browse files Browse the repository at this point in the history
The x1205 driver moved to the RTC subsystem and was significantly
modified since then, so just delete the outdated documentation.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Alessandro Zummo <alessandro.zummo@towertech.it>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Jul 12, 2007
1 parent 9d9c01c commit 890e037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
38 changes: 0 additions & 38 deletions Documentation/i2c/chips/x1205

This file was deleted.

5 changes: 4 additions & 1 deletion drivers/rtc/rtc-x1205.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*
* based on a lot of other RTC drivers.
*
* Information and datasheet:
* http://www.intersil.com/cda/deviceinfo/0,1477,X1205,00.html
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
Expand All @@ -26,7 +29,7 @@
* Two bytes need to be written to read a single register,
* while most other chips just require one and take the second
* one as the data to be written. To prevent corrupting
* unknown chips, the user must explicitely set the probe parameter.
* unknown chips, the user must explicitly set the probe parameter.
*/

static unsigned short normal_i2c[] = { I2C_CLIENT_END };
Expand Down

0 comments on commit 890e037

Please sign in to comment.