aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-14tty/serial: atmel: make the driver DT onlyAlexandre Belloni1-63/+33
2017-06-14tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni1-43/+0
2017-06-09tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko1-19/+1
2017-05-18tty/serial: atmel: use offset_in_page() macroGeliang Tang1-2/+3
2017-04-03Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman1-0/+8
2017-03-31tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre1-0/+3
2017-03-31tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud1-0/+5
2017-03-14tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud1-1/+1
2017-03-14tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni1-0/+2
2017-03-14tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni1-1/+2
2017-02-14atmel_serial: Use the fractional divider when possibleRomain Izard1-3/+4
2017-02-10tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni1-0/+44
2017-01-11tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2017-01-11tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud1-0/+11
2016-10-28tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud1-4/+22
2016-09-27tty/serial: atmel: fix fractional baud rate computationAlexey Starikovskiy1-4/+6
2016-09-15BUG: atmel_serial: Interrupts not disabled on closeRichard Genoud1-2/+3
2016-09-02tty/serial: at91: constify uart_ops structuresJulia Lawall1-1/+1
2016-08-31tty/serial: at91: use of_property_read_boolJulia Lawall1-4/+4
2016-08-31tty/serial: atmel: add fractional baud rate supportLudovic Desroches1-8/+33
2016-06-26tty/serial: atmel: enforce tasklet init and termination sequencesNicolas Ferre1-23/+38
2016-06-25tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni1-6/+8
2016-06-25tty/serial: atmel: add comment for the ring buffer size macroLudovic Desroches1-0/+6
2016-06-25tty/serial: atmel: split tx and rx pathsNicolas Ferre1-19/+34
2016-06-25tty/serial: atmel: re-integrate status check in irq handlerNicolas Ferre1-26/+17
2016-04-28tty/serial: atmel: fix hardware handshake selectionAlexandre Belloni1-1/+13
2016-03-07tty/serial: at91: fix bad offset for UART timeout registerLudovic Desroches1-6/+13
2016-03-07tty/serial: at91: restore dynamic driver bindingRomain Izard1-1/+34
2016-02-06serial: atmel: Use atmel_port consistentlyJaeden Amero1-47/+48
2016-02-06serial: atmel: add support for new UART versionNicolas Ferre1-3/+4
2016-02-06serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre1-16/+16
2016-01-08drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker1-2/+0
2015-12-13drivers/tty/serial: make serial/atmel_serial.c explicitly non-modularPaul Gortmaker1-41/+4
2015-12-13serial: atmel: convert to irq handling provided mctrl-gpioUwe Kleine-König1-122/+18
2015-10-17serial: at91, fix rs485 propertiesJiri Slaby1-3/+2
2015-10-17serial: atmel: fix compiler warning on address castAndre Przywara1-1/+1
2015-10-12Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-04serial: mctrl-gpio: rename init functionUwe Kleine-König1-1/+1
2015-10-04serial: atmel: allow compile testing on non-atmel architecturesUwe Kleine-König1-6/+6
2015-10-04tty/serial: at91: move ATMEL_MAX_UARTAlexandre Belloni1-0/+6
2015-08-04tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen1-10/+27
2015-07-23tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen1-15/+51
2015-07-23tty/serial: at91: add support to FIFOsCyrille Pitchen1-6/+94
2015-07-23tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen1-154/+159
2015-05-24tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-6/+3
2015-05-06tty/serial: at91: handle IRQ status more safelyLeilei Zhao1-6/+7
2015-04-28tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches1-0/+2
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman1-12/+17
2015-03-07tty/serial: at91: correct the usage of taskletLeilei Zhao1-0/+4