summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2025-07-05drivers/tty/serial/8250: update driver for JH7100Samin Guo1-0/+8
2025-07-05serial: 8250_dw: Add starfive,jh7100-hsuart compatibleEmil Renner Berthing1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-3/+4
2025-05-22tty: serial: 8250_omap: fix TX with DMA for am33xxJiri Slaby (SUSE)1-15/+10
2025-05-018250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...Rengarajan S1-0/+10
2025-04-25serial: 8250: unexport serial8250_rpm_*() functionsJiri Slaby (SUSE)2-14/+4
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)4-1/+9
2025-04-15serial: 8250_of: manage bus clock in suspend/resumeAlex Elder1-0/+4
2025-04-11serial: 8250_of: add support for an optional bus clockAlex Elder1-1/+10
2025-04-11serial: 8250_ni: Tidy up ACPI ID tableAndy Shevchenko2-7/+10
2025-04-11serial: 8250_ni: Switch to use dev_err_probe()Andy Shevchenko1-9/+3
2025-04-11serial: 8250_ni: use serial_port_in()/serial_port_out() helpersAndy Shevchenko1-4/+4
2025-04-11serial: 8250_ni: Remove unneeded conditionalsAndy Shevchenko1-7/+4
2025-04-11serial: 8250_ni: Switch to use platform_get_mem_or_io()Andy Shevchenko1-9/+9
2025-04-11serial: 8250_ni: Remove duplicate mappingAndy Shevchenko1-5/+0
2025-04-11serial: 8250_ni: Switch to use uart_read_port_properties()Andy Shevchenko1-12/+8
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-20serial: 8250: add driver for NI UARTsChaitanya Vadrevu3-0/+475
2025-03-20serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping1-1/+1
2025-03-20tty: serial: 8250: Add Brainboxes XC devicesCameron Williams1-0/+30
2025-03-20tty: serial: 8250: Add some more device IDsCameron Williams1-0/+16
2025-03-20serial: 8250_dw: Comment possible corner cases in serial_out() implementationAndy Shevchenko1-0/+17
2025-03-20serial: 8250_port: simplify serial8250_request_std_resource()Jiri Slaby (SUSE)1-15/+10
2025-03-20serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flowJiri Slaby (SUSE)1-18/+16
2025-03-20serial: 8250_rsa: simplify rsa8250_{request/release}_resource()Jiri Slaby (SUSE)1-12/+9
2025-03-20serial: 8250: use serial_port_in/out() helpersJiri Slaby (SUSE)3-13/+13
2025-02-20serial: 8250: Switch to use hrtimer_setup()Nam Cao2-8/+5
2025-02-19serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré1-1/+1
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman6-20/+27
2025-02-14serial: 8250_dw: Call dw8250_quirks() conditionallyAndy Shevchenko1-15/+21
2025-02-14serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2025-02-06Revert "serial: Airoha SoC UART and HSUART support"Greg Kroah-Hartman6-135/+0
2025-02-04serial: 8250_pnp: Remove unneeded ->iotype assignmentAndy Shevchenko1-10/+0
2025-02-04serial: 8250_platform: Remove unneeded ->iotype assignmentAndy Shevchenko1-9/+0
2025-02-04serial: 8250_of: Remove unneeded ->iotype assignmentAndy Shevchenko1-1/+0
2025-02-04serial: 8250_dw: Drop unneeded NULL checks in dw8250_quirks()Andy Shevchenko1-2/+2
2025-02-04serial: Airoha SoC UART and HSUART supportBenjamin Larsson6-0/+135
2025-01-22Revert "serial: 8250: Switch to nbcon console"Greg Kroah-Hartman2-176/+39
2025-01-22Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_I...Greg Kroah-Hartman1-3/+0
2025-01-13Merge 6.13-rc7 into tty-nextGreg Kroah-Hartman1-0/+3
2025-01-10serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"John Ogness1-0/+3
2025-01-10serial: 8250: Switch to nbcon consoleJohn Ogness2-39/+176
2025-01-10serial: 8250: Provide flag for IER toggling for RS485John Ogness4-16/+20
2025-01-10serial: 8250: Use high-level writing function for FIFOJohn Ogness1-4/+10
2025-01-10serial: 8250: Use frame time to determine timeoutJohn Ogness1-2/+10
2025-01-10serial: 8250: Adjust the timeout for FIFO modeJohn Ogness1-6/+26
2024-12-23tty: serial: 8250: Fix another runtime PM usage counter underflowIlpo Järvinen1-0/+3
2024-12-23serial: 8250: Explain the role of @read_status_maskJohn Ogness2-0/+12
2024-12-23serial: 8250: Never adjust UART_LSR_DR in @read_status_maskJohn Ogness3-3/+0
2024-12-23serial: 8250: Do not set UART_LSR_THRE in @read_status_maskJohn Ogness2-2/+2