Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113406
b: refs/heads/master
c: 02f11f3
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 13, 2008
1 parent e474fb9 commit 0f8de1f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2,063 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2571cd6a8e07a13fd3ac77f5e2c5470966d6f9c9
refs/heads/master: 02f11f392434656f00fdcc8c51348d52bd39afe8
8 changes: 0 additions & 8 deletions trunk/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 trunk/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 trunk/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 0f8de1f

Please sign in to comment.