aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-10tty: serial: atmel: use macros instead of hardcoded valuesClaudiu Beznea1-2/+2
2021-05-13tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-04-22serial: atmel_serial: drop low-latency workaroundJohan Hovold1-18/+0
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18tty: atmel_serial: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+10
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-2/+4
2020-03-12tty/serial: atmel: Use uart_console() helperAndy Shevchenko1-15/+5
2020-03-06tty: serial: atmel_serial: Drop GPIO includesLinus Walleij1-3/+0
2020-02-10tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre1-1/+2
2020-01-14tty/serial: atmel: use true,false for bool variableZheng Bin1-3/+3
2020-01-10tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com1-7/+19
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman1-21/+22
2019-12-18tty/serial: Migrate atmel_serial to use has_sysrqDmitry Safonov1-8/+1
2019-12-18Revert "tty/serial: atmel: fix out of range clock divider handling"Greg Kroah-Hartman1-3/+3
2019-12-17tty/serial: atmel: fix out of range clock divider handlingDavid Engraf1-21/+22
2019-12-12tty/serial: atmel: fix out of range clock divider handlingDavid Engraf1-3/+3
2019-09-04tty/serial: atmel: remove unneeded atmel_get_lines_status functionRichard Genoud1-46/+2
2019-09-04tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu1-1/+0
2019-09-04tty/serial: atmel: remove redundant assignment to retColin Ian King1-1/+1
2019-03-28tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu1-3/+21
2019-03-28tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu1-12/+12
2019-03-19tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2018-10-02tty/serial: atmel: add ISO7816 supportNicolas Ferre1-11/+179
2018-09-10tty/serial: atmel: Change the driver to work under at91-usart MFDRadu Pirea1-15/+27
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-05-14tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior1-3/+2
2018-02-28tty/serial: atmel: add new version check for usartJonas Danielsson1-0/+1
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04tty/serial: atmel: Convert timers to use timer_setup()Kees Cook1-6/+5
2017-10-04tty/serial: atmel: Prevent a warning on suspendRomain Izard1-0/+13
2017-09-18serial: atmel: Use common rs485 device tree parsing functionSascha Hauer1-24/+1
2017-06-14tty/serial: atmel: make the driver DT onlyAlexandre Belloni1-63/+33
2017-06-14tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni1-43/+0
2017-06-09tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko1-19/+1
2017-05-18tty/serial: atmel: use offset_in_page() macroGeliang Tang1-2/+3
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman1-0/+8
2017-03-31tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre1-0/+3
2017-03-31tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud1-0/+5
2017-03-14tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud1-1/+1
2017-03-14tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni1-0/+2
2017-03-14tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni1-1/+2
2017-02-14atmel_serial: Use the fractional divider when possibleRomain Izard1-3/+4
2017-02-10tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni1-0/+44
2017-01-11tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2017-01-11tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud1-0/+11
2016-10-28tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud1-4/+22
2016-09-27tty/serial: atmel: fix fractional baud rate computationAlexey Starikovskiy1-4/+6