aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)Author
2023-07-23serial: atmel: don't enable IRQs prematurelyDan Carpenter
2023-01-24serial: atmel: fix incorrect baudrate setupTobias Schramm
2022-09-23tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga
2022-09-23serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo
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
2021-05-13tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-04-22serial: atmel_serial: drop low-latency workaroundJohan Hovold
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18tty: atmel_serial: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-03-12tty/serial: atmel: Use uart_console() helperAndy Shevchenko
2020-03-06tty: serial: atmel_serial: Drop GPIO includesLinus Walleij
2020-02-10tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre
2020-01-14tty/serial: atmel: use true,false for bool variableZheng Bin
2020-01-10tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman
2019-12-18tty/serial: Migrate atmel_serial to use has_sysrqDmitry Safonov
2019-12-18Revert "tty/serial: atmel: fix out of range clock divider handling"Greg Kroah-Hartman
2019-12-17tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-12-12tty/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