summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* | tty: xuartps: Improve sysrq handlingSoren Brinkmann2016-02-061-15/+5
* | tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann2016-02-061-62/+62
* | tty: xuartps: Refactor IRQ handlingSoren Brinkmann2016-02-061-6/+11
* | tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann2016-02-061-9/+12
* | tty: xuartps: Move RX path into helper functionSoren Brinkmann2016-02-061-22/+28
* | tty: xuartps: Acquire port lock for shutdownSoren Brinkmann2016-02-061-0/+6
* | tty: xuartps: Keep lock for whole ISRSoren Brinkmann2016-02-061-2/+0
* | tty: xuartps: Improve startup functionSoren Brinkmann2016-02-061-8/+12
* | tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann2016-02-061-0/+1
* | tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann2016-02-061-1/+4
* | tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann2016-02-061-12/+6
* | tty: xuartps: Beautify read-modify writesSoren Brinkmann2016-02-061-6/+9
* | serial: sh-sci: Add CONFIG_SERIAL_EARLYCON supportYoshinori Sato2016-02-062-5/+78
* | serial/8250_pci: simplify Pericom handlingJan Beulich2016-02-061-33/+0
* | serial: 8250_pci: use to_pci_dev()Geliang Tang2016-02-061-2/+1
* | serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann2016-02-061-1/+1
* | serial: amba-pl011: use cpu_relax when polling registersTimur Tabi2016-02-061-9/+8
* | sc16is7xx: fix incorrect register bits macroWills Wang2016-02-061-6/+6
* | serial: atmel: Use atmel_port consistentlyJaeden Amero2016-02-061-47/+48
* | serial: atmel: add support for new UART versionNicolas Ferre2016-02-061-3/+4
* | serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre2016-02-061-16/+16
* | 8250: use callbacks to access UART_DLL/UART_DLMSebastian Frias2016-02-061-12/+6
* | serial: Remove 68328 driverFrederik Völkel2016-02-063-1321/+0
* | tty: serial: constify psc_ops structsAya Mahfouz2016-02-061-4/+4
* | serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus2016-02-061-2/+10
* | serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus2016-02-061-0/+23
* | serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()Noam Camus2016-02-061-49/+42
* | tty: 8250_omap: Use software emulated RS485 direction controlMatwey V. Kornilov2016-02-061-0/+31
* | tty: Add software emulated RS485 support for 8250Matwey V. Kornilov2016-02-062-4/+221
* | tty: Move serial8250_stop_rx() in front of serial8250_start_tx()Matwey V. Kornilov2016-02-061-13/+13
* | TTY: serial/m32r_sio, remove unused membersJiri Slaby2016-02-061-33/+0
* | TTY: serial/m32r_sio, remove debug macrosJiri Slaby2016-02-061-20/+5
* | TTY: serial/m32r_sio, simplify old_serial_portJiri Slaby2016-02-061-42/+15
* | TTY: serial/m32r_sio, disband m32r_sio.hJiri Slaby2016-02-062-76/+10
* | TTY: 8250_pnp, make checks boolJiri Slaby2016-02-061-7/+7
* | TTY: 8250_pnp, constify tablesJiri Slaby2016-02-061-4/+4
* | TTY: serial/mpsc, remove unused fieldsJiri Slaby2016-02-061-5/+0
* | TTY: serial/mpsc, clean up init/remove functionsJiri Slaby2016-02-061-84/+79
* | TTY: serial/mpsc, stop leaking mappingsJiri Slaby2016-02-061-5/+5
* | serial: 8250_omap: Add omap8250 earlyconPeter Hurley2016-02-061-0/+21
* | serial: 8250_early: Use port->regshiftPeter Hurley2016-02-061-6/+10
* | serial: earlycon: Show the earlycon "driver" in bannerPeter Hurley2016-02-061-6/+6
* | serial: earlycon: Common log banner for command line and DTPeter Hurley2016-02-061-13/+14
* | of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley2016-02-061-3/+9
* | of: earlycon: Initialize port fields from DT propertiesPeter Hurley2016-02-061-0/+31
* | of: earlycon: Add options string handlingPeter Hurley2016-02-061-2/+7
* | of: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-061-3/+3
* | serial: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-061-3/+22
* | earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-066-21/+1
* | of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEPeter Hurley2016-02-061-0/+4
OpenPOWER on IntegriCloud