Linus Torvalds 1f0e14bbc0 Merge master.kernel.org:/home/rmk/linux-2.6-arm 15 years ago
..
cpm_uart 09dd3fc19c Fix build of cpm_uart due to core changes 15 years ago
jsm e6bdf24cf2 jsm: adding EEH handlers 15 years ago
21285.c cc20b900be ARM: 5874/1: serial21285: fix disable_irq-from-interrupt-handler deadlock 15 years ago
68328serial.c 25db8ad5c5 serial, 8250: remove NR_IRQ usage 16 years ago
68328serial.h 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
68360serial.c a88487c79b Fix compile errors in SGI console drivers (linux-next tree) 17 years ago
8250.c 68cb4f8e24 Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN 15 years ago
8250.h 1c2f04937b serial: 8250: add IRQ trigger support 15 years ago
8250_accent.c 6df29debb7 [SERIAL] Use an enum for serial8250 platform device IDs 20 years ago
8250_acorn.c 10bdaaa0fa [ARM] ecard: add ecardm_iomap() / ecardm_iounmap() 18 years ago
8250_boca.c 6df29debb7 [SERIAL] Use an enum for serial8250 platform device IDs 20 years ago
8250_early.c 6f441fe998 8250: switch 8250 drivers to use _nocache ioremaps 17 years ago
8250_exar_st16c554.c e0980dafa3 [PATCH] Exar quad port serial 18 years ago
8250_fourport.c 6df29debb7 [SERIAL] Use an enum for serial8250 platform device IDs 20 years ago
8250_gsc.c 8e8e8267f0 serial: 8250_gsc: fix printk format error 16 years ago
8250_hp300.c 0fe1c13713 8250_hp300: coding style 17 years ago
8250_hub6.c 3b0fd36ddc 8250_hub6: codding style 17 years ago
8250_mca.c 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
8250_pci.c b87e5e2b8e serial: add support for the Lava Quattro PCI quad-port 16550A card 15 years ago
8250_pnp.c af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Kconfig 3a43aaa317 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 15 years ago
Makefile d4ac42a582 sparc: Support for GRLIB APBUART serial port 15 years ago
amba-pl010.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
amba-pl011.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
apbuart.c 4edd5ad0f5 apbuart: Use of_find_node_by_path to find root node. 15 years ago
apbuart.h d4ac42a582 sparc: Support for GRLIB APBUART serial port 15 years ago
atmel_serial.c 9d09daf8e8 atmel_serial: fix bad BUILD_BUG_ON() usage 15 years ago
bcm63xx_uart.c b037179f7a bcm63xx_uart: Fix serial driver compile breakage. 15 years ago
bfin_5xx.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
bfin_sport_uart.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
bfin_sport_uart.h 2f3517418d Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART 17 years ago
clps711x.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
crisv10.c a090ca2c84 CRIS: fix defconfig build failure 16 years ago
crisv10.h 6fd1af4cf9 tty: Use the generic RS485 ioctl on CRIS 16 years ago
dz.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
dz.h ff11d07803 dz: clean up and improve the setup of termios settings 17 years ago
icom.c 75e3a6aed9 icom: convert space to tabs 15 years ago
icom.h 78b42c99af Coding style fix drivers/serial/icom.h 17 years ago
imx.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
ioc3_serial.c 2ea5d35a49 ioc3/ioc4: various section fixes 15 years ago
ioc4_serial.c 9385565e20 ioc3/ioc4: fix error path on driver registration 15 years ago
ip22zilog.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
ip22zilog.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
kgdboc.c f34d7a5b70 tty: The big operations rework 17 years ago
m32r_sio.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
m32r_sio.h dab8f4963a m32r: serial: remove M32R_SIO_SHARE_IRQS 17 years ago
m32r_sio_reg.h 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
max3100.c e0626e3844 spi: prefix modalias with "spi:" 15 years ago
mcf.c d6f80e3a2a m68knommu: move mcf_remove to .devexit.text 15 years ago
mpc52xx_uart.c b7a8212cae drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEM 15 years ago
mpsc.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
msm_serial.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
msm_serial.h 04896a77a9 msm_serial: serial driver for MSM7K onboard serial peripheral. 16 years ago
mux.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
netx-serial.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
nwpserial.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
of_serial.c 16173c7c2d tty/of_serial: add missing ns16550a id 15 years ago
pmac_zilog.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
pmac_zilog.h af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
pnx8xxx_uart.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
pxa.c 471452104b const: constify remaining dev_pm_ops 15 years ago
s3c2400.c 8fe70a5f71 ARM: S3C24XX: serial: Fix section mismatch warnings 16 years ago
s3c2410.c ccae941ee2 ARM: S3C: Update Simtec copyright statements from , to - [2] 15 years ago
s3c2412.c ccae941ee2 ARM: S3C: Update Simtec copyright statements from , to - [2] 15 years ago
s3c2440.c ccae941ee2 ARM: S3C: Update Simtec copyright statements from , to - [2] 15 years ago
s3c24a0.c ccae941ee2 ARM: S3C: Update Simtec copyright statements from , to - [2] 15 years ago
s3c6400.c 909db80297 ARM: S3C64XX: serial: Fix section mismatch warning 16 years ago
sa1100.c 3f944ab115 ARM: Fix SA1100 Neponset serial section mismatch 15 years ago
samsung.c ccae941ee2 ARM: S3C: Update Simtec copyright statements from , to - [2] 15 years ago
samsung.h ccae941ee2 ARM: S3C: Update Simtec copyright statements from , to - [2] 15 years ago
sb1250-duart.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
sc26xx.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
serial_core.c 82cb7ba10d serial: cascade needless conditionals 15 years ago
serial_cs.c abe8806901 pcnet_cs: add cis of KTI PE520 pcmcia network card 15 years ago
serial_ks8695.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
serial_lh7a40x.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
serial_txx9.c aa76224a38 serial_txx9: use container_of() instead of direct cast 15 years ago
sh-sci.c 32b53076c3 serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx. 15 years ago
sh-sci.h 32b53076c3 serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx. 15 years ago
sn_console.c ebd2c8f6d2 serial: kill off uart_info 15 years ago
suncore.c 457931de3b serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). 15 years ago
suncore.h 457931de3b serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). 15 years ago
sunhv.c 457931de3b serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). 15 years ago
sunsab.c 457931de3b serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). 15 years ago
sunsab.h e4fdee8e3b [SUNSAB]: Defer register updates until transmitter is idle. 20 years ago
sunsu.c be24656a5e sunsu: Use sunserial_console_termios() in sunsu_console_setup(). 15 years ago
sunzilog.c 457931de3b serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). 15 years ago
sunzilog.h 7cc5c8559c [SERIAL] sunzilog: Interrupt enable before ISR handler installed 18 years ago
timbuart.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
timbuart.h 34aec59184 serial: Added Timberdale UART driver 16 years ago
uartlite.c d2cfe9628c uartlite: support shared interrupt lines 15 years ago
ucc_uart.c 9ebfbd45f9 firmware_class: make request_firmware_nowait more useful 15 years ago
vr41xx_siu.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
zs.c bdc04e3174 serial: move delta_msr_wait into the tty_port 15 years ago
zs.h 8b4a40809e zs: move to the serial subsystem 18 years ago