aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.0.86' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-07-181-7/+22
|\
| * pch_uart: fix a deadlock when pch_uart as consoleLiang Li2013-07-031-7/+22
* | Merge tag 'v3.0.77' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-05-091-0/+4
|\ \ | |/
| * serial_core.c: add put_device() after device_find_child()Federico Vaga2013-05-071-0/+4
* | Merge 3.0.75Pawit Pornkitprasan2013-04-291-12/+9
|\ \ | |/
| * sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill2013-03-281-12/+9
* | Merge 3.0.70Pawit Pornkitprasan2013-03-211-1/+1
|\ \ | |/
| * tty: serial: fix typo "ARCH_S5P6450"Paul Bolle2013-03-201-1/+1
* | Merge 3.0.63Pawit Pornkitprasan2013-02-131-1/+1
|\ \ | |/
| * serial: 8250, increase PASS_LIMITJiri Slaby2013-01-271-1/+1
* | Merge 3.0.60Pawit Pornkitprasan2013-01-221-0/+1
|\ \ | |/
| * serial:ifx6x60:Delete SPI timer when shut down portchao bi2013-01-211-0/+1
* | Merge 3.0.52Pawit Pornkitprasan2012-11-205-10/+38
|\ \ | |/
| * serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-10-071-2/+7
| * serial: pl011: handle corruption at high clock speedsLinus Walleij2012-10-071-1/+14
| * pch_uart: Fix parity setting issueTomoya MORINAGA2012-10-021-1/+1
| * pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-10-021-6/+12
| * pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-10-021-0/+1
| * tty: Allow uart_register/unregister/registerAlan Cox2012-06-011-0/+1
| * Add missing call to uart_update_timeout()Lothar Waßmann2012-06-011-0/+2
* | Merge remote-tracking branch 'common/android-3.0' into android-samsung-30-wip...JP Abgrall2012-05-045-14/+36
|\ \
| * \ Merge commit 'v3.0.30' into android-3.0Todd Poynor2012-04-305-14/+36
| |\ \ | | |/
| | * pch_uart: Fix dma channel unallocated issueTomoya MORINAGA2012-04-271-1/+3
| | * ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan2012-04-271-6/+8
| | * 8250_pci: Fix kernel panic when pch_uart is disabledTomoya MORINAGA2012-04-221-0/+10
| | * pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA2012-04-221-1/+2
| | * serial: PL011: move interrupt clearingLinus Walleij2012-04-221-4/+4
| | * serial: PL011: clear pending interruptsLinus Walleij2012-04-221-4/+11
| | * tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov2012-04-221-2/+2
* | | Merge remote-tracking branch 'common/android-3.0' into android-samsung-30-wip...JP Abgrall2012-04-2412-121/+98
|\ \ \ | |/ /
| * | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-1912-121/+98
| |\ \ | | |/
| | * serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi2012-04-021-5/+10
| | * jsm: Fixed EEH recovery errorLucas Kannebley Tavares2012-02-031-0/+1
| | * serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-02-031-0/+14
| | * atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino2012-01-121-2/+3
| | * pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-262-7/+15
| | * pch_uart: Fix DMA resource leak issueTomoya MORINAGA2011-11-261-2/+2
| | * pch_uart: Fix hw-flow control issueTomoya MORINAGA2011-11-261-0/+1
| | * jsm: remove buggy write queueThadeu Lima de Souza Cascardo2011-11-114-103/+28
| | * serial-core: power up uart port early before we do set_termios when resumingNing Jiang2011-11-111-0/+2
| | * serial: pxa: work around for errata #20Marcus Folkesson2011-11-111-0/+20
| | * cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong2011-11-111-2/+2
* | | serial: samsung: Fix resume register restore.Jaikumar Ganesh2011-11-171-1/+1
* | | serial: samsung: hack: Restore old device name since this currently is hardco...Arve Hjønnevåg2011-11-171-1/+1
* | | S5PC11X: UART: Disable uart irq in suspend mode.Choi jonghwan2011-11-171-0/+5
* | | S5PC11X: UART: Change the clock source.Choi jonghwan2011-11-171-2/+2
* | | S5PC11X: UART: Add set_mctrl func. to control Auto Flow ControlDooHyunHwang2011-11-171-0/+8
* | | S5PC11X: UART: Add wake_peer func.DooHyunHwang2011-11-171-0/+9
* | | ARM: SAMSUNG: serial: Use the platform device id to select which uart to createArve Hjønnevåg2011-11-171-5/+7
* | | S5PC11X: SERIAL: Uart register save/restore in serial driver.Choi jonghwan2011-11-171-2/+26