aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-06tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann
2016-02-06tty: xuartps: Move RX path into helper functionSoren Brinkmann
2016-02-06tty: xuartps: Acquire port lock for shutdownSoren Brinkmann
2016-02-06tty: xuartps: Keep lock for whole ISRSoren Brinkmann
2016-02-06tty: xuartps: Improve startup functionSoren Brinkmann
2016-02-06tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann
2016-02-06tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann
2016-02-06tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann
2016-02-06tty: xuartps: Beautify read-modify writesSoren Brinkmann
2016-02-06serial: sh-sci: Add CONFIG_SERIAL_EARLYCON supportYoshinori Sato
2016-02-06serial/8250_pci: simplify Pericom handlingJan Beulich
2016-02-06serial: 8250_pci: use to_pci_dev()Geliang Tang
2016-02-06serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann
2016-02-06serial: amba-pl011: use cpu_relax when polling registersTimur Tabi
2016-02-06sc16is7xx: fix incorrect register bits macroWills Wang
2016-02-06serial: atmel: Use atmel_port consistentlyJaeden Amero
2016-02-06serial: atmel: add support for new UART versionNicolas Ferre
2016-02-06serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre
2016-02-068250: use callbacks to access UART_DLL/UART_DLMSebastian Frias
2016-02-06serial: Remove 68328 driverFrederik Völkel
2016-02-06tty: serial: constify psc_ops structsAya Mahfouz
2016-02-06serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus
2016-02-06serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus
2016-02-06serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()Noam Camus
2016-02-06tty: 8250_omap: Use software emulated RS485 direction controlMatwey V. Kornilov
2016-02-06tty: Add software emulated RS485 support for 8250Matwey V. Kornilov
2016-02-06tty: Move serial8250_stop_rx() in front of serial8250_start_tx()Matwey V. Kornilov
2016-02-06TTY: serial/m32r_sio, remove unused membersJiri Slaby
2016-02-06TTY: serial/m32r_sio, remove debug macrosJiri Slaby
2016-02-06TTY: serial/m32r_sio, simplify old_serial_portJiri Slaby
2016-02-06TTY: serial/m32r_sio, disband m32r_sio.hJiri Slaby
2016-02-06TTY: xtensa/iss/console, remove unused _INLINE_ definitionJiri Slaby
2016-02-06TTY: 8250_pnp, make checks boolJiri Slaby
2016-02-06TTY: 8250_pnp, constify tablesJiri Slaby
2016-02-06TTY: serial/mpsc, remove unused fieldsJiri Slaby
2016-02-06TTY: serial/mpsc, clean up init/remove functionsJiri Slaby
2016-02-06TTY: serial/mpsc, stop leaking mappingsJiri Slaby
2016-02-06serial: 8250_omap: Add omap8250 earlyconPeter Hurley
2016-02-06of: earlycon: Log more helpful message if stdout-path node not foundPeter Hurley
2016-02-06serial: 8250_early: Use port->regshiftPeter Hurley
2016-02-06serial: earlycon: Show the earlycon "driver" in bannerPeter Hurley
2016-02-06serial: earlycon: Common log banner for command line and DTPeter Hurley
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley
2016-02-06of: earlycon: Initialize port fields from DT propertiesPeter Hurley
2016-02-06of: earlycon: Add options string handlingPeter Hurley
2016-02-06of: earlycon: Fixup earlycon console name and indexPeter Hurley
2016-02-06serial: earlycon: Fixup earlycon console name and indexPeter Hurley
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2016-02-06of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREEPeter Hurley
2016-02-01Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman