summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-28serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han1-1/+1
2024-01-04serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo1-0/+3
2024-01-04serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo1-1/+1
2024-01-04serial: core: fix sanitizing check for RTS settingsLino Sanfilippo1-10/+18
2024-01-04serial: core: set missing supported flag for RX during TX GPIOLino Sanfilippo1-0/+2
2024-01-04serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo1-2/+24
2024-01-04tty: serial: kgdboc: Fix 8250_* kgdb over serialMichael Trimarchi1-1/+2
2024-01-04tty: serial: Add RS422 flag to struct serial_rs485Crescent CY Hsieh1-0/+6
2024-01-04serial: core: Clean up uart_update_timeout() functionVamshi Gajjela1-4/+3
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-1/+1
2023-11-25serial: core: Revert checks for tx runtime PM stateTony Lindgren1-1/+1
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren1-3/+4
2023-10-24serial: core: Fix runtime PM handling for pending txTony Lindgren1-1/+1
2023-10-16serial: core: tidy invalid baudrate handling in uart_get_baud_rateMax Filippov1-3/+1
2023-10-16Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman1-5/+10
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren1-1/+1
2023-10-07serial: initialize retinfo in uart_get_info()Alexey Dobriyan1-0/+3
2023-10-05serial: core: Simplify uart_get_rs485_mode()Andy Shevchenko1-18/+12
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner1-4/+9
2023-09-18serial: core: Use port lock wrappersThomas Gleixner1-44/+44
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-07-31serial: move WARN_ON() in uart_write() to the conditionJiri Slaby1-6/+2
2023-07-25serial: pass state to __uart_start() directlyJiri Slaby1-5/+4
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby1-1/+1
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby1-2/+2
2023-06-02serial: core: Fix error handling for serial_core_ctrl_device_add()Tony Lindgren1-2/+2
2023-06-01serial: core: Don't drop port_mutex in serial_core_remove_one_portSteven Price1-3/+1
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren1-21/+171
2023-05-30serial: core: lock port for start_rx() in uart_resume_port()John Ogness1-1/+4
2023-05-30serial: core: lock port for stop_rx() in uart_suspend_port()John Ogness1-1/+4
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König1-5/+1
2023-04-20serial: core: Disable uart_start() on uart_remove_one_port()Tony Lindgren1-1/+1
2023-04-20serial: fix TIOCSRS485 lockingJohan Hovold1-2/+2
2023-03-29serial: uart_poll_init() should power on the UARTDouglas Anderson1-0/+6
2023-03-17serial: Remove uart_wait_until_sent() forward declarationIlpo Järvinen1-1/+0
2023-03-17serial: Rename hw_stopped to old_hw_stopped & improve logicIlpo Järvinen1-6/+5
2023-03-17serial: Make hw_stopped boolIlpo Järvinen1-3/+3
2023-03-17serial: Rename uart_change_speed() to uart_change_line_settings()Ilpo Järvinen1-6/+6
2023-03-17serial: Move uart_change_speed() earlierIlpo Järvinen1-48/+46
2023-03-17serial: Use B0 instead of implicit zero assumptionIlpo Järvinen1-2/+2
2023-03-17serial: Use ARRAY_SIZE() with iso7816 reserved arrayIlpo Järvinen1-1/+2
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman1-0/+5
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-4/+4
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-4/+4
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen1-4/+4
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-4/+4
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-5/+4
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen1-5/+5