summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-09drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker1-2/+0
2015-12-14drivers/tty/serial: make serial/atmel_serial.c explicitly non-modularPaul Gortmaker1-41/+4
2015-12-14serial: atmel: convert to irq handling provided mctrl-gpioUwe Kleine-König1-122/+18
2015-10-18serial: at91, fix rs485 propertiesJiri Slaby1-3/+2
2015-10-18serial: atmel: fix compiler warning on address castAndre Przywara1-1/+1
2015-10-12Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-04serial: mctrl-gpio: rename init functionUwe Kleine-König1-1/+1
2015-10-04serial: atmel: allow compile testing on non-atmel architecturesUwe Kleine-König1-6/+6
2015-10-04tty/serial: at91: move ATMEL_MAX_UARTAlexandre Belloni1-0/+6
2015-08-05tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen1-10/+27
2015-07-24tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen1-15/+51
2015-07-24tty/serial: at91: add support to FIFOsCyrille Pitchen1-6/+94
2015-07-24tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen1-154/+159
2015-05-24tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-6/+3
2015-05-06tty/serial: at91: handle IRQ status more safelyLeilei Zhao1-6/+7
2015-04-28tty/serial: at91: maxburst was missing for dma transfersLudovic Desroches1-0/+2
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman1-12/+17
2015-03-07tty/serial: at91: correct the usage of taskletLeilei Zhao1-0/+4
2015-03-07tty/serial: at91: set ops in property init each timeLeilei Zhao1-0/+1
2015-03-07tty/serial: at91: revise the return type of atmel_init_propertyLeilei Zhao1-4/+3
2015-03-07tty/serial: at91: correct buffer size used in DMALeilei Zhao1-1/+1
2015-03-07tty/serial: at91: correct check of buf used in DMALeilei Zhao1-2/+2
2015-03-07serial: atmel: fix error handling when mctrl_gpio_init failsUwe Kleine-König1-5/+6
2015-03-06tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON1-4/+45
2015-01-10tty/serial: at91: fix typo and indentationCyrille Pitchen1-18/+22
2015-01-10tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen1-30/+61
2015-01-10tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-01-10tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen1-0/+12
2015-01-10tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...Cyrille Pitchen1-3/+3
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-07tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado1-6/+4
2014-11-07serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-55/+24
2014-11-07serial: Test/disable MSIs if switching from N_PPSPeter Hurley1-0/+5
2014-11-07serial: Take uart port lock for direct *_enable_ms()Peter Hurley1-0/+2
2014-11-07serial: core: Pass termios to set_ldisc() notificationsPeter Hurley1-2/+2
2014-11-07serial: at91: Use dmaengine_slave_config APIMaxime Ripard1-6/+4
2014-11-07tty/serial: at91: fix rx ring buffer managementCyrille Pitchen1-39/+55
2014-11-06serial: 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-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