index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-02
serial: core: Fix error handling for serial_core_ctrl_device_add()
Tony Lindgren
1
-2
/
+2
2023-06-01
serial: core: Don't drop port_mutex in serial_core_remove_one_port
Steven Price
1
-3
/
+1
2023-05-31
serial: core: Start managing serial controllers to enable runtime PM
Tony Lindgren
1
-21
/
+171
2023-05-30
serial: core: lock port for start_rx() in uart_resume_port()
John Ogness
1
-1
/
+4
2023-05-30
serial: core: lock port for stop_rx() in uart_suspend_port()
John Ogness
1
-1
/
+4
2023-05-13
serial: Make uart_remove_one_port() return void
Uwe Kleine-König
1
-5
/
+1
2023-04-20
serial: core: Disable uart_start() on uart_remove_one_port()
Tony Lindgren
1
-1
/
+1
2023-04-20
serial: fix TIOCSRS485 locking
Johan Hovold
1
-2
/
+2
2023-03-29
serial: uart_poll_init() should power on the UART
Douglas Anderson
1
-0
/
+6
2023-03-17
serial: Remove uart_wait_until_sent() forward declaration
Ilpo Järvinen
1
-1
/
+0
2023-03-17
serial: Rename hw_stopped to old_hw_stopped & improve logic
Ilpo Järvinen
1
-6
/
+5
2023-03-17
serial: Make hw_stopped bool
Ilpo Järvinen
1
-3
/
+3
2023-03-17
serial: Rename uart_change_speed() to uart_change_line_settings()
Ilpo Järvinen
1
-6
/
+6
2023-03-17
serial: Move uart_change_speed() earlier
Ilpo Järvinen
1
-48
/
+46
2023-03-17
serial: Use B0 instead of implicit zero assumption
Ilpo Järvinen
1
-2
/
+2
2023-03-17
serial: Use ARRAY_SIZE() with iso7816 reserved array
Ilpo Järvinen
1
-1
/
+2
2023-01-22
Merge 6.2-rc5 into tty-next
Greg Kroah-Hartman
1
-0
/
+5
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
1
-4
/
+4
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
1
-4
/
+4
2023-01-19
tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Ilpo Järvinen
1
-4
/
+4
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
1
-4
/
+4
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
1
-5
/
+4
2023-01-19
serial: Convert uart_{,port_}startup() init_hw param to bool
Ilpo Järvinen
1
-5
/
+5
2023-01-19
tty: Cleanup tty_port_set_active() bool parameter
Ilpo Järvinen
1
-2
/
+2
2023-01-19
tty: Cleamup tty_port_set_suspended() bool parameter
Ilpo Järvinen
1
-4
/
+4
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
1
-3
/
+3
2023-01-19
serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
Christoph Niedermaier
1
-0
/
+12
2023-01-16
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
John Ogness
1
-0
/
+5
2022-12-02
serial_core: replace uart_console_enabled() with uart_console_registered()
John Ogness
1
-7
/
+7
2022-09-25
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
1
-16
/
+20
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-3
/
+3
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-08-30
tty: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-156
/
+296
2022-07-28
tty: serial: document uart_get_console()
Jiri Slaby
1
-4
/
+9
2022-07-28
tty: serial: serial_core, reformat kernel-doc for functions
Jiri Slaby
1
-54
/
+53
2022-07-28
Documentation: serial: dedup kernel-doc for uart functions
Jiri Slaby
1
-59
/
+82
2022-07-14
serial: core: sanitize RS485 delays read from device tree
Lino Sanfilippo
1
-0
/
+2
2022-07-14
serial: core: move sanitizing of RS485 delays into own function
Lino Sanfilippo
1
-20
/
+26
2022-07-14
serial: core, 8250: set RS485 termination GPIO in serial core
Lino Sanfilippo
1
-0
/
+12
2022-07-08
serial: RS485 termination is supported if DT provides one
Ilpo Järvinen
1
-0
/
+2
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
1
-4
/
+4
2022-06-30
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
1
-5
/
+0
2022-06-27
serial: Support for RS-485 multipoint addresses
Ilpo Järvinen
1
-1
/
+21
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
1
-4
/
+10
2022-06-27
serial: Drop timeout from uart_port
Ilpo Järvinen
1
-15
/
+10
2022-06-20
Merge tag 'v5.19-rc3' into tty-next
Greg Kroah-Hartman
1
-3
/
+6
2022-06-10
serial: return -EINVAL for non-legacy RS485 flags
Ilpo Järvinen
1
-0
/
+24
2022-06-10
serial: Clear rs485 struct when non-RS485 mode is set
Ilpo Järvinen
1
-1
/
+11
2022-06-10
serial: Sanitize rs485_struct
Ilpo Järvinen
1
-4
/
+29
[next]