summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
Commit message (Expand)AuthorAgeFilesLines
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-02-281-0/+1
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-15/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty/serial: atmel: Convert timers to use timer_setup()Kees Cook2017-11-041-6/+5
* tty/serial: atmel: Prevent a warning on suspendRomain Izard2017-10-041-0/+13
* serial: atmel: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-24/+1
* tty/serial: atmel: make the driver DT onlyAlexandre Belloni2017-06-141-63/+33
* tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni2017-06-141-43/+0
* tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko2017-06-091-19/+1
* tty/serial: atmel: use offset_in_page() macroGeliang Tang2017-05-181-2/+3
* Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman2017-04-031-0/+8
|\
| * tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre2017-03-311-0/+3
| * tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud2017-03-311-0/+5
* | tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud2017-03-141-1/+1
* | tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni2017-03-141-0/+2
* | tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni2017-03-141-1/+2
|/
* atmel_serial: Use the fractional divider when possibleRomain Izard2017-02-141-3/+4
* tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni2017-02-101-0/+44
* tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud2017-01-111-6/+5
* tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud2017-01-111-0/+11
* tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud2016-10-281-4/+22
* tty/serial: atmel: fix fractional baud rate computationAlexey Starikovskiy2016-09-271-4/+6
* BUG: atmel_serial: Interrupts not disabled on closeRichard Genoud2016-09-151-2/+3
* tty/serial: at91: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* tty/serial: at91: use of_property_read_boolJulia Lawall2016-08-311-4/+4
* tty/serial: atmel: add fractional baud rate supportLudovic Desroches2016-08-311-8/+33
* tty/serial: atmel: enforce tasklet init and termination sequencesNicolas Ferre2016-06-261-23/+38
* tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni2016-06-251-6/+8
* tty/serial: atmel: add comment for the ring buffer size macroLudovic Desroches2016-06-251-0/+6
* tty/serial: atmel: split tx and rx pathsNicolas Ferre2016-06-251-19/+34
* tty/serial: atmel: re-integrate status check in irq handlerNicolas Ferre2016-06-251-26/+17
* tty/serial: atmel: fix hardware handshake selectionAlexandre Belloni2016-04-281-1/+13
* tty/serial: at91: fix bad offset for UART timeout registerLudovic Desroches2016-03-071-6/+13
* tty/serial: at91: restore dynamic driver bindingRomain Izard2016-03-071-1/+34
* serial: atmel: Use atmel_port consistentlyJaeden Amero2016-02-061-47/+48
* serial: atmel: add support for new UART versionNicolas Ferre2016-02-061-3/+4
* serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre2016-02-061-16/+16
* drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker2016-01-081-2/+0
* drivers/tty/serial: make serial/atmel_serial.c explicitly non-modularPaul Gortmaker2015-12-131-41/+4
* serial: atmel: convert to irq handling provided mctrl-gpioUwe Kleine-König2015-12-131-122/+18
* serial: at91, fix rs485 propertiesJiri Slaby2015-10-171-3/+2
* serial: atmel: fix compiler warning on address castAndre Przywara2015-10-171-1/+1
* Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman2015-10-121-1/+1
|\
| * serial: atmel: fix error path of probe functionUwe Kleine-König2015-10-041-1/+1
* | serial: mctrl-gpio: rename init functionUwe Kleine-König2015-10-041-1/+1
* | serial: atmel: allow compile testing on non-atmel architecturesUwe Kleine-König2015-10-041-6/+6
* | tty/serial: at91: move ATMEL_MAX_UARTAlexandre Belloni2015-10-041-0/+6
|/
* tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen2015-08-041-10/+27
* tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen2015-07-231-15/+51
OpenPOWER on IntegriCloud