aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09tty/serial: at91: fix typo and indentationCyrille Pitchen1-18/+22
2015-01-09tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen1-30/+61
2015-01-09tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-01-09tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen1-0/+12
2015-01-09tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device()Cyrille Pitchen1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado1-6/+4
2014-11-06serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-55/+24
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley1-0/+5
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley1-0/+2
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley1-2/+2
2014-11-06serial: at91: Use dmaengine_slave_config APIMaxime Ripard1-6/+4
2014-11-06tty/serial: at91: fix rx ring buffer managementCyrille Pitchen1-39/+55
2014-11-05serial: 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-18Merge 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-08tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud1-1/+42
2014-07-22drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang1-4/+4
2014-06-19serial: 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-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-18/+31
2014-02-28tty/serial: at91: remove unused open/close hooksRichard Genoud1-21/+0
2014-02-28tty/serial: at91: use dev_err instead of printkRichard Genoud1-2/+2
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanupOlof Johansson1-18/+31
2014-02-13tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre1-3/+0
2014-01-13tty/serial: at91: disable uart timer at start of shutdownMarek Roszko1-12/+10
2014-01-07tty/serial: at91: reset rx_ring when port is shutdownMark Deneen1-0/+6
2014-01-07tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko1-1/+2
2014-01-07tty/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-17tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre1-1/+18
2013-10-17tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre1-7/+2
2013-07-31serial: use dev_get_platdata()Jingoo Han1-5/+5
2013-07-29serial: at91: make UART support dma and pdc transfersElen Song1-6/+42
2013-07-29serial: at91: distinguish usart and uartElen Song1-0/+37
2013-07-29serial: at91: support run time switch transfer modeElen Song1-59/+80
2013-07-29serial: at91: add rx dma supportElen Song1-4/+220
2013-07-29serial: at91: add tx dma supportElen Song1-4/+206
2013-07-29serial: at91: use function pointer to choose pdc or pioElen Song1-73/+130
2013-07-29serial: at91: correct definition from DMA to PDCElen Song1-35/+36
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-24drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-8/+0
2013-06-24tty: atmel_serial: prepare clk before calling enableBoris BREZILLON1-10/+31
2013-03-15tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-3/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-2/+4
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-18/+0