summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)Author
2015-10-22serial: atmel: fix error path of probe functionUwe Kleine-König
2015-08-03tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre
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
2015-03-07tty/serial: at91: correct buffer size used in DMALeilei Zhao
2015-03-07tty/serial: at91: correct check of buf used in DMALeilei Zhao
2015-03-07serial: atmel: fix error handling when mctrl_gpio_init failsUwe Kleine-König
2015-03-06tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON
2015-01-09tty/serial: at91: fix typo and indentationCyrille Pitchen
2015-01-09tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen
2015-01-09tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen
2015-01-09tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen
2015-01-09tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...Cyrille Pitchen
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado
2014-11-06serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley
2014-11-06serial: at91: Use dmaengine_slave_config APIMaxime Ripard
2014-11-06tty/serial: at91: fix rx ring buffer managementCyrille Pitchen
2014-11-05serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-10-16serial: atmel: add missing dmaengine headerVinod Koul
2014-09-08tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud
2014-07-22drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-05-28tty/serial: at91: add interrupts for modem control linesRichard Genoud
2014-05-28tty/serial: at91: use mctrl_gpio helpersRichard Genoud
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-02-28tty/serial: at91: remove unused open/close hooksRichard Genoud
2014-02-28tty/serial: at91: use dev_err instead of printkRichard Genoud
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson
2014-02-13tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre
2014-01-13tty/serial: at91: disable uart timer at start of shutdownMarek Roszko
2014-01-07tty/serial: at91: reset rx_ring when port is shutdownMark Deneen
2014-01-07tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko
2014-01-07tty/serial: at91: Handle shutdown more safelyMarek Roszko
2013-12-20ARM/serial: at91: switch atmel serial to use gpiolibLinus Walleij
2013-10-17tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre
2013-10-17tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-07-29serial: at91: make UART support dma and pdc transfersElen Song
2013-07-29serial: at91: distinguish usart and uartElen Song
2013-07-29serial: at91: support run time switch transfer modeElen Song
2013-07-29serial: at91: add rx dma supportElen Song