summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-01serial: use dev_get_platdata()Jingoo Han1-5/+5
2013-07-30serial: at91: make UART support dma and pdc transfersElen Song1-6/+42
2013-07-30serial: at91: distinguish usart and uartElen Song1-0/+37
2013-07-30serial: at91: support run time switch transfer modeElen Song1-59/+80
2013-07-30serial: at91: add rx dma supportElen Song1-4/+220
2013-07-30serial: at91: add tx dma supportElen Song1-4/+206
2013-07-30serial: 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-27serial: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-25drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-8/+0
2013-06-25tty: atmel_serial: prepare clk before calling enableBoris BREZILLON1-10/+31
2013-03-16tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-3/+2
2013-01-16TTY: 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
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2012-11-22tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-3/+3
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-16ARM/AVR32: get rid of serial_at91.hRussell King1-18/+0
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-13tty: atmel_serial: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD1-0/+8
2012-04-09tty/serial: atmel_serial: fix RS485 half-duplex problemSiftar, Gabe1-0/+4
2012-02-23Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD1-0/+2
2012-01-05atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino1-2/+3
2011-11-27Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman1-13/+3
2011-11-16TTY: serial, cleanup atmel_set_ldiscJiri Slaby1-6/+1
2011-11-16RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino1-13/+3
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds1-1/+1