| Commit message (Expand) | Author | Files | Lines |
2016-02-07 | tty: xuartps: Cleanup: Reformat if-else | Soren Brinkmann | 1 | -62/+62 |
2016-02-07 | tty: xuartps: Refactor IRQ handling | Soren Brinkmann | 1 | -6/+11 |
2016-02-07 | tty: xuartps: Move request_irq to after setting up the HW | Soren Brinkmann | 1 | -9/+12 |
2016-02-07 | tty: xuartps: Move RX path into helper function | Soren Brinkmann | 1 | -22/+28 |
2016-02-07 | tty: xuartps: Acquire port lock for shutdown | Soren Brinkmann | 1 | -0/+6 |
2016-02-07 | tty: xuartps: Keep lock for whole ISR | Soren Brinkmann | 1 | -2/+0 |
2016-02-07 | tty: xuartps: Improve startup function | Soren Brinkmann | 1 | -8/+12 |
2016-02-07 | tty: xuartps: Clear interrupt status register in shutdown | Soren Brinkmann | 1 | -0/+1 |
2016-02-07 | tty: xuartps: Don't consider circular buffer when enabling transmitter | Soren Brinkmann | 1 | -1/+4 |
2016-02-07 | tty: xuartps: Use spinlock to serialize HW access | Soren Brinkmann | 1 | -12/+6 |
2016-02-07 | tty: xuartps: Beautify read-modify writes | Soren Brinkmann | 1 | -6/+9 |
2016-02-07 | serial: sh-sci: Add CONFIG_SERIAL_EARLYCON support | Yoshinori Sato | 2 | -5/+78 |
2016-02-07 | serial/8250_pci: simplify Pericom handling | Jan Beulich | 1 | -33/+0 |
2016-02-07 | serial: 8250_pci: use to_pci_dev() | Geliang Tang | 1 | -2/+1 |
2016-02-07 | serial: amba-pl011: mark vendor_zte as __maybe_unused | Arnd Bergmann | 1 | -1/+1 |
2016-02-07 | serial: amba-pl011: use cpu_relax when polling registers | Timur Tabi | 1 | -9/+8 |
2016-02-07 | sc16is7xx: fix incorrect register bits macro | Wills Wang | 1 | -6/+6 |
2016-02-07 | serial: atmel: Use atmel_port consistently | Jaeden Amero | 1 | -47/+48 |
2016-02-07 | serial: atmel: add support for new UART version | Nicolas Ferre | 1 | -3/+4 |
2016-02-07 | serial: atmel: trivial: clean the IP version decoding code | Nicolas Ferre | 1 | -16/+16 |
2016-02-07 | 8250: use callbacks to access UART_DLL/UART_DLM | Sebastian Frias | 1 | -12/+6 |
2016-02-07 | serial: Remove 68328 driver | Frederik Völkel | 3 | -1321/+0 |
2016-02-07 | tty: serial: constify psc_ops structs | Aya Mahfouz | 1 | -4/+4 |
2016-02-07 | serial: 8250_dw: Do not use readl/writel before checking port iotype | Noam Camus | 1 | -2/+10 |
2016-02-07 | serial: 8250_dw: Add support for big-endian MMIO accesses | Noam Camus | 1 | -0/+23 |
2016-02-07 | serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr() | Noam Camus | 1 | -49/+42 |
2016-02-07 | tty: 8250_omap: Use software emulated RS485 direction control | Matwey V. Kornilov | 1 | -0/+31 |
2016-02-07 | tty: Add software emulated RS485 support for 8250 | Matwey V. Kornilov | 3 | -4/+229 |
2016-02-07 | tty: Move serial8250_stop_rx() in front of serial8250_start_tx() | Matwey V. Kornilov | 1 | -13/+13 |
2016-02-07 | TTY: serial/m32r_sio, remove unused members | Jiri Slaby | 1 | -33/+0 |
2016-02-07 | TTY: serial/m32r_sio, remove debug macros | Jiri Slaby | 1 | -20/+5 |
2016-02-07 | TTY: serial/m32r_sio, simplify old_serial_port | Jiri Slaby | 1 | -42/+15 |
2016-02-07 | TTY: serial/m32r_sio, disband m32r_sio.h | Jiri Slaby | 2 | -76/+10 |
2016-02-07 | TTY: xtensa/iss/console, remove unused _INLINE_ definition | Jiri Slaby | 1 | -4/+0 |
2016-02-07 | TTY: 8250_pnp, make checks bool | Jiri Slaby | 1 | -7/+7 |
2016-02-07 | TTY: 8250_pnp, constify tables | Jiri Slaby | 1 | -4/+4 |
2016-02-07 | TTY: serial/mpsc, remove unused fields | Jiri Slaby | 1 | -5/+0 |
2016-02-07 | TTY: serial/mpsc, clean up init/remove functions | Jiri Slaby | 1 | -84/+79 |
2016-02-07 | TTY: serial/mpsc, stop leaking mappings | Jiri Slaby | 1 | -5/+5 |
2016-02-07 | serial: 8250_omap: Add omap8250 earlycon | Peter Hurley | 1 | -0/+21 |
2016-02-07 | of: earlycon: Log more helpful message if stdout-path node not found | Peter Hurley | 1 | -3/+6 |
2016-02-07 | serial: 8250_early: Use port->regshift | Peter Hurley | 1 | -6/+10 |
2016-02-07 | serial: earlycon: Show the earlycon "driver" in banner | Peter Hurley | 1 | -6/+6 |
2016-02-07 | serial: earlycon: Common log banner for command line and DT | Peter Hurley | 1 | -13/+14 |
2016-02-07 | of: earlycon: Move address translation to of_setup_earlycon() | Peter Hurley | 5 | -13/+22 |
2016-02-07 | of: earlycon: Initialize port fields from DT properties | Peter Hurley | 3 | -1/+33 |
2016-02-07 | of: earlycon: Add options string handling | Peter Hurley | 3 | -8/+15 |
2016-02-07 | of: earlycon: Fixup earlycon console name and index | Peter Hurley | 3 | -6/+5 |
2016-02-07 | serial: earlycon: Fixup earlycon console name and index | Peter Hurley | 1 | -3/+22 |
2016-02-07 | earlycon: Use common framework for earlycon declarations | Peter Hurley | 9 | -41/+23 |