aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-07tty/serial: at91: fix bad offset for UART timeout registerLudovic Desroches1-6/+13
2016-03-07tty/serial: at91: restore dynamic driver bindingRomain Izard1-1/+34
2016-02-06serial: atmel: Use atmel_port consistentlyJaeden Amero1-47/+48
2016-02-06serial: atmel: add support for new UART versionNicolas Ferre1-3/+4
2016-02-06serial: atmel: trivial: clean the IP version decoding codeNicolas Ferre1-16/+16
2016-01-08drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker1-2/+0
2015-12-13drivers/tty/serial: make serial/atmel_serial.c explicitly non-modularPaul Gortmaker1-41/+4
2015-12-13serial: atmel: convert to irq handling provided mctrl-gpioUwe Kleine-König1-122/+18
2015-10-17serial: at91, fix rs485 propertiesJiri Slaby1-3/+2
2015-10-17serial: 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-04tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen1-10/+27
2015-07-23tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen1-15/+51
2015-07-23tty/serial: at91: add support to FIFOsCyrille Pitchen1-6/+94
2015-07-23tty/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-09tty/serial: at91: fix typo and indentationCyrille Pitchen1-18/+22
2015-01-09tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen1-30/+61
2015-01-09tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-01-09tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen1-0/+12
2015-01-09tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device()Cyrille Pitchen1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado1-6/+4
2014-11-06serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-55/+24
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley1-0/+5
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley1-0/+2
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley1-2/+2
2014-11-06serial: at91: Use dmaengine_slave_config APIMaxime Ripard1-6/+4
2014-11-06tty/serial: at91: fix rx ring buffer managementCyrille Pitchen1-39/+55
2014-11-05serial: 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-18Merge 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-08tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()Richard Genoud1-1/+42
2014-07-22drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang1-4/+4
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1