index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
vt8500_serial.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: vt8500: Use port lock wrappers
Thomas Gleixner
2023-09-18
1
-4
/
+4
*
serial: vt8500: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-25
1
-5
/
+1
*
tty: Explicitly include correct DT includes
Rob Herring
2023-07-25
1
-1
/
+1
*
serial: Fix a typo ("ignorning")
Jonathan Neuschäfer
2022-11-09
1
-1
/
+1
*
tty: serial: use uart_port_tx() helper
Jiri Slaby (SUSE)
2022-11-03
1
-26
/
+4
*
tty: serial: move and cleanup vt8500_tx_empty()
Jiri Slaby
2022-09-22
1
-7
/
+8
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
serial: vt8500: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2021-12-30
1
-4
/
+8
*
serial: vt8500: Use of_device_get_match_data
Tang Bin
2021-08-26
1
-5
/
+2
*
serial: vt8500: drop low-latency workaround
Johan Hovold
2021-04-22
1
-2
/
+0
*
tty/serial: Migrate vt8500_serial to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-9
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
tty: serial: constify uart_ops structures
Bhumika Goyal
2017-01-27
1
-1
/
+1
*
serial: vt8500_serial: Fix a parameter of find_first_zero_bit.
Christophe JAILLET
2016-08-31
1
-4
/
+4
*
serial: vt8500_serial: make it explicitly non-modular
Paul Gortmaker
2016-06-25
1
-28
/
+2
*
serial/vt8500_serial: Deinline wait_for_xmitr, save 165 bytes
Denys Vlasenko
2015-12-14
1
-1
/
+1
*
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
tty: vt8500_serial: explicitly calculate base baud rate
Alexey Charkov
2014-09-09
1
-6
/
+21
*
tty: vt8500_serial: add polled console functions
Alexey Charkov
2014-09-09
1
-0
/
+31
*
tty: vt8500_serial: add missing support for RTS setting
Alexey Charkov
2014-09-09
1
-0
/
+8
*
tty: vt8500_serial: add support for UART in WM8880 chips
Alexey Charkov
2014-09-09
1
-14
/
+56
*
serial: vt8500: add missing braces
Roel Kluin
2013-10-16
1
-2
/
+3
*
tty: serial: vt8500: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
2013-08-28
1
-0
/
+2
*
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-27
1
-1
/
+0
*
serial: vt8500: Remove redundant use of of_match_ptr macro
Sachin Kamat
2013-06-03
1
-1
/
+1
*
Merge 3.9-rc3 into tty-next
Greg Kroah-Hartman
2013-03-22
1
-8
/
+1
|
\
|
*
tty: serial: vt8500: Unneccessary duplicated clock code removed
Tony Prisk
2013-03-12
1
-8
/
+1
*
|
serial: vt8500_serial: Convert to devm_ioremap_resource()
Sachin Kamat
2013-03-15
1
-3
/
+4
|
/
*
Merge 3.8-rc5 into tty-next
Greg Kroah-Hartman
2013-01-25
1
-1
/
+9
|
\
|
*
tty: serial: vt8500: fix return value check in vt8500_serial_probe()
Wei Yongjun
2013-01-16
1
-1
/
+1
*
|
serial: vt8500: Cleanup code using devm_ function
Tony Prisk
2013-01-18
1
-9
/
+4
*
|
serial: vt8500: UART uses gated clock rather than 24Mhz reference
Tony Prisk
2013-01-18
1
-15
/
+19
*
|
serial: vt8500: ioremap'd resource is never freed
Tony Prisk
2013-01-18
1
-2
/
+2
*
|
serial: vt8500: Fix range-checking on vt8500_uart_ports
Tony Prisk
2013-01-18
1
-2
/
+2
*
|
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-16
1
-11
/
+1
*
|
TTY: switch tty_insert_flip_char
Jiri Slaby
2013-01-16
1
-3
/
+4
|
/
*
tty: remove use of __devexit
Bill Pemberton
2012-11-22
1
-1
/
+1
*
tty: remove use of __devinit
Bill Pemberton
2012-11-22
1
-1
/
+1
*
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-11-22
1
-1
/
+1
*
serial: vt8500: fix possible memory leak in vt8500_serial_probe()
Wei Yongjun
2012-10-24
1
-4
/
+4
*
serial: vt8500: Add devicetree support for vt8500-serial
Tony Prisk
2012-09-21
1
-5
/
+53
*
tty: serial: vt8500: fix annotations for probe/remove
Wolfram Sang
2012-03-12
1
-2
/
+2
*
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-06-10
1
-2
/
+1
*
tty: remove invalid location line in file header
Jovi Zhang
2011-04-20
1
-2
/
+0
*
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
2011-01-13
1
-0
/
+648