index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
2024-01-04
serial: Do not hold the port lock when setting rx-during-tx GPIO
Lino Sanfilippo
2024-01-04
tty: serial: kgdboc: Fix 8250_* kgdb over serial
Michael Trimarchi
2024-01-04
tty: serial: Add RS422 flag to struct serial_rs485
Crescent CY Hsieh
2024-01-04
serial: core: Clean up uart_update_timeout() function
Vamshi Gajjela
2023-12-08
tty: make tty_operations::send_xchar accept u8 char
Jiri Slaby (SUSE)
2023-11-25
serial: core: Revert checks for tx runtime PM state
Tony Lindgren
2023-11-25
serial: core: Move tty and serdev to be children of serial core port device
Tony Lindgren
2023-10-24
serial: core: Fix runtime PM handling for pending tx
Tony Lindgren
2023-10-16
serial: core: tidy invalid baudrate handling in uart_get_baud_rate
Max Filippov
2023-10-16
Merge 6.6-rc6 into tty-next
Greg Kroah-Hartman
2023-10-07
serial: core: Fix checks for tx runtime PM state
Tony Lindgren
2023-10-07
serial: initialize retinfo in uart_get_info()
Alexey Dobriyan
2023-10-05
serial: core: Simplify uart_get_rs485_mode()
Andy Shevchenko
2023-10-03
serial: Reduce spinlocked portion of uart_rs485_config()
Lukas Wunner
2023-09-18
serial: core: Use port lock wrappers
Thomas Gleixner
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-07-31
serial: move WARN_ON() in uart_write() to the condition
Jiri Slaby
2023-07-25
serial: pass state to __uart_start() directly
Jiri Slaby
2023-07-25
serial: make uart_insert_char() accept u8s
Jiri Slaby
2023-07-25
serial: convert uart sysrq handling to u8
Jiri Slaby
2023-06-02
serial: core: Fix error handling for serial_core_ctrl_device_add()
Tony Lindgren
2023-06-01
serial: core: Don't drop port_mutex in serial_core_remove_one_port
Steven Price
2023-05-31
serial: core: Start managing serial controllers to enable runtime PM
Tony Lindgren
2023-05-30
serial: core: lock port for start_rx() in uart_resume_port()
John Ogness
2023-05-30
serial: core: lock port for stop_rx() in uart_suspend_port()
John Ogness
2023-05-13
serial: Make uart_remove_one_port() return void
Uwe Kleine-König
2023-04-20
serial: core: Disable uart_start() on uart_remove_one_port()
Tony Lindgren
2023-04-20
serial: fix TIOCSRS485 locking
Johan Hovold
2023-03-29
serial: uart_poll_init() should power on the UART
Douglas Anderson
2023-03-17
serial: Remove uart_wait_until_sent() forward declaration
Ilpo Järvinen
2023-03-17
serial: Rename hw_stopped to old_hw_stopped & improve logic
Ilpo Järvinen
2023-03-17
serial: Make hw_stopped bool
Ilpo Järvinen
2023-03-17
serial: Rename uart_change_speed() to uart_change_line_settings()
Ilpo Järvinen
2023-03-17
serial: Move uart_change_speed() earlier
Ilpo Järvinen
2023-03-17
serial: Use B0 instead of implicit zero assumption
Ilpo Järvinen
2023-03-17
serial: Use ARRAY_SIZE() with iso7816 reserved array
Ilpo Järvinen
2023-01-22
Merge 6.2-rc5 into tty-next
Greg Kroah-Hartman
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
2023-01-19
tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Ilpo Järvinen
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
2023-01-19
serial: Convert uart_{,port_}startup() init_hw param to bool
Ilpo Järvinen
2023-01-19
tty: Cleanup tty_port_set_active() bool parameter
Ilpo Järvinen
2023-01-19
tty: Cleamup tty_port_set_suspended() bool parameter
Ilpo Järvinen
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
2023-01-19
serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
Christoph Niedermaier
2023-01-16
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
John Ogness
[prev]
[next]