]> git.baikalelectronics.ru Git - kernel.git/commit
cs5535: deprecate older cs5535_gpio driver
authorAndres Salomon <dilinger@queued.net>
Thu, 13 Jan 2011 01:00:12 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:13 +0000 (08:03 -0800)
commitdaddd4a7b06dff1b020cfddc8dfa84c0c03d4f55
tree19559f0e71a4c861141ae561719540ae62623fd8
parentf3a783608f248d545ebba2e1d72dd3eec8c8ea7d
cs5535: deprecate older cs5535_gpio driver

The newer drivers/gpio/cs5535-gpio.c replaces drivers/misc/cs5535_gpio.c.
The new driver has been in the tree for a little while, and has received
some testing; it's time to mark the old one as deprecated.  I'm thinking
removal around 2.6.40 would be good, provided we're not missing critical
functionality in the newer driver.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Cc: Daniel Drake <dsd@laptop.org>
Acked-by: Ben Gardner <bgardner@wabtec.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/feature-removal-schedule.txt
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/cs5535_gpio.c [deleted file]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/cs5535_gpio/Kconfig [new file with mode: 0644]
drivers/staging/cs5535_gpio/Makefile [new file with mode: 0644]
drivers/staging/cs5535_gpio/TODO [new file with mode: 0644]
drivers/staging/cs5535_gpio/cs5535_gpio.c [new file with mode: 0644]