summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-10-11tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safeBenjamin Herrenschmidt1-2/+2
2013-10-11powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt1-13/+12
2013-10-10drivers: clean-up prom.h implicit includesRob Herring5-0/+8
2013-10-08Revert "serial: i.MX: evaluate linux,stdout-path property"Greg Kroah-Hartman1-3/+0
2013-10-07serial: bfin_uart: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-07serial: tegra: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-07Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman2-20/+27
2013-10-06serial: mxs-auart: set the FIFO size to DMA buffer sizeHector Palacios1-1/+8
2013-10-04xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-10-04serial: Remove unnecessary amba_set_drvdata()Michal Simek2-6/+0
2013-10-04serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger1-9/+32
2013-10-01serial: 8250_pci: clean up printk() callsGreg Kroah-Hartman1-21/+19
2013-10-01TTY: bfin_jtag_comm: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-10-01tty: Fix pty master read() after slave closesPeter Hurley1-20/+26
2013-09-30Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman4-13/+10
2013-09-30Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-13/+10
2013-09-28serial: 8250_dw: fix broken function callHeikki Krogerus1-1/+2
2013-09-28serial: 8250_pci: add support for Intel BayTrailHeikki Krogerus1-0/+145
2013-09-27vt: properly ignore xterm-256 colour codesAdam Borowski1-0/+22
2013-09-27vt: break a couple of obsolete SCOish codes.Adam Borowski1-14/+1
2013-09-27hvc_vio: Do not override preferred console set by kernel parameterBen Hutchings1-1/+4
2013-09-27serial: clps711x: drop needless devm_clk_putUwe Kleine-König1-2/+0
2013-09-27serial: sccnxp: missing uart_unregister_driver() on error in sccnxp_probe()Wei Yongjun1-0/+1
2013-09-27OMAP/serial: Fix Mode13 vs Mode16 priorityAlexey Pelykh1-1/+1
2013-09-27OMAP/serial: Fix misnamed variableAlexey Pelykh1-4/+4
2013-09-27serial: sirf: don't submit dma desc after timeout irqs occurQipan Li1-2/+9
2013-09-27serial: 8250_pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-27serial: txx9: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-27serial: mfd: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-27serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson1-1/+1
2013-09-27serial: samsung: add support for manual RTS settingJosé Miguel Gonçalves1-3/+17
2013-09-27serial: mpc512x: Remove casting the return value which is a void pointerJingoo Han1-2/+2
2013-09-27serial: samsung: Remove casting the return value which is a void pointerJingoo Han2-2/+2
2013-09-27serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-27serial: bfin_sport_uart: Remove casting the return value which is a void pointerJingoo Han1-7/+4
2013-09-27serial: bfin_uart: Remove casting the return value which is a void pointerJingoo Han1-9/+6
2013-09-27serial: mpsc: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-27serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-27serial: 8250_dw: provide a filter for DMA channel detectionHeikki Krogerus1-0/+14
2013-09-27serial: 8250_dw: don't limit DMA support to ACPIHeikki Krogerus1-10/+10
2013-09-27serial: 8250: don't change the fifo trigger level when using dmaHeikki Krogerus1-1/+1
2013-09-27serial: pch_uart: Add MODULE_DEVICE_TABLEBen Hutchings1-0/+2
2013-09-27serial: mfd: Replace MODULE_ALIAS with MODULE_DEVICE_TABLEBen Hutchings1-1/+1
2013-09-27tty: serial: Restrict ST ASC driver to only build on !ARM when COMPILE_TEST i...Dave Jones1-0/+1
2013-09-27serial: imx: Use NULL as the last argument of add_preferred_console()Fabio Estevam1-1/+2
2013-09-26TTY: hvc_dcc: probe for a JTAG connection before registeringRob Herring1-0/+21
2013-09-26tty: Remove unused drop() method from tty_port interfacePeter Hurley1-5/+1
2013-09-26tty: Prevent tty_port destruction if tty not releasedPeter Hurley1-0/+4
2013-09-26n_tty: Style fix in n_tty_set_termiosPeter Hurley1-2/+1
2013-09-26n_tty: Remove unnecessary local variablePeter Hurley1-4/+1