aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2016-02-06serial: zs: Fix a transmit lockup in console outputMaciej W. Rozycki1-0/+4
2016-02-06serial: bcm2835: add driver for bcm2835-aux-uartMartin Sperl3-0/+171
2016-02-06serial: 8250: of: Enable suspend/resume for 8250_of driverWang Dongsheng1-0/+1
2016-02-06ARM: OMAP: serial: Rename DRIVER_NAMEJean Delvare1-1/+1
2016-02-06tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll1-0/+21
2016-02-06serial/omap: mark wait_for_xmitr as __maybe_unusedArnd Bergmann1-1/+1
2016-02-06serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley1-2/+6
2016-02-068250: uniphier: allow modular build with 8250 consoleArnd Bergmann1-1/+1
2016-02-06serial-uartlite: fix missing locking in isrRich Felker1-0/+4
2016-02-06serial-uartlite: add earlycon supportRich Felker2-0/+42
2016-02-06drivers/tty: make serial 8250_ingenic.c explicitly non-modularPaul Gortmaker1-21/+7
2016-02-06serial: core: remove baud_rates when serial console setupJeffy Chen1-31/+2
2016-02-06serial: sh-sci: Add support for SCIFA/SCIFB variable sampling ratesGeert Uytterhoeven1-2/+27
2016-02-06serial: sh-sci: Use a bitmask to indicate supported sampling ratesGeert Uytterhoeven1-39/+27
2016-02-06serial: sh-sci: Use premultiplier to handle half sampling rateGeert Uytterhoeven1-6/+10
2016-02-06serial: sh-sci: Preserve SCIFA/SCIFB bit rate config for serial consoleGeert Uytterhoeven1-1/+2
2016-02-06serial: sh-sci: Add more Serial Mode Register documentationGeert Uytterhoeven2-1/+16
2016-02-06serial: imx: Fix suspend / resume.Martin Fuzzey1-1/+4
2016-02-06tty: xuartps: Consolidate TX handlingSoren Brinkmann1-57/+40
2016-02-06tty: xuartps: Remove '_OFFSET' suffix from #definesSoren Brinkmann1-115/+106
2016-02-06tty: xuartps: Improve sysrq handlingSoren Brinkmann1-15/+5
2016-02-06tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann1-62/+62
2016-02-06tty: xuartps: Refactor IRQ handlingSoren Brinkmann1-6/+11
2016-02-06tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann1-9/+12
2016-02-06tty: xuartps: Move RX path into helper functionSoren Brinkmann1-22/+28
2016-02-06tty: xuartps: Acquire port lock for shutdownSoren Brinkmann1-0/+6
2016-02-06tty: xuartps: Keep lock for whole ISRSoren Brinkmann1-2/+0
2016-02-06tty: xuartps: Improve startup functionSoren Brinkmann1-8/+12
2016-02-06tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann1-0/+1
2016-02-06tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann1-1/+4
2016-02-06tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann1-12/+6
2016-02-06tty: xuartps: Beautify read-modify writesSoren Brinkmann1-6/+9
2016-02-06serial: sh-sci: Add CONFIG_SERIAL_EARLYCON supportYoshinori Sato2-5/+78
2016-02-06serial/8250_pci: simplify Pericom handlingJan Beulich1-33/+0
2016-02-06serial: 8250_pci: use to_pci_dev()Geliang Tang1-2/+1
2016-02-06serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann1-1/+1
2016-02-06serial: amba-pl011: use cpu_relax when polling registersTimur Tabi1-9/+8
2016-02-06sc16is7xx: fix incorrect register bits macroWills Wang1-6/+6
2016-02-06serial: atmel: Use atmel_port consistentlyJaeden Amero1-47/+48
2016-02-06serial: atmel: add support for new UART versionNicolas Ferre1-3/+4
2016-02-06serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre1-16/+16
2016-02-068250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-02-06serial: Remove 68328 driverFrederik Völkel3-1321/+0
2016-02-06tty: serial: constify psc_ops structsAya Mahfouz1-4/+4
2016-02-06serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus1-2/+10
2016-02-06serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus1-0/+23
2016-02-06serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()Noam Camus1-49/+42
2016-02-06tty: 8250_omap: Use software emulated RS485 direction controlMatwey V. Kornilov1-0/+31
2016-02-06tty: Add software emulated RS485 support for 8250Matwey V. Kornilov2-4/+221
2016-02-06tty: Move serial8250_stop_rx() in front of serial8250_start_tx()Matwey V. Kornilov1-13/+13