summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: atmel: use macros instead of hardcoded valuesClaudiu Beznea2021-10-101-2/+2
* tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang2021-05-131-1/+1
* serial: atmel_serial: drop low-latency workaroundJohan Hovold2021-04-221-18/+0
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | tty: atmel_serial: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-10/+10
|/
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-2/+4
* tty/serial: atmel: Use uart_console() helperAndy Shevchenko2020-03-121-15/+5
* tty: serial: atmel_serial: Drop GPIO includesLinus Walleij2020-03-061-3/+0
* tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre2020-02-101-1/+2
* tty/serial: atmel: use true,false for bool variableZheng Bin2020-01-141-3/+3
* tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com2020-01-101-7/+19
* Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman2019-12-231-21/+22
|\
| * tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-171-21/+22
* | tty/serial: Migrate atmel_serial to use has_sysrqDmitry Safonov2019-12-181-8/+1
* | Revert "tty/serial: atmel: fix out of range clock divider handling"Greg Kroah-Hartman2019-12-181-3/+3
* | tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-121-3/+3
|/
* tty/serial: atmel: remove unneeded atmel_get_lines_status functionRichard Genoud2019-09-041-46/+2
* tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu2019-09-041-1/+0
* tty/serial: atmel: remove redundant assignment to retColin Ian King2019-09-041-1/+1
* tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu2019-03-281-3/+21
* tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-03-281-12/+12
* tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
* tty/serial: atmel: add ISO7816 supportNicolas Ferre2018-10-021-11/+179
* tty/serial: atmel: Change the driver to work under at91-usart MFDRadu Pirea2018-09-101-15/+27
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior2018-05-141-3/+2
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-02-281-0/+1
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-15/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty/serial: atmel: Convert timers to use timer_setup()Kees Cook2017-11-041-6/+5
* tty/serial: atmel: Prevent a warning on suspendRomain Izard2017-10-041-0/+13
* serial: atmel: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-24/+1
* tty/serial: atmel: make the driver DT onlyAlexandre Belloni2017-06-141-63/+33
* tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni2017-06-141-43/+0
* tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko2017-06-091-19/+1
* tty/serial: atmel: use offset_in_page() macroGeliang Tang2017-05-181-2/+3
* Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman2017-04-031-0/+8
|\
| * tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre2017-03-311-0/+3
| * tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud2017-03-311-0/+5
* | tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud2017-03-141-1/+1
* | tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni2017-03-141-0/+2
* | tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni2017-03-141-1/+2
|/
* atmel_serial: Use the fractional divider when possibleRomain Izard2017-02-141-3/+4
* tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni2017-02-101-0/+44
* tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud2017-01-111-6/+5
* tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud2017-01-111-0/+11
* tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud2016-10-281-4/+22
* tty/serial: atmel: fix fractional baud rate computationAlexey Starikovskiy2016-09-271-4/+6