summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-08-05tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen1-10/+27
2015-07-24tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen1-15/+51
2015-07-24tty/serial: at91: add support to FIFOsCyrille Pitchen1-6/+94
2015-07-24tty/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
2015-03-07tty/serial: at91: set ops in property init each timeLeilei Zhao1-0/+1
2015-03-07tty/serial: at91: revise the return type of atmel_init_propertyLeilei Zhao1-4/+3
2015-03-07tty/serial: at91: correct buffer size used in DMALeilei Zhao1-1/+1
2015-03-07tty/serial: at91: correct check of buf used in DMALeilei Zhao1-2/+2
2015-03-07serial: atmel: fix error handling when mctrl_gpio_init failsUwe Kleine-König1-5/+6
2015-03-06tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON1-4/+45
2015-01-10tty/serial: at91: fix typo and indentationCyrille Pitchen1-18/+22
2015-01-10tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen1-30/+61
2015-01-10tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-01-10tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen1-0/+12
2015-01-10tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...Cyrille Pitchen1-3/+3
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-07tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado1-6/+4
2014-11-07serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-55/+24
2014-11-07serial: Test/disable MSIs if switching from N_PPSPeter Hurley1-0/+5
2014-11-07serial: Take uart port lock for direct *_enable_ms()Peter Hurley1-0/+2
2014-11-07serial: core: Pass termios to set_ldisc() notificationsPeter Hurley1-2/+2
2014-11-07serial: at91: Use dmaengine_slave_config APIMaxime Ripard1-6/+4
2014-11-07tty/serial: at91: fix rx ring buffer managementCyrille Pitchen1-39/+55
2014-11-06serial: Refactor uart_flush_buffer() from uart_close()Peter Hurley1-13/+15
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-19Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2014-10-16serial: atmel: add missing dmaengine headerVinod Koul1-0/+1
2014-09-09tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud1-1/+42
2014-07-23drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang1-4/+4
2014-06-20serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-05-28tty/serial: at91: add interrupts for modem control linesRichard Genoud1-3/+122
2014-05-28tty/serial: at91: use mctrl_gpio helpersRichard Genoud1-35/+70
2014-04-06Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-18/+31
2014-03-01tty/serial: at91: remove unused open/close hooksRichard Genoud1-21/+0
2014-03-01tty/serial: at91: use dev_err instead of printkRichard Genoud1-2/+2
2014-02-19Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-18/+31
2014-02-13tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre1-3/+0
2014-01-14tty/serial: at91: disable uart timer at start of shutdownMarek Roszko1-12/+10
2014-01-08tty/serial: at91: reset rx_ring when port is shutdownMark Deneen1-0/+6
2014-01-08tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko1-1/+2
2014-01-08tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2013-12-20ARM/serial: at91: switch atmel serial to use gpiolibLinus Walleij1-18/+31
2013-10-18tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre1-1/+18
2013-10-18tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre1-7/+2