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
/
atmel_serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-19
serial: atmel: fix incorrect baudrate setup
Tobias Schramm
1
-7
/
+1
2022-11-23
serial: atmel: don't stop the transmitter when doing PIO
Jiri Slaby (SUSE)
1
-10
/
+15
2022-11-23
serial: atmel: cleanup atmel_start+stop_tx()
Jiri Slaby (SUSE)
1
-7
/
+9
2022-11-03
serial: atmel: Use uart_xmit_advance()
Ilpo Järvinen
1
-9
/
+2
2022-11-03
tty: serial: use uart_port_tx() helper
Jiri Slaby (SUSE)
1
-22
/
+6
2022-09-22
tty: serial: atmel: Make the driver aware of the existence of GCLK
Sergiu Moga
1
-1
/
+57
2022-09-22
tty: serial: atmel: Only divide Clock Divisor if the IP is USART
Sergiu Moga
1
-1
/
+16
2022-09-22
tty: serial: atmel: Separate mode clearing between UART and USART
Sergiu Moga
1
-2
/
+5
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
1
-3
/
+1
2022-08-30
tty: serial: atmel: Preserve previous USART mode if RS485 disabled
Sergiu Moga
1
-3
/
+1
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-2
/
+3
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
1
-1
/
+1
2022-06-27
tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()
Claudiu Beznea
1
-16
/
+0
2022-06-27
tty: serial: atmel: use devm_clk_get()
Claudiu Beznea
1
-35
/
+15
2022-06-27
tty: serial: atmel: stop using legacy pm ops
Claudiu Beznea
1
-17
/
+11
2022-06-10
serial: atmel: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-04-15
serial: atmel: remove redundant assignment in rs485_config
Lino Sanfilippo
1
-3
/
+1
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2022-02-21
tty: serial: atmel: add earlycon support
Michael Walle
1
-0
/
+24
2022-01-26
serial: atmel_serial: include circ_buf.h
Jiri Slaby
1
-0
/
+1
2021-12-17
serial: atmel: Use platform_get_irq() to get the interrupt
Rob Herring
1
-1
/
+1
2021-11-26
tty: serial: atmel: Call dma_async_issue_pending()
Tudor Ambarus
1
-0
/
+4
2021-11-26
tty: serial: atmel: Check return code of dmaengine_submit()
Tudor Ambarus
1
-0
/
+10
2021-10-10
tty: serial: atmel: use macros instead of hardcoded values
Claudiu Beznea
1
-2
/
+2
2021-05-13
tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-04-22
serial: atmel_serial: drop low-latency workaround
Johan Hovold
1
-18
/
+0
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-18
tty: atmel_serial: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-10
/
+10
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
1
-2
/
+4
2020-03-12
tty/serial: atmel: Use uart_console() helper
Andy Shevchenko
1
-15
/
+5
2020-03-06
tty: serial: atmel_serial: Drop GPIO includes
Linus Walleij
1
-3
/
+0
2020-02-10
tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode
Nicolas Ferre
1
-1
/
+2
2020-01-14
tty/serial: atmel: use true,false for bool variable
Zheng Bin
1
-3
/
+3
2020-01-10
tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending data
Codrin.Ciubotariu@microchip.com
1
-7
/
+19
2019-12-23
Merge 5.5-rc3 into tty-next
Greg Kroah-Hartman
1
-21
/
+22
2019-12-18
tty/serial: Migrate atmel_serial to use has_sysrq
Dmitry Safonov
1
-8
/
+1
2019-12-18
Revert "tty/serial: atmel: fix out of range clock divider handling"
Greg Kroah-Hartman
1
-3
/
+3
2019-12-17
tty/serial: atmel: fix out of range clock divider handling
David Engraf
1
-21
/
+22
2019-12-12
tty/serial: atmel: fix out of range clock divider handling
David Engraf
1
-3
/
+3
2019-09-04
tty/serial: atmel: remove unneeded atmel_get_lines_status function
Richard Genoud
1
-46
/
+2
2019-09-04
tty/serial: atmel: reschedule TX after RX was started
Razvan Stefanescu
1
-1
/
+0
2019-09-04
tty/serial: atmel: remove redundant assignment to ret
Colin Ian King
1
-1
/
+1
2019-03-28
tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
Razvan Stefanescu
1
-3
/
+21
2019-03-28
tty/serial: atmel: Add is_half_duplex helper
Razvan Stefanescu
1
-12
/
+12
2019-03-19
tty: atmel_serial: fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+4
2018-10-02
tty/serial: atmel: add ISO7816 support
Nicolas Ferre
1
-11
/
+179
2018-09-10
tty/serial: atmel: Change the driver to work under at91-usart MFD
Radu Pirea
1
-15
/
+27
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+3
[next]