summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds47-2749/+4798
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2012-09-27tty/serial: Add kgdb_nmi driverAnton Vorontsov4-0/+431
2012-09-27tty/serial/amba-pl011: Quiesce interrupts in poll_get_charAnton Vorontsov1-0/+29
2012-09-27tty/serial/amba-pl011: Implement poll_init callbackAnton Vorontsov1-11/+33
2012-09-27tty/serial/core: Introduce poll_init callbackAnton Vorontsov1-0/+17
2012-09-27serial: pl011: handle corruption at high clock speedsLinus Walleij1-1/+14
2012-09-27serial: sccnxp: Make 'default' choice in switch lastAlexander Shiyan1-1/+1
2012-09-27serial: sccnxp: Remove mask termios caps for SW flow controlAlexander Shiyan1-1/+0
2012-09-27serial: sccnxp: Report actual baudrate back to coreAlexander Shiyan1-4/+10
2012-09-27serial: samsung: Add poll_get_char & poll_put_charJulien Pichon1-0/+47
2012-09-27Powerpc 8xx CPM_UART setting MAXIDL register proportionaly to baud rateChristophe Leroy1-0/+14
2012-09-27Powerpc 8xx CPM_UART maxidl should not depend on fifo sizeChristophe Leroy1-2/+2
2012-09-27Powerpc 8xx CPM_UART too many interruptsChristophe Leroy1-2/+2
2012-09-27Powerpc 8xx CPM_UART desynchronisationChristophe Leroy1-0/+1
2012-09-27serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner1-2/+7
2012-09-27serial: omap: fix the reciever line error caseShubhrajyoti D1-0/+4
2012-09-278250: blacklist Winbond CIR portSean Young2-7/+29
2012-09-278250_pnp: do pnp probe before legacy probeSean Young5-31/+41
2012-09-21serial: omap: Remove unnecessary checks from suspend/resumeSourav Poddar1-14/+9
2012-09-21serial: imx: remove null check of sport in suspend/resume functionRichard Zhao1-4/+2
2012-09-21serial: imx: set sport as drvdata, like it's used elsewhereRichard Zhao1-1/+1
2012-09-218250: fix autoconfig to work with serial consoleFlavio Leitner1-11/+14
2012-09-21serial_core: Fix race in uart_handle_dcd_changeAlan Cox1-4/+7
2012-09-18tty/serial: put (EXPERIMENTAL) marking back on N_GSM and SERIAL_IFX6X60Greg Kroah-Hartman1-1/+1
2012-09-18tty/serial: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman1-3/+3
2012-09-17tty: serial: Samsung: Fix return valueSachin Kamat1-1/+1
2012-09-17tty: serial: max3100: Fix error caseAlan Cox1-6/+8
2012-09-17Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman1-15/+15
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas4-14/+24
2012-09-11serial: mxs-auart: put the device in the error pathHuang Shijie1-0/+1
2012-09-11serial/8250: Limit the omap workarounds to omap1Tony Lindgren1-2/+2
2012-09-11msm_serial: fix clock rate on DMA-based uartsDavid Brown1-1/+1
2012-09-11serial: pl011: delete dangling bug flagLinus Walleij1-4/+0
2012-09-11TTY: serial: move the dereference below the NULL testWei Yongjun2-2/+4
2012-09-11serial: omap: Request pins using pinctrl frameworkTony Lindgren1-0/+9
2012-09-11serial: omap: fix DeviceTree bootFelipe Balbi1-7/+13
2012-09-08make drivers with pci error handlers constStephen Hemminger2-2/+2
2012-09-07serial: omap: fix compile breakageFelipe Balbi1-0/+4
2012-09-07tty_register_device_attr updated for tty-nextTomas Hlavacek1-4/+4
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek1-2/+32
2012-09-06serial: serial_core.h needs console.h included firstStephen Rothwell1-1/+1
2012-09-06serial: mxs-auart: put the device in mxs_auart_probe()Huang Shijie1-0/+1
2012-09-06serial: mxs-auart: fix the wrong setting orderHuang Shijie1-2/+2
2012-09-06serial_core: fix sizeof(pointer)Fengguang Wu1-1/+1
2012-09-06serial: omap: enable RX and TX FIFO usageFelipe Balbi1-3/+7
2012-09-06serial: omap: move uart_omap_port definition to C fileFelipe Balbi1-0/+38
2012-09-06serial: omap: remove unnecessary header and add a missing oneFelipe Balbi1-1/+1
2012-09-06serial: omap: fix software flow controlVikram Pandita1-6/+6
2012-09-06serial: omap: make sure to put() on poll_get_charFelipe Balbi1-2/+7