summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus 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 ...Olof 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
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-3/+3
2012-11-21tty: 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-04atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino1-2/+3
2011-11-26Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman1-13/+3
2011-11-15TTY: serial, cleanup atmel_set_ldiscJiri Slaby1-6/+1
2011-11-15RS485: 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
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-17/+111
2011-10-19tty/serial: atmel_serial: bootconsole removed from auto-enumeratesNicolas Ferre1-1/+0
2011-10-18tty/serial: atmel_serial: add device tree supportNicolas Ferre1-8/+71
2011-10-18tty/serial: atmel_serial: auto-enumerate portsNicolas Ferre1-8/+36
2011-10-18tty/serial: atmel_serial: whitespace and braces modificationsNicolas Ferre1-4/+5
2011-10-18tty/serial: atmel_serial: change platform_data variable nameNicolas Ferre1-7/+7
2011-08-24atmel_serial: RS485: receiving enabled when sending dataBernhard Roth1-3/+6
2011-08-22atmel_serial: fix atmel_default_console_deviceVoss, Nikolaus1-3/+5