summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2025-04-25serial: rename local uart_port_lock() -> uart_port_ref_lock()Jiri Slaby (SUSE)-37/+38
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)-7/+22
2025-04-15serial: sifive: lock port in startup()/shutdown() callbacksRyo Takakura-0/+6
2025-04-15serial: 8250_of: manage bus clock in suspend/resumeAlex Elder-0/+4
2025-04-15serial: sifive: Switch to nbcon consoleRyo Takakura-13/+75
2025-04-11serial: msm: Configure correct working mode before starting earlyconStephan Gerhold-0/+6
2025-04-11serial: sh-sci: Introduced sci_of_dataThierry Bultel-43/+131
2025-04-11serial: sh-sci: Introduced function pointersThierry Bultel-238/+407
2025-04-11serial: sh-sci: Fix a comment about SCIFAThierry Bultel-1/+1
2025-04-11serial: Fix potential null-ptr-deref in mlb_usio_probe()Henry Martin-1/+4
2025-04-11serial: 8250_of: add support for an optional bus clockAlex Elder-1/+10
2025-04-11serial: sc16is7xx: use new GPIO line value setter callbacksBartosz Golaszewski-2/+5
2025-04-11serial: max310x: use new GPIO line value setter callbacksBartosz Golaszewski-2/+5
2025-04-11serial: tegra-utc: Remove unneeded semicolonChen Ni-1/+1
2025-04-11serial: qcom-geni: Remove alias dependency from qcom serial driverViken Dadhaniya-3/+22
2025-04-11tty: serial: uartlite: register uart driver in initJakub Lewalski-13/+12
2025-04-11serial: lantiq: Remove unnecessary print function dev_err()Chen Ni-3/+1
2025-04-11serial: 8250_ni: Tidy up ACPI ID tableAndy Shevchenko-7/+10
2025-04-11serial: 8250_ni: Switch to use dev_err_probe()Andy Shevchenko-9/+3
2025-04-11serial: 8250_ni: use serial_port_in()/serial_port_out() helpersAndy Shevchenko-4/+4
2025-04-11serial: 8250_ni: Remove unneeded conditionalsAndy Shevchenko-7/+4
2025-04-11serial: 8250_ni: Switch to use platform_get_mem_or_io()Andy Shevchenko-9/+9
2025-04-11serial: 8250_ni: Remove duplicate mappingAndy Shevchenko-5/+0
2025-04-11serial: 8250_ni: Switch to use uart_read_port_properties()Andy Shevchenko-12/+8
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-20/+20
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-846/+1835
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2025-03-24tty: serial: fsl_lpuart: Fix unused variable 'sport' build warningSherry Sun-3/+0
2025-03-20serial: stm32: do not deassert RS485 RTS GPIO prematurelyCheick Traore-3/+1
2025-03-20serial: 8250: add driver for NI UARTsChaitanya Vadrevu-0/+475
2025-03-20serial: icom: fix code format problemsCharles Han-5/+4
2025-03-20serial: sh-sci: Save and restore more registersGeert Uytterhoeven-0/+25
2025-03-20tty: serial: pl011: remove incorrect of_match_ptr annotationArnd Bergmann-4/+4
2025-03-20tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMO...Sherry Sun-5/+7
2025-03-20serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping-1/+1
2025-03-20tty: serial: fsl_lpuart: rename register variables more specificallySherry Sun-110/+110
2025-03-20tty: serial: fsl_lpuart: use port struct directly to simply codeSherry Sun-108/+102
2025-03-20tty: serial: fsl_lpuart: Use u32 and u8 for register variablesSherry Sun-47/+46
2025-03-20tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun-0/+17
2025-03-20tty: serial: 8250: Add Brainboxes XC devicesCameron Williams-0/+30
2025-03-20tty: serial: 8250: Add some more device IDsCameron Williams-0/+16
2025-03-20serial: 8250_dw: Comment possible corner cases in serial_out() implementationAndy Shevchenko-0/+17
2025-03-20serial: switch change_irq and change_port to bool in uart_set_info()Jiri Slaby (SUSE)-2/+2
2025-03-20serial: 8250_port: simplify serial8250_request_std_resource()Jiri Slaby (SUSE)-15/+10
2025-03-20serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flowJiri Slaby (SUSE)-18/+16
2025-03-20serial: 8250_rsa: simplify rsa8250_{request/release}_resource()Jiri Slaby (SUSE)-12/+9
2025-03-20serial: 8250: use serial_port_in/out() helpersJiri Slaby (SUSE)-13/+13
2025-03-20serial: pass struct uart_state to uart_line_info()Jiri Slaby (SUSE)-3/+2
2025-03-20serial: remove redundant tty_port_link_device()Jiri Slaby (SUSE)-1/+0
2025-03-20tty: sunsu: remove unused serial_icr_read()Jiri Slaby (SUSE)-14/+0