index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
serial_core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-21
serial: core: Acquire nbcon context in port->lock wrapper
John Ogness
1
-2
/
+80
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
1
-0
/
+17
2024-08-21
serial: core: Provide low-level functions to lock port
John Ogness
1
-0
/
+18
2024-06-24
serial: core: introduce uart_port_tx_limited_flags()
Jonas Gorski
1
-0
/
+18
2024-06-24
Revert "serial: core: only stop transmit when HW fifo is empty"
Doug Brown
1
-2
/
+1
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-18
/
+31
2024-03-05
serial: port: Introduce a common helper to read properties
Andy Shevchenko
1
-0
/
+2
2024-03-05
serial: core: Add UPIO_UNKNOWN constant for unknown port type
Andy Shevchenko
1
-0
/
+1
2024-03-05
serial: core: Move struct uart_port::quirks closer to possible values
Andy Shevchenko
1
-2
/
+4
2024-03-05
serial: core: only stop transmit when HW fifo is empty
Jonas Gorski
1
-1
/
+2
2024-02-06
serial: core: introduce uart_port_tx_flags()
Jiri Slaby (SUSE)
1
-5
/
+27
2024-01-04
serial: core: Update uart_poll_timeout() function to return unsigned long
Vamshi Gajjela
1
-2
/
+2
2023-10-03
serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
Randy Dunlap
1
-1
/
+1
2023-09-18
serial: core: Use lock wrappers
Thomas Gleixner
1
-6
/
+6
2023-09-18
serial: core: Provide port lock wrappers
Thomas Gleixner
1
-0
/
+79
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
1
-1
/
+2
2023-08-01
serial: core: Fix serial core port id to not use port->line
Tony Lindgren
1
-0
/
+1
2023-08-01
serial: core: Controller id cannot be negative
Tony Lindgren
1
-1
/
+1
2023-07-25
serial: make uart_insert_char() accept u8s
Jiri Slaby
1
-1
/
+1
2023-07-25
serial: convert uart sysrq handling to u8
Jiri Slaby
1
-8
/
+8
2023-05-31
serial: core: Start managing serial controllers to enable runtime PM
Tony Lindgren
1
-1
/
+4
2023-05-13
serial: Make uart_remove_one_port() return void
Uwe Kleine-König
1
-1
/
+1
2023-03-17
serial: Make hw_stopped bool
Ilpo Järvinen
1
-1
/
+1
2023-03-17
serial: Remove extern from func prototypes in headers
Ilpo Järvinen
1
-7
/
+6
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
1
-2
/
+1
2023-01-19
tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Ilpo Järvinen
1
-2
/
+1
2023-01-19
serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
Christoph Niedermaier
1
-0
/
+1
2023-01-19
earlycon: Increase options size
Ricardo Ribalda
1
-1
/
+1
2022-12-16
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+80
2022-12-02
serial_core: replace uart_console_enabled() with uart_console_registered()
John Ogness
1
-2
/
+8
2022-11-03
tty: serial: introduce transmit helpers
Jiri Slaby (SUSE)
1
-0
/
+80
2022-09-25
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
1
-1
/
+0
2022-09-25
Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...
Greg Kroah-Hartman
1
-0
/
+17
2022-09-22
serial: 8250: Switch UART port flags to using BIT_ULL
Maciej W. Rozycki
1
-14
/
+14
2022-09-22
serial: 8250: Let drivers request full 16550A feature probing
Maciej W. Rozycki
1
-1
/
+2
2022-09-07
serial: Create uart_xmit_advance()
Ilpo Järvinen
1
-0
/
+17
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-3
/
+3
2022-08-18
serial: document start_rx member at struct uart_ops
Mauro Carvalho Chehab
1
-0
/
+8
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-18
/
+346
2022-07-28
Documentation: serial: move uart_ops documentation to the struct
Jiri Slaby
1
-16
/
+329
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
1
-1
/
+1
2022-06-30
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
1
-0
/
+5
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
1
-0
/
+1
2022-06-27
serial: Drop timeout from uart_port
Ilpo Järvinen
1
-2
/
+14
2022-06-20
Merge tag 'v5.19-rc3' into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2022-06-10
serial: Add rs485_supported to uart_port
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: Add uart_rs485_config()
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...
Vijaya Krishna Nivarthi
1
-0
/
+1
2022-04-26
serial: Store character timing information to uart_port
Ilpo Järvinen
1
-0
/
+1
[next]