summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen2014-09-081-1/+1
* tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud2014-09-081-1/+42
* serial: 8250_dw: Add ACPI ID for Intel BraswellAlan Cox2014-09-081-0/+1
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-145-76/+23
|\
| * Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely2014-08-115-76/+23
| |\
| | * of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-6/+3
| | * tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely2014-06-263-70/+17
| | * of: Enable console on serial ports specified by /chosen/stdout-pathGrant Likely2014-06-261-0/+3
* | | Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-081-3/+2
|\ \ \
| * | | synclink_gt: use pci_zalloc_consistentJoe Perches2014-08-081-3/+2
* | | | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-4/+0
|\ \ \ \ | |/ / / |/| | |
| * | | serial: samsung: Remove support for legacy clock codeTomasz Figa2014-07-191-4/+0
* | | | mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-061-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-08-061-0/+9
|\ \ \ \
| * | | | sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze2014-08-041-0/+9
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-3/+2
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-167-4/+19
| |\| | |
| * | | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-3/+2
| | |/ / | |/| |
* | | | tty/n_gsm.c: fix a memory leak in gsmld_openxinhui.pan2014-08-011-1/+8
* | | | pch_uart: don't hardcode PCI slot to get DMA deviceAndy Shevchenko2014-08-011-3/+4
* | | | tty: n_gsm, use setup_timerJiri Slaby2014-08-011-3/+1
* | | | serial: sc16is7xx: Correct initialization of s->clkJon Ringle2014-07-271-5/+4
* | | | serial: 8250_dw: Add support for deferred probingChen-Yu Tsai2014-07-271-7/+34
* | | | serial: 8250_dw: Add optional reset control supportChen-Yu Tsai2014-07-271-0/+9
* | | | serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN2014-07-271-5/+5
* | | | serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN2014-07-271-1/+2
* | | | tty: serial: msm: Make of_device_id array constKiran Padwal2014-07-231-1/+1
* | | | tty/n_gsm.c: get gsm->num after gsm_activate_muxxinhui.pan2014-07-231-2/+2
* | | | serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE2014-07-231-1/+1
* | | | drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang2014-07-221-4/+4
* | | | serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser2014-07-221-4/+2
* | | | serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE2014-07-172-15/+160
* | | | Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman2014-07-171-7/+17
* | | | tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson2014-07-171-21/+15
* | | | serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser2014-07-171-7/+5
* | | | serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi2014-07-171-4/+5
* | | | serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi2014-07-171-1/+1
* | | | serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi2014-07-171-3/+9
* | | | serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko2014-07-174-47/+27
* | | | tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu2014-07-171-8/+637
* | | | serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu2014-07-171-18/+59
* | | | serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu2014-07-171-2/+1
* | | | serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu2014-07-171-3/+5
* | | | Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-137-4/+19
|\ \ \ \ | | |/ / | |/| |
| * | | serial: imx: Fix build breakagePeter Hurley2014-07-111-1/+1
| * | | serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley2014-07-101-1/+1
| * | | serial: Test for no tx data on tx restartPeter Hurley2014-07-106-3/+18
| |/ /
* | | drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes2014-07-121-1/+1
* | | drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2014-07-112-34/+22
* | | serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven2014-07-111-1/+1