aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)Author
2020-02-28tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre
2020-01-04tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-09-21tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu
2019-04-05tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu
2019-04-05tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu
2019-04-03tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu
2018-06-16tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior
2018-03-19tty/serial: atmel: add new version check for usartJonas Danielsson
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
2015-10-12Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König
2015-10-04serial: mctrl-gpio: rename init functionUwe Kleine-König
2015-10-04serial: atmel: allow compile testing on non-atmel architecturesUwe Kleine-König
2015-10-04tty/serial: at91: move ATMEL_MAX_UARTAlexandre Belloni
2015-08-04tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen