summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tty/serial: at91: add support to FIFOsCyrille Pitchen2015-07-231-6/+94
* tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen2015-07-231-154/+159
* tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre2015-05-241-6/+3
* tty/serial: at91: handle IRQ status more safelyLeilei Zhao2015-05-061-6/+7
* tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches2015-04-281-0/+2
* Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-091-12/+17
|\
| * tty/serial: at91: correct the usage of taskletLeilei Zhao2015-03-071-0/+4
| * tty/serial: at91: set ops in property init each timeLeilei Zhao2015-03-071-0/+1
| * tty/serial: at91: revise the return type of atmel_init_propertyLeilei Zhao2015-03-071-4/+3
| * tty/serial: at91: correct buffer size used in DMALeilei Zhao2015-03-071-1/+1
| * tty/serial: at91: correct check of buf used in DMALeilei Zhao2015-03-071-2/+2
| * serial: atmel: fix error handling when mctrl_gpio_init failsUwe Kleine-König2015-03-071-5/+6
* | tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON2015-03-061-4/+45
|/
* tty/serial: at91: fix typo and indentationCyrille Pitchen2015-01-091-18/+22
* tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen2015-01-091-30/+61
* tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen2015-01-091-1/+3
* tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen2015-01-091-0/+12
* tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...Cyrille Pitchen2015-01-091-3/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado2014-11-061-6/+4
* | serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado2014-11-061-55/+24
* | serial: Test/disable MSIs if switching from N_PPSPeter Hurley2014-11-061-0/+5
* | serial: Take uart port lock for direct *_enable_ms()Peter Hurley2014-11-061-0/+2
* | serial: core: Pass termios to set_ldisc() notificationsPeter Hurley2014-11-061-2/+2
* | serial: at91: Use dmaengine_slave_config APIMaxime Ripard2014-11-061-6/+4
* | tty/serial: at91: fix rx ring buffer managementCyrille Pitchen2014-11-061-39/+55
OpenPOWER on IntegriCloud