aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-05serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_of: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_lpc18xx: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_ingenic: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko
2024-03-05serial: core: Add UPIO_UNKNOWN constant for unknown port typeAndy Shevchenko
2024-03-05serial: core: Move struct uart_port::quirks closer to possible valuesAndy Shevchenko
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven
2024-03-05serial: core: only stop transmit when HW fifo is emptyJonas Gorski
2024-03-02serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior
2024-03-02serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior
2024-03-02serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior
2024-03-02serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior
2024-03-02serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior
2024-03-02serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: sunplus: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: bcm63xx: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: ar933x: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König
2024-03-02dt-bindings: serial: convert st,asc to DT schemaRaphael Gallais-Pou
2024-03-02serial: 8250: Use serial8250_do_set_termios for uartclk updatingSerge Semin
2024-03-02serial: st-asc: don't get/put GPIOs in atomic contextBartosz Golaszewski
2024-03-02serial: samsung: honor fifosize from dts at firstTamseel Shams
2024-03-02drivers/tty/serial: Remove unused function early_mcf_setupThomas Huth
2024-03-02serial: 8250_pci1xxxx: Drop quirk from 8250_portAndy Shevchenko
2024-03-02serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko
2024-03-02serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko
2024-03-02serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2024-03-02serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko
2024-03-02serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko
2024-03-02serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko
2024-03-02serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko
2024-03-02Merge tag 'w1-drv-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/krz...Greg Kroah-Hartman
2024-02-27Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman
2024-02-25Linux 6.8-rc6Linus Torvalds
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet