[PATCH] Serial driver stuff
The serial layer is restructured to allow less code duplication (and hence bug duplication) across various serial drivers. Since ARM adds six extra serial drivers, maintaining six copies of serial.c was not my idea of fun. Therefore, we've ended up with a core serial driver, which knows about the interactions with the tty layer, and low-level hardware drivers, which know all about the hardware. The interface between the two is described in "Documentation/serial/driver". This patch completely removes the old serial.c driver and its associated configuration options, as you requested at KS2002. We keep a certain amount of configuration compatibility with the per-architecture serial.h file for the moment; this *will* be killed in the next round of patches. The biggest user of this is x86, and since I don't have an x86 box to test this stuff on, I think the changes are best kept separate.
Showing
Documentation/serial/driver
0 → 100644
This diff is collapsed.
This diff is collapsed.
drivers/serial/Config.help
0 → 100644
drivers/serial/Config.in
0 → 100644
drivers/serial/Makefile
0 → 100644
This diff is collapsed.
drivers/serial/serial_8250.c
0 → 100644
This diff is collapsed.
drivers/serial/serial_8250.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
drivers/serial/serial_amba.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
drivers/serial/serial_core.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
include/linux/serial_core.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment