Age | Commit message (Expand) | Author | Files | Lines |
2016-04-30 | tty: amba-pl011: Use 32-bit accesses for SBSA UART | Christopher Covington | 1 | -0/+1 |
2016-03-08 | serial: pl011: add mark/space parity support | Ed Spiridonov | 1 | -0/+2 |
2016-03-08 | tty: amba-pl011: don't dereference NULL platform data | Robin Murphy | 1 | -1/+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 | earlycon: Use common framework for earlycon declarations | Peter Hurley | 1 | -1/+0 |
2016-01-07 | tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/O | Timur Tabi | 1 | -7/+9 |
2016-01-07 | tty: amba-pl011: fix earlycon register offsets | Russell King | 1 | -3/+3 |
2015-12-14 | tty: amba-pl011: switch to using relaxed IO accessors | Russell King | 1 | -3/+3 |
2015-12-14 | tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL) | Russell King | 1 | -0/+23 |
2015-12-14 | tty: amba-pl011: add support for 32-bit register access | Russell King | 1 | -2/+13 |
2015-12-14 | tty: amba-pl011: remove ST micro registers from standard table | Russell King | 1 | -11/+0 |
2015-12-14 | tty: amba-pl011: clean up LCR register offsets | Russell King | 1 | -26/+14 |
2015-12-14 | tty: amba-pl011: add ST register offset table | Russell King | 1 | -1/+29 |
2015-12-14 | tty: amba-pl011: add register offset table to vendor data | Russell King | 1 | -2/+6 |
2015-12-14 | tty: amba-pl011: add register lookup table | Russell King | 1 | -1/+32 |
2015-12-14 | tty: amba-pl011: prepare REG_* register indexes | Russell King | 1 | -97/+108 |
2015-12-14 | tty: amba-pl011: add helper to detect split LCRH register | Russell King | 1 | -2/+7 |
2015-12-14 | tty: amba-pl011: convert accessor functions to take uart_amba_port | Russell King | 1 | -102/+97 |
2015-12-14 | tty: amba-pl011: add register accessor functions | Russell King | 1 | -98/+112 |
2015-10-18 | serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty() | Timur Tabi | 1 | -2/+2 |
2015-09-04 | Revert "uart: pl011: Rename regs with enumeration" | Greg Kroah-Hartman | 1 | -114/+93 |
2015-09-04 | Revert "uart: pl011: Introduce register accessor" | Greg Kroah-Hartman | 1 | -141/+122 |
2015-09-04 | Revert "uart: pl011: Introduce register look up table" | Greg Kroah-Hartman | 1 | -50/+5 |
2015-09-04 | Revert "uart: pl011: Improve LCRH register access decision" | Greg Kroah-Hartman | 1 | -7/+2 |
2015-09-04 | Revert "uart: pl011: Add support to ZTE ZX296702 uart" | Greg Kroah-Hartman | 1 | -181/+14 |
2015-08-05 | uart: pl011: Add support to ZTE ZX296702 uart | Jun Nie | 1 | -14/+181 |
2015-08-05 | uart: pl011: Improve LCRH register access decision | Jun Nie | 1 | -2/+7 |
2015-08-05 | uart: pl011: Introduce register look up table | Jun Nie | 1 | -5/+50 |
2015-08-05 | uart: pl011: Introduce register accessor | Jun Nie | 1 | -122/+141 |
2015-08-05 | uart: pl011: Rename regs with enumeration | Jun Nie | 1 | -93/+114 |
2015-07-24 | serial: amba-pl011: Fix devm_ioremap_resource return value check | Krzysztof Kozlowski | 1 | -2/+2 |
2015-05-24 | drivers: PL011: add ACPI probing for SBSA UART | Graeme Gregory | 1 | -0/+8 |
2015-05-24 | drivers: PL011: add support for the ARM SBSA generic UART | Andre Przywara | 1 | -0/+171 |
2015-05-24 | drivers: PL011: allow to supply fixed option string | Andre Przywara | 1 | -4/+13 |
2015-05-24 | drivers: PL011: allow avoiding UART enabling/disabling | Andre Przywara | 1 | -6/+12 |
2015-05-24 | drivers: PL011: move cts_event workaround into separate function | Andre Przywara | 1 | -13/+20 |
2015-05-24 | drivers: PL011: replace UART_MIS reading with _RIS & _IMSC | Andre Przywara | 1 | -2/+4 |
2015-05-24 | drivers: PL011: refactor pl011_probe() | Andre Przywara | 1 | -35/+61 |
2015-05-24 | drivers: PL011: refactor pl011_set_termios() | Andre Przywara | 1 | -27/+33 |
2015-05-24 | drivers: PL011: refactor pl011_shutdown() | Andre Przywara | 1 | -25/+32 |
2015-05-24 | drivers: PL011: refactor pl011_startup() | Andre Przywara | 1 | -20/+28 |
2015-05-24 | drivers: PL011: avoid potential unregister_driver call | Andre Przywara | 1 | -16/+20 |
2015-05-20 | serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next | Dave Martin | 1 | -3/+0 |
2015-05-19 | Merge 4.1-rc4 into tty-next | Greg Kroah-Hartman | 1 | -0/+3 |
2015-05-09 | Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" | Dave Martin | 1 | -1/+4 |
2015-05-06 | serial/amba-pl011: Refactor and simplify TX FIFO handling | Dave Martin | 1 | -93/+26 |
2015-05-06 | Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" | Dave Martin | 1 | -1/+4 |
2015-03-11 | drivers/tty: serial: remove info message | Jorge Ramirez-Ortiz | 1 | -1/+0 |
2015-03-07 | drivers/tty: amba: defer DMA probe until the DMA channel is required. | Jorge Ramirez-Ortiz | 1 | -54/+17 |