summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
Commit message (Expand)AuthorAge
...
* tty/serial: at91: add support to FIFOsCyrille Pitchen2015-07-23
* tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen2015-07-23
* tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre2015-05-24
* tty/serial: at91: handle IRQ status more safelyLeilei Zhao2015-05-06
* tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches2015-04-28
* Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-09
|\
| * tty/serial: at91: correct the usage of taskletLeilei Zhao2015-03-07
| * tty/serial: at91: set ops in property init each timeLeilei Zhao2015-03-07
| * tty/serial: at91: revise the return type of atmel_init_propertyLeilei Zhao2015-03-07
| * tty/serial: at91: correct buffer size used in DMALeilei Zhao2015-03-07
| * tty/serial: at91: correct check of buf used in DMALeilei Zhao2015-03-07
| * serial: atmel: fix error handling when mctrl_gpio_init failsUwe Kleine-König2015-03-07
* | tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON2015-03-06
|/
* tty/serial: at91: fix typo and indentationCyrille Pitchen2015-01-09
* tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen2015-01-09
* tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen2015-01-09
* tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen2015-01-09
* tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...Cyrille Pitchen2015-01-09
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado2014-11-06
* | serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado2014-11-06
* | serial: Test/disable MSIs if switching from N_PPSPeter Hurley2014-11-06
* | serial: Take uart port lock for direct *_enable_ms()Peter Hurley2014-11-06
* | serial: core: Pass termios to set_ldisc() notificationsPeter Hurley2014-11-06
* | serial: at91: Use dmaengine_slave_config APIMaxime Ripard2014-11-06
* | tty/serial: at91: fix rx ring buffer managementCyrille Pitchen2014-11-06
* | serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley2014-11-05
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-18
|\
| * serial: atmel: add missing dmaengine headerVinod Koul2014-10-16
* | tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud2014-09-08
|/
* drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang2014-07-22
* serial: Fix IGNBRK handlingPeter Hurley2014-06-19
* tty/serial: at91: add interrupts for modem control linesRichard Genoud2014-05-28
* tty/serial: at91: use mctrl_gpio helpersRichard Genoud2014-05-28
* Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-05
|\
| * Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-18
| |\
| | * ARM/serial: at91: switch atmel serial to use gpiolibLinus Walleij2013-12-20
* | | tty/serial: at91: remove unused open/close hooksRichard Genoud2014-02-28
* | | tty/serial: at91: use dev_err instead of printkRichard Genoud2014-02-28
* | | tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre2014-02-13
|/ /
* | tty/serial: at91: disable uart timer at start of shutdownMarek Roszko2014-01-13
* | tty/serial: at91: reset rx_ring when port is shutdownMark Deneen2014-01-07
* | tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko2014-01-07
* | tty/serial: at91: Handle shutdown more safelyMarek Roszko2014-01-07
|/
* tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre2013-10-17
* tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre2013-10-17
* serial: use dev_get_platdata()Jingoo Han2013-07-31
* serial: at91: make UART support dma and pdc transfersElen Song2013-07-29
* serial: at91: distinguish usart and uartElen Song2013-07-29