aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)Author
2023-07-27serial: atmel: don't enable IRQs prematurelyDan Carpenter
2023-01-24serial: atmel: fix incorrect baudrate setupTobias Schramm
2022-09-28tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga
2022-09-28serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo
2022-09-28tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com
2022-01-27tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus
2022-01-27tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus
2020-02-28tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre
2019-12-31tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-09-04tty/serial: atmel: remove unneeded atmel_get_lines_status functionRichard Genoud
2019-09-04tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu
2019-09-04tty/serial: atmel: remove redundant assignment to retColin Ian King
2019-03-28tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu
2019-03-28tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu
2019-03-19tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu
2018-10-02tty/serial: atmel: add ISO7816 supportNicolas Ferre
2018-09-10tty/serial: atmel: Change the driver to work under at91-usart MFDRadu Pirea
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-14tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior
2018-02-28tty/serial: atmel: add new version check for usartJonas Danielsson
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-04tty/serial: atmel: Convert timers to use timer_setup()Kees Cook
2017-10-04tty/serial: atmel: Prevent a warning on suspendRomain Izard
2017-09-18serial: atmel: Use common rs485 device tree parsing functionSascha Hauer
2017-06-14tty/serial: atmel: make the driver DT onlyAlexandre Belloni
2017-06-14tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni
2017-06-09tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko
2017-05-18tty/serial: atmel: use offset_in_page() macroGeliang Tang
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman
2017-03-31tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre
2017-03-31tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud
2017-03-14tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud
2017-03-14tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni
2017-03-14tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni
2017-02-14atmel_serial: Use the fractional divider when possibleRomain Izard
2017-02-10tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni
2017-01-11tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud
2017-01-11tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud
2016-10-28tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud
2016-09-27tty/serial: atmel: fix fractional baud rate computationAlexey Starikovskiy
2016-09-15BUG: atmel_serial: Interrupts not disabled on closeRichard Genoud
2016-09-02tty/serial: at91: constify uart_ops structuresJulia Lawall
2016-08-31tty/serial: at91: use of_property_read_boolJulia Lawall
2016-08-31tty/serial: atmel: add fractional baud rate supportLudovic Desroches
2016-06-26tty/serial: atmel: enforce tasklet init and termination sequencesNicolas Ferre
2016-06-25tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni
2016-06-25tty/serial: atmel: add comment for the ring buffer size macroLudovic Desroches
2016-06-25tty/serial: atmel: split tx and rx pathsNicolas Ferre