summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* tty/serial: at91: add interrupts for modem control linesRichard Genoud2014-05-281-3/+122
* tty/serial: at91: use mctrl_gpio helpersRichard Genoud2014-05-281-35/+70
* Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-18/+31
|\
| * Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-18/+31
| |\
| | * ARM/serial: at91: switch atmel serial to use gpiolibLinus Walleij2013-12-201-18/+31
* | | tty/serial: at91: remove unused open/close hooksRichard Genoud2014-02-281-21/+0
* | | tty/serial: at91: use dev_err instead of printkRichard Genoud2014-02-281-2/+2
* | | tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre2014-02-131-3/+0
|/ /
* | tty/serial: at91: disable uart timer at start of shutdownMarek Roszko2014-01-131-12/+10
* | tty/serial: at91: reset rx_ring when port is shutdownMark Deneen2014-01-071-0/+6
* | tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko2014-01-071-1/+2
* | tty/serial: at91: Handle shutdown more safelyMarek Roszko2014-01-071-7/+13
|/
* tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre2013-10-171-1/+18
* tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre2013-10-171-7/+2
* serial: use dev_get_platdata()Jingoo Han2013-07-311-5/+5
* serial: at91: make UART support dma and pdc transfersElen Song2013-07-291-6/+42
* serial: at91: distinguish usart and uartElen Song2013-07-291-0/+37
* serial: at91: support run time switch transfer modeElen Song2013-07-291-59/+80
* serial: at91: add rx dma supportElen Song2013-07-291-4/+220
* serial: at91: add tx dma supportElen Song2013-07-291-4/+206
* serial: at91: use function pointer to choose pdc or pioElen Song2013-07-291-73/+130
* serial: at91: correct definition from DMA to PDCElen Song2013-07-291-35/+36
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-261-1/+0
* drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-07-241-8/+0
* tty: atmel_serial: prepare clk before calling enableBoris BREZILLON2013-06-241-10/+31
* tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz2013-03-151-6/+5
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-3/+2
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-2/+4
* Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-2/+1
|\
| * arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-18/+0
|\ \
| * | ARM/AVR32: get rid of serial_at91.hRussell King2012-11-161-18/+0
| |/
* | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-5/+5
|\ \
| * | tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
| * | tty: remove use of __devinitBill Pemberton2012-11-211-3/+3
| * | tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
| |/
* / tty: atmel_serial: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD2012-10-131-0/+8
|/
* tty/serial: atmel_serial: fix RS485 half-duplex problemSiftar, Gabe2012-04-091-0/+4
* Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD2012-02-231-0/+2
* atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino2012-01-041-2/+3
* Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman2011-11-261-13/+3
|\
| * RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2011-11-151-13/+3
* | TTY: serial, cleanup atmel_set_ldiscJiri Slaby2011-11-151-6/+1
|/
* Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\
| * ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-17/+111
|\ \
| * | tty/serial: atmel_serial: bootconsole removed from auto-enumeratesNicolas Ferre2011-10-191-1/+0
| * | tty/serial: atmel_serial: add device tree supportNicolas Ferre2011-10-181-8/+71
| * | tty/serial: atmel_serial: auto-enumerate portsNicolas Ferre2011-10-181-8/+36