summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: sc16is7xx: setup GPIO controller later in probeIsaac True2023-01-191-25/+26
| * | | | serial: msm: add lock annotation to msm_set_baud_rate()Krzysztof Kozlowski2023-01-191-0/+1
| * | | | serial: sccnxp: Use devm_clk_get_enabled() helperChristophe JAILLET2023-01-191-11/+1
| * | | | serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He2023-01-191-0/+2
| * | | | tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski2023-01-191-59/+255
| * | | | tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski2023-01-191-12/+34
| * | | | tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski2023-01-191-8/+6
| * | | | tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski2023-01-191-18/+10
| * | | | tty: serial: qcom-geni-serial: split out the FIFO tx codeBartosz Golaszewski2023-01-191-27/+33
| * | | | tty: serial: qcom-geni-serial: remove unneeded tabsBartosz Golaszewski2023-01-191-12/+12
| * | | | tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()Bartosz Golaszewski2023-01-191-6/+4
| * | | | tty: serial: qcom-geni-serial: remove stray newlinesBartosz Golaszewski2023-01-191-2/+0
| * | | | tty: serial: qcom-geni-serial: improve the to_dev_port() macroBartosz Golaszewski2023-01-191-17/+19
| * | | | tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski2023-01-191-31/+31
| * | | | tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski2023-01-191-15/+0
| * | | | tty: serial: qcom-geni-serial: drop unneeded forward definitionsBartosz Golaszewski2023-01-191-42/+37
| * | | | tty: serial: qcom-geni-serial: stop operations in progress at shutdownBartosz Golaszewski2023-01-191-0/+2
| * | | | tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude2023-01-191-1/+1
| * | | | tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun2023-01-191-1/+2
| * | | | tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun2023-01-191-2/+2
| * | | | tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun2023-01-191-2/+22
| * | | | tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun2023-01-191-0/+4
| * | | | tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun2023-01-191-0/+5
| * | | | tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun2023-01-191-5/+8
| * | | | serial: 8250_early: Convert literals to use definesIlpo Järvinen2023-01-191-2/+2
| * | | | serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen2023-01-191-5/+9
| * | | | serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen2023-01-191-10/+7
| * | | | serial: 8250: Cleanup MCR literalsIlpo Järvinen2023-01-191-1/+1
| * | | | serial: 8250: Name MSR literalsIlpo Järvinen2023-01-191-2/+2
| * | | | serial: 8250: Use defined IER bitsIlpo Järvinen2023-01-191-5/+5
| * | | | serial: liteuart: drop obsolete dependency on COMPILE_TESTJean Delvare2023-01-191-1/+1
| * | | | serial: liteuart: move polling putchar() functionGabriel Somlo2023-01-191-8/+8
| * | | | serial: liteuart: add IRQ support for the TX pathGabriel Somlo2023-01-191-17/+13
| * | | | serial: liteuart: add IRQ support for the RX pathGabriel Somlo2023-01-191-7/+74
| * | | | serial: liteuart: move function definitionsGabriel Somlo2023-01-191-41/+41
| * | | | serial: liteuart: separate rx loop from poll timerGabriel Somlo2023-01-191-3/+9
| * | | | serial: liteuart: clean up rx loop variablesGabriel Somlo2023-01-191-4/+3
| * | | | serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo2023-01-191-2/+1
| * | | | serial: liteuart: rx loop should only ack rx eventsGabriel Somlo2023-01-191-1/+1
| * | | | serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo2023-01-191-2/+2
| * | | | serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo2023-01-191-4/+2
| * | | | serial: liteuart: don't set unused port fieldsGabriel Somlo2023-01-191-2/+0
| * | | | serial: liteuart: remove unused uart_ops stubsGabriel Somlo2023-01-191-17/+0
| * | | | serial: liteuart: use bit number macrosGabriel Somlo2023-01-191-2/+3
| * | | | serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo2023-01-191-3/+3
| * | | | serial: Rename earlycon semihost driverBin Meng2023-01-193-7/+7
| * | | | riscv: Implement semihost.h for earlycon semihost driverBin Meng2023-01-191-1/+1
| * | | | serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng2023-01-191-24/+1
| * | | | earlycon: Let users set the clock frequencyRicardo Ribalda2023-01-191-1/+8
| | |_|/ | |/| |
* | | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-202-203/+4
|\ \ \ \ | |_|_|/ |/| | |