summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker9-9/+0
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman2-2/+8
2013-12-20serial: Remove old SC26XX driverAlexander Shiyan3-768/+0
2013-12-19serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2013-12-19serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe1-2/+2
2013-12-18tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann1-0/+2
2013-12-17serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2013-12-17serial: pl011: fix fall back from DMA to interrupt modeGuennadi Liakhovetski1-0/+2
2013-12-17serial: pl011: (cosmetic) remove superfluous register writeGuennadi Liakhovetski1-3/+1
2013-12-17serial: amba-pl011: preseserve hardware settings during initialisationJon Medhurst1-2/+12
2013-12-17serial: amba-pl011: factor out code for writing LCR_H registerJon Medhurst1-22/+17
2013-12-17serial: amba-pl011: use port lock to guard control register accessJon Medhurst1-0/+6
2013-12-17Revert "serial: pl011: use DMA RX polling by default"Greg Kroah-Hartman1-1/+1
2013-12-17serial: clps711x: Driver refactorAlexander Shiyan1-194/+254
2013-12-17serial: 8250_dw: Fix LCR workaround regressionJames Hogan1-2/+4
2013-12-09tty: serial: mxs-auart: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+7
2013-12-09serial: pl010: Convert to modern PM opsUlf Hansson1-6/+9
2013-12-09tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2-2/+2
2013-12-09serial: imx: add support for loopback mode.Huang Shijie1-0/+8
2013-12-09serial: pl011: use DMA RX polling by defaultLinus Walleij1-1/+1
2013-12-09serial: pl011: Convert to modern PM opsUlf Hansson1-9/+8
2013-12-09serial: pch_uart: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09serial: pl011: remove redundant early amba_ports declarationBaruch Siach1-2/+0
2013-12-09serial: 8250_dw: remove ACPI ifdefHeikki Krogerus1-8/+0
2013-12-09serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt1-2/+6
2013-11-25TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2013-11-25tty/serial/8250: fix typo in help textRandy Dunlap1-1/+1
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-1/+8
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-1/+1
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds37-308/+1115
2013-10-31serial: omap: fix missing commaPhilippe Proulx1-1/+1
2013-10-30Merge branch 'dma_complete' into nextVinod Koul1-1/+1
2013-10-30serial: sh-sci: Enable the driver on all ARM platformsLaurent Pinchart1-1/+1
2013-10-30serial: mfd: Staticize local symbolsJingoo Han1-4/+6
2013-10-30serial: omap: fix a few checkpatch warningsPhilippe Proulx1-9/+8
2013-10-30serial: omap: improve RS-485 performancePhilippe Proulx1-12/+38
2013-10-30mrst_max3110: fix unbalanced IRQ issue during resumeChen, Jie1-18/+17
2013-10-30serial: omap: Add support for optional wake-upTony Lindgren1-8/+46
2013-10-30serial: sirf: remove duplicate definesMichael Opdenacker1-12/+0
2013-10-29tty: xuartps: Fix build error when COMMON_CLK is not setSoren Brinkmann1-0/+8
2013-10-29tty: xuartps: Fix build error due to missing forward declarationSoren Brinkmann1-14/+14
2013-10-29tty: xuartps: Fix "may be used uninitialized" build warningSoren Brinkmann1-1/+1
2013-10-25serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-1/+1
2013-10-20serial: 8250_pci: add Pericom PCIe Serial board Support (12d8:7952/4/8) - Chi...Angelo Butti1-0/+48
2013-10-20tty: xuartps: Update copyright informationSoren Brinkmann1-1/+1
2013-10-20tty: xuartps: Implement suspend/resume callbacksSoren Brinkmann1-0/+114
2013-10-20tty: xuartps: Dynamically adjust to input frequency changesSoren Brinkmann1-4/+119
2013-10-20tty: xuartps: Updating set_baud_rate()Soren Brinkmann1-43/+93