Commit 3f307fb37a6dd65b7eabda9c6208a9bd161dc16e

Authored by Jean Delvare
1 parent c454dee21d

i2c-voodoo3: Deprecate in favor of tdfxfb

Support for I2C/DDC was recently added to the tdfxfb driver, which
means that the i2c-voodoo3 driver can be deprecated.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Krzysztof Helt <krzysztof.h1@wp.pl>

Showing 2 changed files with 13 additions and 2 deletions Side-by-side Diff

Documentation/feature-removal-schedule.txt
... ... @@ -428,4 +428,13 @@
428 428 After a reasonable transition period, we will remove the legacy
429 429 fakephp interface.
430 430 Who: Alex Chiang <achiang@hp.com>
  431 +
  432 +---------------------------
  433 +
  434 +What: i2c-voodoo3 driver
  435 +When: October 2009
  436 +Why: Superseded by tdfxfb. I2C/DDC support used to live in a separate
  437 + driver but this caused driver conflicts.
  438 +Who: Jean Delvare <khali@linux-fr.org>
  439 + Krzysztof Helt <krzysztof.h1@wp.pl>
drivers/i2c/busses/Kconfig
... ... @@ -604,12 +604,14 @@
604 604 depends on PCI
605 605  
606 606 config I2C_VOODOO3
607   - tristate "Voodoo 3"
  607 + tristate "Voodoo 3 (DEPRECATED)"
608 608 depends on PCI
609 609 select I2C_ALGOBIT
610 610 help
611 611 If you say yes to this option, support will be included for the
612   - Voodoo 3 I2C interface.
  612 + Voodoo 3 I2C interface. This driver is deprecated and you should
  613 + use the tdfxfb driver instead, which additionally provides
  614 + framebuffer support.
613 615  
614 616 This driver can also be built as a module. If so, the module
615 617 will be called i2c-voodoo3.