summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-07tty: xuartps: Cleanup: Reformat if-elseSoren Brinkmann1-62/+62
2016-02-07tty: xuartps: Refactor IRQ handlingSoren Brinkmann1-6/+11
2016-02-07tty: xuartps: Move request_irq to after setting up the HWSoren Brinkmann1-9/+12
2016-02-07tty: xuartps: Move RX path into helper functionSoren Brinkmann1-22/+28
2016-02-07tty: xuartps: Acquire port lock for shutdownSoren Brinkmann1-0/+6
2016-02-07tty: xuartps: Keep lock for whole ISRSoren Brinkmann1-2/+0
2016-02-07tty: xuartps: Improve startup functionSoren Brinkmann1-8/+12
2016-02-07tty: xuartps: Clear interrupt status register in shutdownSoren Brinkmann1-0/+1
2016-02-07tty: xuartps: Don't consider circular buffer when enabling transmitterSoren Brinkmann1-1/+4
2016-02-07tty: xuartps: Use spinlock to serialize HW accessSoren Brinkmann1-12/+6
2016-02-07tty: xuartps: Beautify read-modify writesSoren Brinkmann1-6/+9
2016-02-07serial: sh-sci: Add CONFIG_SERIAL_EARLYCON supportYoshinori Sato2-5/+78
2016-02-07serial/8250_pci: simplify Pericom handlingJan Beulich1-33/+0
2016-02-07serial: 8250_pci: use to_pci_dev()Geliang Tang1-2/+1
2016-02-07serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann1-1/+1
2016-02-07serial: amba-pl011: use cpu_relax when polling registersTimur Tabi1-9/+8
2016-02-07sc16is7xx: fix incorrect register bits macroWills Wang1-6/+6
2016-02-07serial: atmel: Use atmel_port consistentlyJaeden Amero1-47/+48
2016-02-07serial: atmel: add support for new UART versionNicolas Ferre1-3/+4
2016-02-07serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre1-16/+16
2016-02-078250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-02-07serial: Remove 68328 driverFrederik Völkel3-1321/+0
2016-02-07tty: serial: constify psc_ops structsAya Mahfouz1-4/+4
2016-02-07serial: 8250_dw: Do not use readl/writel before checking port iotypeNoam Camus1-2/+10
2016-02-07serial: 8250_dw: Add support for big-endian MMIO accessesNoam Camus1-0/+23
2016-02-07serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()Noam Camus1-49/+42
2016-02-07tty: 8250_omap: Use software emulated RS485 direction controlMatwey V. Kornilov1-0/+31
2016-02-07tty: Add software emulated RS485 support for 8250Matwey V. Kornilov3-4/+229
2016-02-07tty: Move serial8250_stop_rx() in front of serial8250_start_tx()Matwey V. Kornilov1-13/+13
2016-02-07TTY: serial/m32r_sio, remove unused membersJiri Slaby1-33/+0
2016-02-07TTY: serial/m32r_sio, remove debug macrosJiri Slaby1-20/+5
2016-02-07TTY: serial/m32r_sio, simplify old_serial_portJiri Slaby1-42/+15
2016-02-07TTY: serial/m32r_sio, disband m32r_sio.hJiri Slaby2-76/+10
2016-02-07TTY: xtensa/iss/console, remove unused _INLINE_ definitionJiri Slaby1-4/+0
2016-02-07TTY: 8250_pnp, make checks boolJiri Slaby1-7/+7
2016-02-07TTY: 8250_pnp, constify tablesJiri Slaby1-4/+4
2016-02-07TTY: serial/mpsc, remove unused fieldsJiri Slaby1-5/+0
2016-02-07TTY: serial/mpsc, clean up init/remove functionsJiri Slaby1-84/+79
2016-02-07TTY: serial/mpsc, stop leaking mappingsJiri Slaby1-5/+5
2016-02-07serial: 8250_omap: Add omap8250 earlyconPeter Hurley1-0/+21
2016-02-07of: earlycon: Log more helpful message if stdout-path node not foundPeter Hurley1-3/+6
2016-02-07serial: 8250_early: Use port->regshiftPeter Hurley1-6/+10
2016-02-07serial: earlycon: Show the earlycon "driver" in bannerPeter Hurley1-6/+6
2016-02-07serial: earlycon: Common log banner for command line and DTPeter Hurley1-13/+14
2016-02-07of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley5-13/+22
2016-02-07of: earlycon: Initialize port fields from DT propertiesPeter Hurley3-1/+33
2016-02-07of: earlycon: Add options string handlingPeter Hurley3-8/+15
2016-02-07of: earlycon: Fixup earlycon console name and indexPeter Hurley3-6/+5
2016-02-07serial: earlycon: Fixup earlycon console name and indexPeter Hurley1-3/+22
2016-02-07earlycon: Use common framework for earlycon declarationsPeter Hurley9-41/+23