summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2015-07-24tty: core: Improve debug message contentPeter Hurley1-13/+16
2015-07-24drivers/tty: make serial/sunhv.c driver explicitly non-modularPaul Gortmaker1-10/+3
2015-07-24drivers/tty: make serial/suncore.c driver explicitly non-modularPaul Gortmaker1-8/+3
2015-07-24drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker1-7/+1
2015-07-24drivers/tty: make serial/sn_console.c driver explicitly non-modularPaul Gortmaker1-23/+9
2015-07-24serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas1-1/+0
2015-07-24tty: buffers: Move hidden buffer index advance into outer loopPeter Hurley1-1/+1
2015-07-24tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_releasePeter Hurley1-6/+4
2015-07-24tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley1-0/+1
2015-07-24serial: core: Fix crashes while echoing when closingPeter Hurley1-1/+2
2015-07-24serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein1-1/+1
2015-07-24tty: serial: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-24tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-24tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen1-15/+51
2015-07-24tty/serial: at91: add support to FIFOsCyrille Pitchen1-6/+94
2015-07-24tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen1-154/+159
2015-07-24tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2-8/+24
2015-07-24serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel1-0/+15
2015-07-24serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley1-4/+3
2015-07-24tty/early: make serial8250_early_{in,out} static againVineet Gupta1-2/+2
2015-07-24serial: 8250: Split base port operations from universal driverPeter Hurley4-2872/+2920
2015-07-24Revert "serial: imx: initialized DMA w/o HW flow enabled"David Jander1-8/+7
2015-07-24tty: serial: imx.c: Reset UART before activating interruptsDavid Jander1-9/+23
2015-07-24serial: imx: reduce irq-latency after rx overflowManfred Schlaegl1-1/+0
2015-07-24serial: imx: count tty buffer overrunsManfred Schlaegl1-3/+9
2015-07-24serial: imx: Disable irqs before requesting themFabio Estevam1-1/+14
2015-07-24serial/uartlite: Let it build on any arch with IOMEMRicardo Ribalda Delgado1-1/+1
2015-07-24serial: stm32-usart: Fix SysRq supportMaxime Coquelin1-1/+1
2015-07-24sc16is7xx: fix FIFO address of secondary UARTBo Svangård1-7/+23
2015-07-24sc16is7xx: fix Kconfig dependenciesJakub Kicinski1-1/+1
2015-07-24serial: sirf: let uart's receive start in right placeQipan Li2-31/+16
2015-07-24serial: sirf: workaround rx process to avoid possible data lossQipan Li2-18/+66
2015-07-24serial: etraxfs-uart: Fix release etraxfs_uart_portsAxel Lin1-1/+1
2015-07-24serial: etraxfs-uart: Convert to uart_console_device instead of open-codedAxel Lin1-8/+1
2015-07-24serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley1-14/+2
2015-07-24serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori1-0/+1
2015-07-24serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori1-6/+59
2015-07-24serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori1-11/+21
2015-07-24serial: 8250_omap: refactor mdr1 updateSekhar Nori1-5/+12
2015-07-24serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori1-2/+2
2015-07-24serial/8250_fintek: Support for any io address.Ricardo Ribalda Delgado1-24/+27
2015-07-24serial/8250_fintek: Support keys different than defaultRicardo Ribalda Delgado1-16/+23
2015-07-24serial/8250_fintek: Support for chip_ip 0x0501Ricardo Ribalda Delgado1-10/+11
2015-07-24serial/8250_fintek: Support for multiple base_portsRicardo Ribalda Delgado1-35/+52
2015-07-24serial/8250_fintek: Use private data structureRicardo Ribalda Delgado1-17/+31
2015-07-24tty/vt: Fix the memory leak in visual_initDongxing Zhang1-0/+2
2015-07-24tty: Convert use of __constant_htons to htonsVaishali Thakkar1-1/+1
2015-07-24serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-2/+2
2015-07-24n_tty: signal and flush atomicallyPeter Hurley1-3/+13
2015-07-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2-85/+8