aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-08tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen1-1/+1
2014-09-08tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud1-1/+42
2014-09-08serial: 8250_dw: Add ACPI ID for Intel BraswellAlan Cox1-0/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds5-76/+23
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely5-76/+23
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds1-3/+2
2014-08-08synclink_gt: use pci_zalloc_consistentJoe Perches1-3/+2
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+0
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+9
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2014-08-04sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-08-01tty/n_gsm.c: fix a memory leak in gsmld_openxinhui.pan1-1/+8
2014-08-01pch_uart: don't hardcode PCI slot to get DMA deviceAndy Shevchenko1-3/+4
2014-08-01tty: n_gsm, use setup_timerJiri Slaby1-3/+1
2014-07-27serial: sc16is7xx: Correct initialization of s->clkJon Ringle1-5/+4
2014-07-27serial: 8250_dw: Add support for deferred probingChen-Yu Tsai1-7/+34
2014-07-27serial: 8250_dw: Add optional reset control supportChen-Yu Tsai1-0/+9
2014-07-27serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN1-5/+5
2014-07-27serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN1-1/+2
2014-07-23tty: serial: msm: Make of_device_id array constKiran Padwal1-1/+1
2014-07-23tty/n_gsm.c: get gsm->num after gsm_activate_muxxinhui.pan1-2/+2
2014-07-23serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE1-1/+1
2014-07-22drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang1-4/+4
2014-07-22serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser1-4/+2
2014-07-19serial: samsung: Remove support for legacy clock codeTomasz Figa1-4/+0
2014-07-17serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE2-15/+160
2014-07-17Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman1-7/+17
2014-07-17tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson1-21/+15
2014-07-17serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser1-7/+5
2014-07-17serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi1-4/+5
2014-07-17serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi1-1/+1
2014-07-17serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi1-3/+9
2014-07-17serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko4-47/+27
2014-07-17tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu1-8/+637
2014-07-17serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu1-18/+59
2014-07-17serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu1-2/+1
2014-07-17serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu1-3/+5
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-4/+19
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-3/+2
2014-07-13Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman7-4/+19
2014-07-12drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes1-1/+1
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2-34/+22
2014-07-11serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2014-07-11serial/arc: Fix warning with CONSOLE_POLLVineet Gupta1-7/+13
2014-07-11serial: altera: Adopt uart_console_write()Daniel Thompson1-6/+2
2014-07-11serial: efm32: correct namespacing of location propertyUwe Kleine-König1-1/+7
2014-07-11serial: imx: Fix build breakagePeter Hurley1-1/+1
2014-07-10serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley1-1/+1
2014-07-10serial: Test for no tx data on tx restartPeter Hurley6-3/+18