summaryrefslogtreecommitdiff
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-18tty/serial: atmel: add new version check for usartJonas Danielsson
2017-04-08tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre
2017-04-08tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud
2017-01-19tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud
2017-01-19tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard 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
2015-07-23tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen
2015-07-23tty/serial: at91: add support to FIFOsCyrille Pitchen
2015-07-23tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen
2015-05-24tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre
2015-05-06tty/serial: at91: handle IRQ status more safelyLeilei Zhao
2015-04-28tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman
2015-03-07tty/serial: at91: correct the usage of taskletLeilei Zhao
2015-03-07tty/serial: at91: set ops in property init each timeLeilei Zhao
2015-03-07tty/serial: at91: revise the return type of atmel_init_propertyLeilei Zhao