index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2016-06-26
tty/serial: atmel: enforce tasklet init and termination sequences
Nicolas Ferre
1
-23
/
+38
2016-06-25
tty/serial: atmel: fix RS485 half duplex with DMA
Alexandre Belloni
1
-6
/
+8
2016-06-25
tty/serial: atmel: add comment for the ring buffer size macro
Ludovic Desroches
1
-0
/
+6
2016-06-25
tty/serial: atmel: split tx and rx paths
Nicolas Ferre
1
-19
/
+34
2016-06-25
tty/serial: atmel: re-integrate status check in irq handler
Nicolas Ferre
1
-26
/
+17
2016-04-29
tty/serial: atmel: fix hardware handshake selection
Alexandre Belloni
1
-1
/
+13
2016-03-08
tty/serial: at91: fix bad offset for UART timeout register
Ludovic Desroches
1
-6
/
+13
2016-03-08
tty/serial: at91: restore dynamic driver binding
Romain Izard
1
-1
/
+34
2016-02-07
serial: atmel: Use atmel_port consistently
Jaeden Amero
1
-47
/
+48
2016-02-07
serial: atmel: add support for new UART version
Nicolas Ferre
1
-3
/
+4
2016-02-07
serial: atmel: trivial: clean the IP version decoding code
Nicolas Ferre
1
-16
/
+16
2016-01-09
drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.c
Paul Gortmaker
1
-2
/
+0
2015-12-14
drivers/tty/serial: make serial/atmel_serial.c explicitly non-modular
Paul Gortmaker
1
-41
/
+4
2015-12-14
serial: atmel: convert to irq handling provided mctrl-gpio
Uwe Kleine-König
1
-122
/
+18
2015-10-18
serial: at91, fix rs485 properties
Jiri Slaby
1
-3
/
+2
2015-10-18
serial: atmel: fix compiler warning on address cast
Andre Przywara
1
-1
/
+1
2015-10-12
Merge 4.3-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2015-10-04
serial: atmel: fix error path of probe function
Uwe Kleine-König
1
-1
/
+1
2015-10-04
serial: mctrl-gpio: rename init function
Uwe Kleine-König
1
-1
/
+1
2015-10-04
serial: atmel: allow compile testing on non-atmel architectures
Uwe Kleine-König
1
-6
/
+6
2015-10-04
tty/serial: at91: move ATMEL_MAX_UART
Alexandre Belloni
1
-0
/
+6
2015-08-05
tty/serial: at91: fix I/O accesses on RHR and THR for AVR32
Cyrille Pitchen
1
-10
/
+27
2015-07-24
tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabled
Cyrille Pitchen
1
-15
/
+51
2015-07-24
tty/serial: at91: add support to FIFOs
Cyrille Pitchen
1
-6
/
+94
2015-07-24
tty/serial: at91: remove bunch of macros to access UART registers
Cyrille Pitchen
1
-154
/
+159
2015-05-24
tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send
Nicolas Ferre
1
-6
/
+3
2015-05-06
tty/serial: at91: handle IRQ status more safely
Leilei Zhao
1
-6
/
+7
2015-04-28
tty/serial: at91: maxburst was missing for dma transfers
Ludovic Desroches
1
-0
/
+2
2015-03-09
Merge 4.0-rc3 into tty-testing
Greg Kroah-Hartman
1
-12
/
+17
2015-03-07
tty/serial: at91: correct the usage of tasklet
Leilei Zhao
1
-0
/
+4
2015-03-07
tty/serial: at91: set ops in property init each time
Leilei Zhao
1
-0
/
+1
2015-03-07
tty/serial: at91: revise the return type of atmel_init_property
Leilei Zhao
1
-4
/
+3
2015-03-07
tty/serial: at91: correct buffer size used in DMA
Leilei Zhao
1
-1
/
+1
2015-03-07
tty/serial: at91: correct check of buf used in DMA
Leilei Zhao
1
-2
/
+2
2015-03-07
serial: atmel: fix error handling when mctrl_gpio_init fails
Uwe Kleine-König
1
-5
/
+6
2015-03-06
tty: serial: atmel: rework interrupt and wakeup handling
Boris BREZILLON
1
-4
/
+45
2015-01-10
tty/serial: at91: fix typo and indentation
Cyrille Pitchen
1
-18
/
+22
2015-01-10
tty/serial: at91: fix RTS line management when hardware handshake is enabled
Cyrille Pitchen
1
-30
/
+61
2015-01-10
tty/serial: at91: fix error handling in atmel_serial_probe()
Cyrille Pitchen
1
-1
/
+3
2015-01-10
tty/serial: at91: enable peripheral clock before accessing I/O registers
Cyrille Pitchen
1
-0
/
+12
2015-01-10
tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...
Cyrille Pitchen
1
-3
/
+3
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-07
tty/serial_core: Introduce lock mechanism for RS485
Ricardo Ribalda Delgado
1
-6
/
+4
2014-11-07
serial/atmel: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
1
-55
/
+24
2014-11-07
serial: Test/disable MSIs if switching from N_PPS
Peter Hurley
1
-0
/
+5
2014-11-07
serial: Take uart port lock for direct *_enable_ms()
Peter Hurley
1
-0
/
+2
2014-11-07
serial: core: Pass termios to set_ldisc() notifications
Peter Hurley
1
-2
/
+2
2014-11-07
serial: at91: Use dmaengine_slave_config API
Maxime Ripard
1
-6
/
+4
2014-11-07
tty/serial: at91: fix rx ring buffer management
Cyrille Pitchen
1
-39
/
+55
2014-11-06
serial: Refactor uart_flush_buffer() from uart_close()
Peter Hurley
1
-13
/
+15
[next]