Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af0c25c4 authored by Américo Wang's avatar Américo Wang Committed by Greg Kroah-Hartman
Browse files

staging: remove obsoleted CS5535/CS5536 GPIO driver



It is scheduled to be removed.

Acked-by: default avatarAndres Salomon <dilinger@queued.net>
Signed-off-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ceeb6fec
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -193,20 +193,6 @@ Why: /proc/<pid>/oom_adj allows userspace to influence the oom killer's

---------------------------

What:	CS5535/CS5536 obsolete GPIO driver
When:	June 2011
Files:	drivers/staging/cs5535_gpio/*
Check:	drivers/staging/cs5535_gpio/cs5535_gpio.c
Why:	A newer driver replaces this; it is drivers/gpio/cs5535-gpio.c, and
	integrates with the Linux GPIO subsystem.  The old driver has been
	moved to staging, and will be removed altogether around 2.6.40.
	Please test the new driver, and ensure that the functionality you
	need and any bugfixes from the old driver are available in the new
	one.
Who:	Andres Salomon <dilinger@queued.net>

--------------------------

What:	remove EXPORT_SYMBOL(kernel_thread)
When:	August 2006
Files:	arch/*/kernel/*_ksyms.c
+0 −2
Original line number Diff line number Diff line
@@ -100,8 +100,6 @@ source "drivers/staging/sep/Kconfig"

source "drivers/staging/iio/Kconfig"

source "drivers/staging/cs5535_gpio/Kconfig"

source "drivers/staging/zram/Kconfig"

source "drivers/staging/zcache/Kconfig"
+0 −11
Original line number Diff line number Diff line
config CS5535_GPIO
	tristate "AMD CS5535/CS5536 GPIO (Geode Companion Device)"
	depends on X86_32
	help
	  Note: this driver is DEPRECATED.  Please use the cs5535-gpio module
	  in the GPIO section instead (CONFIG_GPIO_CS5535).

	  Give userspace access to the GPIO pins on the AMD CS5535 and
	  CS5536 Geode companion devices.

	  If compiled as a module, it will be called cs5535_gpio.
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_CS5535_GPIO)	+= cs5535_gpio.o

drivers/staging/cs5535_gpio/TODO

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
This is an obsolete driver for some the CS5535 and CS5536 southbridge GPIOs.
It has been replaced by a driver that makes use of the Linux GPIO subsystem.
Please switch to that driver, and let dilinger@queued.net know if there's
anything missing from the new driver.

This driver is scheduled for removal in 2.6.40.
Loading