summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pty: Add debug message for ptmx openPeter Hurley2015-07-241-0/+8
* tty: core: Improve ldisc debug messagesPeter Hurley2015-07-241-5/+6
* tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENTPeter Hurley2015-07-241-3/+8
* tty: Use tty_debug() for tty_ldisc_debug()Peter Hurley2015-07-241-3/+1
* tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Peter Hurley2015-07-241-29/+18
* tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley2015-07-241-24/+17
* tty: core: Improve debug message contentPeter Hurley2015-07-241-13/+16
* drivers/tty: make serial/sunhv.c driver explicitly non-modularPaul Gortmaker2015-07-241-10/+3
* drivers/tty: make serial/suncore.c driver explicitly non-modularPaul Gortmaker2015-07-241-8/+3
* drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker2015-07-241-7/+1
* drivers/tty: make serial/sn_console.c driver explicitly non-modularPaul Gortmaker2015-07-241-23/+9
* serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas2015-07-241-1/+0
* tty: buffers: Move hidden buffer index advance into outer loopPeter Hurley2015-07-241-1/+1
* tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_releasePeter Hurley2015-07-241-6/+4
* serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein2015-07-241-1/+1
* tty: serial: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-241-1/+0
* tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-241-1/+0
* tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen2015-07-241-15/+51
* tty/serial: at91: add support to FIFOsCyrille Pitchen2015-07-241-6/+94
* tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen2015-07-241-154/+159
* tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2015-07-242-8/+24
* serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel2015-07-241-0/+15
* serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley2015-07-241-4/+3
* tty/early: make serial8250_early_{in,out} static againVineet Gupta2015-07-241-2/+2
* serial: 8250: Split base port operations from universal driverPeter Hurley2015-07-244-2872/+2920
* tty: serial: imx.c: Reset UART before activating interruptsDavid Jander2015-07-241-9/+23
* serial: imx: reduce irq-latency after rx overflowManfred Schlaegl2015-07-241-1/+0
* serial: imx: count tty buffer overrunsManfred Schlaegl2015-07-241-3/+9
* serial: imx: Disable irqs before requesting themFabio Estevam2015-07-241-1/+14
* serial/uartlite: Let it build on any arch with IOMEMRicardo Ribalda Delgado2015-07-241-1/+1
* serial: stm32-usart: Fix SysRq supportMaxime Coquelin2015-07-241-1/+1
* serial: sirf: let uart's receive start in right placeQipan Li2015-07-242-31/+16
* serial: sirf: workaround rx process to avoid possible data lossQipan Li2015-07-242-18/+66
* serial: etraxfs-uart: Convert to uart_console_device instead of open-codedAxel Lin2015-07-241-8/+1
* serial: 8250_omap: Remove auto-IXON flow controlPeter Hurley2015-07-241-14/+2
* serial: 8250_omap: workaround module disable errata on dra7x SoCsSekhar Nori2015-07-241-0/+1
* serial: 8250_omap: workaround errata around idling UART after using DMASekhar Nori2015-07-241-6/+59
* serial: 8250_omap: introduce "ti,am3352-uart" compatible propertySekhar Nori2015-07-241-11/+21
* serial: 8250_omap: refactor mdr1 updateSekhar Nori2015-07-241-5/+12
* serial: 8250_omap: fix kernel crash in suspend-to-ramSekhar Nori2015-07-241-2/+2
* serial/8250_fintek: Support for any io address.Ricardo Ribalda Delgado2015-07-241-24/+27
* serial/8250_fintek: Support keys different than defaultRicardo Ribalda Delgado2015-07-241-16/+23
* serial/8250_fintek: Support for chip_ip 0x0501Ricardo Ribalda Delgado2015-07-241-10/+11
* serial/8250_fintek: Support for multiple base_portsRicardo Ribalda Delgado2015-07-241-35/+52
* serial/8250_fintek: Use private data structureRicardo Ribalda Delgado2015-07-241-17/+31
* tty: Convert use of __constant_htons to htonsVaishali Thakkar2015-07-241-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-07-192-2/+2
|\
| * scsi: fix host max depth checking for the 'queue_depth' sysfs interfaceJens Axboe2015-07-161-1/+1
| * st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-07-161-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-191-9/+0
|\ \