index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
ar933x_uart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-03
serial: ar933x: Use uart_xmit_advance()
Ilpo Järvinen
1
-2
/
+1
2022-09-22
serial: ar933x: Deassert Transmit Enable on ->rs485_config()
Lukas Wunner
1
-0
/
+7
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-07-14
serial: ar933x: Remove superfluous code in ar933x_config_rs485()
Lino Sanfilippo
1
-9
/
+0
2022-07-14
serial: ar933x: Fix check for RS485 support
Lino Sanfilippo
1
-4
/
+5
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
1
-2
/
+2
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
1
-1
/
+1
2022-06-10
serial: ar933x: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2021-12-30
serial: ar933x: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-7
/
+5
2021-04-22
serial: ar933x: drop low-latency workaround
Johan Hovold
1
-2
/
+0
2020-11-12
serial: ar933x_uart: disable clk on error handling path in probe
Zheng Zengkai
1
-2
/
+4
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
1
-2
/
+4
2020-03-06
serial: ar933x_uart: add RS485 support
Daniel Golle
1
-6
/
+107
2020-02-10
serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE
Daniel Golle
1
-0
/
+8
2019-03-19
serial: ar933x_uart: Fix build failure with disabled console
Petr Štetiar
1
-16
/
+8
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
1
-1
/
+1
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-2
/
+2
2015-03-07
serial: ar933x_uart: Fix off-by-one for checking valid alias id
Axel Lin
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-05
tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_port
Fabian Frederick
1
-10
/
+20
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-09
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-5
/
+0
2013-08-30
tty: ar933x_uart: add device tree support and binding documentation
Gabor Juhos
1
-3
/
+25
2013-08-28
tty: ar933x_uart: use config_enabled() macro to clean up ifdefs
Gabor Juhos
1
-13
/
+12
2013-08-28
tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nr
Gabor Juhos
1
-1
/
+0
2013-08-28
tty: ar933x_uart: use the clk API to get the uart clock
Gabor Juhos
1
-9
/
+26
2013-08-27
tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()
Viresh Kumar
1
-0
/
+2
2013-08-14
tty: ar933x_uart: simplify use of devm_ioremap_resource
Julia Lawall
1
-6
/
+1
2013-08-12
tty: ar933x_uart: convert to use devm_* functions
Gabor Juhos
1
-18
/
+8
2013-07-31
serial: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-07-26
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-6
/
+1
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-7
/
+3
2012-11-21
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-15
tty/serial/ar933x_uart: fix baud rate calculation
Gabor Juhos
1
-5
/
+85
2011-12-07
SERIAL: AR933X: Add driver for the built-in UART of the SoC
Gabor Juhos
1
-0
/
+688