Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267308
b: refs/heads/master
c: 9a23434
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Aug 24, 2011
1 parent b618df9 commit 656c79a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 116 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: 0b37004dd0113db3b23840b4fd8835dae2395acc
refs/heads/master: 9a234349de01de3437784c0ef03d95353f055fae
99 changes: 0 additions & 99 deletions trunk/drivers/tty/serial/8250_dw.c

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,6 @@ config SERIAL_8250_RM9K
port hardware found on MIPS RM9122 and similar processors.
If unsure, say N.

config SERIAL_8250_DW
bool "Support for Synopsys DesignWare 8250 quirks"
depends on SERIAL_8250
help
Selecting this option will enable handling of the extra features
present in the Synopsys DesignWare APB UART.

comment "Non-8250 serial port support"

config SERIAL_AMBA_PL010
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/tty/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ obj-$(CONFIG_SERIAL_8250_BOCA) += 8250_boca.o
obj-$(CONFIG_SERIAL_8250_EXAR_ST16C554) += 8250_exar_st16c554.o
obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o
obj-$(CONFIG_SERIAL_8250_MCA) += 8250_mca.o
obj-$(CONFIG_SERIAL_8250_DW) += 8250_dw.o
obj-$(CONFIG_SERIAL_AMBA_PL010) += amba-pl010.o
obj-$(CONFIG_SERIAL_AMBA_PL011) += amba-pl011.o
obj-$(CONFIG_SERIAL_CLPS711X) += clps711x.o
Expand Down
8 changes: 0 additions & 8 deletions trunk/include/linux/serial_8250.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,5 @@ int serial8250_handle_irq(struct uart_port *port, unsigned int iir);
extern void serial8250_set_isa_configurator(void (*v)
(int port, struct uart_port *up,
unsigned short *capabilities));
#ifndef SERIAL_8250_DW
extern int serial8250_use_designware_io(struct uart_port *up);
#else
static inline int serial8250_use_designware_io(struct uart_port *up)
{
return -EIO;
}
#endif

#endif

0 comments on commit 656c79a

Please sign in to comment.