index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
atmel_serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-14
tty/serial: atmel: make the driver DT only
Alexandre Belloni
1
-63
/
+33
2017-06-14
tty/serial: atmel: remove atmel_default_console_device handling
Alexandre Belloni
1
-43
/
+0
2017-06-09
tty/serial: atmel: Remove AVR32 bits from the driver
Andy Shevchenko
1
-19
/
+1
2017-05-18
tty/serial: atmel: use offset_in_page() macro
Geliang Tang
1
-2
/
+3
2017-04-03
Merge 4.11-rc5 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2017-03-31
tty/serial: atmel: fix TX path in atmel_console_write()
Nicolas Ferre
1
-0
/
+3
2017-03-31
tty/serial: atmel: fix race condition (TX+DMA)
Richard Genoud
1
-0
/
+5
2017-03-14
tty/serial: atmel: move atmel_serial header into driver directory
Richard Genoud
1
-1
/
+1
2017-03-14
tty/serial: atmel: remove cache when unnecessary
Alexandre Belloni
1
-0
/
+2
2017-03-14
tty/serial: atmel: increase ATMEL_MAX_UART
Alexandre Belloni
1
-1
/
+2
2017-02-14
atmel_serial: Use the fractional divider when possible
Romain Izard
1
-3
/
+4
2017-02-10
tty/serial: atmel: ensure state is restored after suspending
Alexandre Belloni
1
-0
/
+44
2017-01-11
tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done
Richard Genoud
1
-6
/
+5
2017-01-11
tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx
Richard Genoud
1
-0
/
+11
2016-10-28
tty/serial: at91: fix hardware handshake on Atmel platforms
Richard Genoud
1
-4
/
+22
2016-09-27
tty/serial: atmel: fix fractional baud rate computation
Alexey Starikovskiy
1
-4
/
+6
2016-09-15
BUG: atmel_serial: Interrupts not disabled on close
Richard Genoud
1
-2
/
+3
2016-09-02
tty/serial: at91: constify uart_ops structures
Julia Lawall
1
-1
/
+1
2016-08-31
tty/serial: at91: use of_property_read_bool
Julia Lawall
1
-4
/
+4
2016-08-31
tty/serial: atmel: add fractional baud rate support
Ludovic Desroches
1
-8
/
+33
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-28
tty/serial: atmel: fix hardware handshake selection
Alexandre Belloni
1
-1
/
+13
2016-03-07
tty/serial: at91: fix bad offset for UART timeout register
Ludovic Desroches
1
-6
/
+13
2016-03-07
tty/serial: at91: restore dynamic driver binding
Romain Izard
1
-1
/
+34
2016-02-06
serial: atmel: Use atmel_port consistently
Jaeden Amero
1
-47
/
+48
2016-02-06
serial: atmel: add support for new UART version
Nicolas Ferre
1
-3
/
+4
2016-02-06
serial: atmel: trivial: clean the IP version decoding code
Nicolas Ferre
1
-16
/
+16
2016-01-08
drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.c
Paul Gortmaker
1
-2
/
+0
2015-12-13
drivers/tty/serial: make serial/atmel_serial.c explicitly non-modular
Paul Gortmaker
1
-41
/
+4
2015-12-13
serial: atmel: convert to irq handling provided mctrl-gpio
Uwe Kleine-König
1
-122
/
+18
2015-10-17
serial: at91, fix rs485 properties
Jiri Slaby
1
-3
/
+2
2015-10-17
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-04
tty/serial: at91: fix I/O accesses on RHR and THR for AVR32
Cyrille Pitchen
1
-10
/
+27
2015-07-23
tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabled
Cyrille Pitchen
1
-15
/
+51
2015-07-23
tty/serial: at91: add support to FIFOs
Cyrille Pitchen
1
-6
/
+94
2015-07-23
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
[next]