Skip to content

Commit

Permalink
coldfire: scheduled SERIAL_COLDFIRE removal
Browse files Browse the repository at this point in the history
This patch contains the scheduled removal of the obsolete
SERIAL_COLDFIRE driver.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 13, 2008
1 parent 2571cd6 commit 02f11f3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2,062 deletions.
8 changes: 0 additions & 8 deletions Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,6 @@ Who: Glauber Costa <gcosta@redhat.com>

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

What: old style serial driver for ColdFire (CONFIG_SERIAL_COLDFIRE)
When: 2.6.28
Why: This driver still uses the old interface and has been replaced
by CONFIG_SERIAL_MCF.
Who: Sebastian Siewior <sebastian@breakpoint.cc>

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

What: /sys/o2cb symlink
When: January 2010
Why: /sys/fs/o2cb is the proper location for this information - /sys/o2cb
Expand Down
16 changes: 2 additions & 14 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -994,24 +994,12 @@ config SERIAL_68328_RTS_CTS
bool "Support RTS/CTS on 68328 serial port"
depends on SERIAL_68328

config SERIAL_COLDFIRE
bool "ColdFire serial support (DEPRECATED)"
depends on COLDFIRE
help
This driver supports the built-in serial ports of the Motorola ColdFire
family of CPUs.
This driver is deprecated because it supports only the old interface
for serial drivers and features like magic keys are not working.
Please switch to the new style driver because this driver will be
removed soon.

config SERIAL_MCF
bool "Coldfire serial support (new style driver)"
bool "Coldfire serial support"
depends on COLDFIRE
select SERIAL_CORE
help
This new serial driver supports the Freescale Coldfire serial ports
using the new serial driver subsystem.
This serial driver supports the Freescale Coldfire serial ports.

config SERIAL_MCF_BAUDRATE
int "Default baudrate for Coldfire serial ports"
Expand Down
1 change: 0 additions & 1 deletion drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ obj-$(CONFIG_SERIAL_SUNSAB) += sunsab.o
obj-$(CONFIG_SERIAL_MUX) += mux.o
obj-$(CONFIG_SERIAL_68328) += 68328serial.o
obj-$(CONFIG_SERIAL_68360) += 68360serial.o
obj-$(CONFIG_SERIAL_COLDFIRE) += mcfserial.o
obj-$(CONFIG_SERIAL_MCF) += mcf.o
obj-$(CONFIG_SERIAL_PMACZILOG) += pmac_zilog.o
obj-$(CONFIG_SERIAL_LH7A40X) += serial_lh7a40x.o
Expand Down
Loading

0 comments on commit 02f11f3

Please sign in to comment.