summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* atmel_serial: update the powersave handler to match serial coreAnti Sullin2008-09-231-13/+19
* Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-...Russell King2008-09-131-5/+22
|\
| * imx serial: fix rts handling for non imx1 based hardwareMarc Kleine-Budde2008-09-021-1/+1
| * imx serial: set RXD mux bit on i.MX27 and i.MX31Marc Kleine-Budde2008-09-021-2/+13
| * i.MX serial: fix init failureDarius Augulis2008-09-021-2/+8
* | 8250: improve workaround for UARTs that don't re-assert THRE correctlyWill Newton2008-09-022-4/+13
|/
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-161-0/+1
|\
| * Merge http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm ...Ben Dooks2008-08-0867-1784/+807
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-07-155-115/+229
| |\ \
| * | | [ARM] S3C24XX: Fix SERIAL_SAMSUNG entryArnaud Patard (Rtp2008-07-151-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-08-134-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | sparc/drivers: use linux/of_device.h instead of asm/of_device.hStephen Rothwell2008-08-114-4/+4
* | | | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-0713-24/+24
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-0710-614/+157
|\| | |
| * | | cris: Fixup compile problemsAlan Cox2008-08-042-40/+42
| * | | blackfin: Fix compile failure in tty codeAlan Cox2008-08-041-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-08-011-5/+7
| |\ \ \
| | * | | serial: sh-sci: Fix up SH7760/SH7780/SH7785 early printk regression.Paul Mundt2008-07-301-5/+7
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-302-10/+67
| |\ \ \ \
| | * \ \ \ Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt2008-07-302-10/+67
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart2008-07-282-7/+20
| | | * | | cpm_uart: Modem control lines supportLaurent Pinchart2008-07-282-3/+47
| * | | | | remove drivers/serial/v850e_uart.cAdrian Bunk2008-07-302-549/+0
| * | | | | 8250.c: port.lock is irq-safeBorislav Petkov2008-07-301-2/+2
| |/ / / /
| * / / / sh: Add SCIF2 support for SH7763.Nobuhiro Iwamatsu2008-07-282-12/+43
| |/ / /
* / / / [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-0711-11/+11
|/ / /
* | | cpm1: don't send break on TX_STOP, don't interrupt RX/TX when adjusting termi...Nye Liu2008-07-241-7/+14
* | | serial: DZ11: avoid a hang at console switch-overMaciej W. Rozycki2008-07-241-0/+24
* | | serial: Z85C30: avoid a hang at console switch-overMaciej W. Rozycki2008-07-241-2/+19
* | | serial: add support for a no-name 4 ports multiserial cardCatalin(ux) M BOIE2008-07-241-0/+17
* | | 8250: fix break handling for Intel 82571Aristeu Rozanski2008-07-241-3/+14
* | | serial/8250_gsc.c: add MODULE_LICENSEAdrian Bunk2008-07-241-0/+2
* | | remove the v850 portAdrian Bunk2008-07-241-16/+0
* | | kgdb: kgdboc console poll hooks for mpsc uartJason Wessel2008-07-231-1/+147
* | | kgdb: kgdboc console poll hooks for cpm uartJason Wessel2008-07-231-1/+94
* | | port_fixups: Fix ups for tty port changesAlan Cox2008-07-222-2/+2
* | | serial: 8250: fix shared interrupts issues with SMP and RT kernelsAnton Vorontsov2008-07-221-2/+6
* | | tty: rework break handlingAlan Cox2008-07-221-1/+2
* | | ttydev: Fix up compile failures in the PPC buildAlan Cox2008-07-222-2/+2
* | | atmel_serial: Fix tty_port breakageHaavard Skinnemoen2008-07-201-3/+3
* | | Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai2008-07-2033-147/+151
* | | - Fix compile errors in SGI console drivers (linux-next tree)Jack Steiner2008-07-202-8/+8
* | | ttydev: fix pamc_zilog for tty pointer moveStephen Rothwell2008-07-201-2/+2
* | | ttydev: fix pamc_zilog for tty pointer moveStephen Rothwell2008-07-204-5/+5
* | | serial: use tty_portAlan Cox2008-07-204-44/+48
* | | drivers/serial/: remove CVS keywordsAdrian Bunk2008-07-2015-40/+16
* | | Subject: [PATCH 2/2] atmel_serial: Implement flush_buffer() hookHaavard Skinnemoen2008-07-201-0/+15
* | | Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen2008-07-201-0/+2
* | | PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-161-17/+7