aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)Author
2014-01-13tty/serial: at91: disable uart timer at start of shutdownMarek Roszko
2014-01-07tty/serial: at91: reset rx_ring when port is shutdownMark Deneen
2014-01-07tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko
2014-01-07tty/serial: at91: Handle shutdown more safelyMarek Roszko
2013-10-17tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre
2013-10-17tty/serial: at91: fix uart/usart selection for older productsNicolas Ferre
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-07-29serial: at91: make UART support dma and pdc transfersElen Song
2013-07-29serial: at91: distinguish usart and uartElen Song
2013-07-29serial: at91: support run time switch transfer modeElen Song
2013-07-29serial: at91: add rx dma supportElen Song
2013-07-29serial: at91: add tx dma supportElen Song
2013-07-29serial: at91: use function pointer to choose pdc or pioElen Song
2013-07-29serial: at91: correct definition from DMA to PDCElen Song
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-24drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-06-24tty: atmel_serial: prepare clk before calling enableBoris BREZILLON
2013-03-15tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-11-16ARM/AVR32: get rid of serial_at91.hRussell King
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD
2012-10-13tty: atmel_serial: add pinctrl supportJean-Christophe PLAGNIOL-VILLARD
2012-04-09tty/serial: atmel_serial: fix RS485 half-duplex problemSiftar, Gabe
2012-02-23Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD
2012-01-04atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino
2011-11-26Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman
2011-11-15TTY: serial, cleanup atmel_set_ldiscJiri Slaby
2011-11-15RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-19tty/serial: atmel_serial: bootconsole removed from auto-enumeratesNicolas Ferre
2011-10-18tty/serial: atmel_serial: add device tree supportNicolas Ferre
2011-10-18tty/serial: atmel_serial: auto-enumerate portsNicolas Ferre
2011-10-18tty/serial: atmel_serial: whitespace and braces modificationsNicolas Ferre
2011-10-18tty/serial: atmel_serial: change platform_data variable nameNicolas Ferre
2011-08-24atmel_serial: RS485: receiving enabled when sending dataBernhard Roth
2011-08-22atmel_serial: fix atmel_default_console_deviceVoss, Nikolaus
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King
2011-06-25atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD
2011-05-25atmel_serial: keep the platform_device unchangedJean-Christophe PLAGNIOL-VILLARD
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-02-17atmel_serial: enable PPS supportViktar Palstsiuk
2011-01-20Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds