summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)Author
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
2016-06-25tty/serial: atmel: re-integrate status check in irq handlerNicolas Ferre
2016-04-28tty/serial: atmel: fix hardware handshake selectionAlexandre Belloni
2016-03-07tty/serial: at91: fix bad offset for UART timeout registerLudovic Desroches
2016-03-07tty/serial: at91: restore dynamic driver bindingRomain Izard
2016-02-06serial: atmel: Use atmel_port consistentlyJaeden Amero
2016-02-06serial: atmel: add support for new UART versionNicolas Ferre
2016-02-06serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre
2016-01-08drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker
2015-12-13drivers/tty/serial: make serial/atmel_serial.c explicitly non-modularPaul Gortmaker
2015-12-13serial: atmel: convert to irq handling provided mctrl-gpioUwe Kleine-König
2015-10-17serial: at91, fix rs485 propertiesJiri Slaby
2015-10-17serial: atmel: fix compiler warning on address castAndre Przywara