index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
atmel_serial.c
Age
Commit message (
Expand
)
Author
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-18
tty: atmel_serial: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-03-12
tty/serial: atmel: Use uart_console() helper
Andy Shevchenko
2020-03-06
tty: serial: atmel_serial: Drop GPIO includes
Linus Walleij
2020-02-10
tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode
Nicolas Ferre
2020-01-14
tty/serial: atmel: use true,false for bool variable
Zheng Bin
2020-01-10
tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending data
Codrin.Ciubotariu@microchip.com
2019-12-23
Merge 5.5-rc3 into tty-next
Greg Kroah-Hartman
2019-12-18
tty/serial: Migrate atmel_serial to use has_sysrq
Dmitry Safonov
2019-12-18
Revert "tty/serial: atmel: fix out of range clock divider handling"
Greg Kroah-Hartman
2019-12-17
tty/serial: atmel: fix out of range clock divider handling
David Engraf
2019-12-12
tty/serial: atmel: fix out of range clock divider handling
David Engraf
2019-09-04
tty/serial: atmel: remove unneeded atmel_get_lines_status function
Richard Genoud
2019-09-04
tty/serial: atmel: reschedule TX after RX was started
Razvan Stefanescu
2019-09-04
tty/serial: atmel: remove redundant assignment to ret
Colin Ian King
2019-03-28
tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
Razvan Stefanescu
2019-03-28
tty/serial: atmel: Add is_half_duplex helper
Razvan Stefanescu
2019-03-19
tty: atmel_serial: fix a potential NULL pointer dereference
Kangjie Lu
2018-10-02
tty/serial: atmel: add ISO7816 support
Nicolas Ferre
2018-09-10
tty/serial: atmel: Change the driver to work under at91-usart MFD
Radu Pirea
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-14
tty/serial: atmel: use port->name as name in request_irq()
Sebastian Andrzej Siewior
2018-02-28
tty/serial: atmel: add new version check for usart
Jonas Danielsson
2017-11-28
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-04
tty/serial: atmel: Convert timers to use timer_setup()
Kees Cook
2017-10-04
tty/serial: atmel: Prevent a warning on suspend
Romain Izard
2017-09-18
serial: atmel: Use common rs485 device tree parsing function
Sascha Hauer
2017-06-14
tty/serial: atmel: make the driver DT only
Alexandre Belloni
2017-06-14
tty/serial: atmel: remove atmel_default_console_device handling
Alexandre Belloni
2017-06-09
tty/serial: atmel: Remove AVR32 bits from the driver
Andy Shevchenko
2017-05-18
tty/serial: atmel: use offset_in_page() macro
Geliang Tang
2017-04-03
Merge 4.11-rc5 into tty-next
Greg Kroah-Hartman
2017-03-31
tty/serial: atmel: fix TX path in atmel_console_write()
Nicolas Ferre
2017-03-31
tty/serial: atmel: fix race condition (TX+DMA)
Richard Genoud
2017-03-14
tty/serial: atmel: move atmel_serial header into driver directory
Richard Genoud
2017-03-14
tty/serial: atmel: remove cache when unnecessary
Alexandre Belloni
2017-03-14
tty/serial: atmel: increase ATMEL_MAX_UART
Alexandre Belloni
2017-02-14
atmel_serial: Use the fractional divider when possible
Romain Izard
2017-02-10
tty/serial: atmel: ensure state is restored after suspending
Alexandre Belloni
2017-01-11
tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done
Richard Genoud
2017-01-11
tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx
Richard Genoud
2016-10-28
tty/serial: at91: fix hardware handshake on Atmel platforms
Richard Genoud
2016-09-27
tty/serial: atmel: fix fractional baud rate computation
Alexey Starikovskiy
2016-09-15
BUG: atmel_serial: Interrupts not disabled on close
Richard Genoud
2016-09-02
tty/serial: at91: constify uart_ops structures
Julia Lawall
2016-08-31
tty/serial: at91: use of_property_read_bool
Julia Lawall
[next]