summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+3
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+1
* tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()Claudiu Beznea2022-06-271-16/+0
* tty: serial: atmel: use devm_clk_get()Claudiu Beznea2022-06-271-35/+15
* tty: serial: atmel: stop using legacy pm opsClaudiu Beznea2022-06-271-17/+11
* serial: atmel: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+7
* serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo2022-04-151-3/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty: serial: atmel: add earlycon supportMichael Walle2022-02-211-0/+24
* serial: atmel_serial: include circ_buf.hJiri Slaby2022-01-261-0/+1
* serial: atmel: Use platform_get_irq() to get the interruptRob Herring2021-12-171-1/+1
* tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus2021-11-261-0/+4
* tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus2021-11-261-0/+10
* tty: serial: atmel: use macros instead of hardcoded valuesClaudiu Beznea2021-10-101-2/+2
* tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang2021-05-131-1/+1
* serial: atmel_serial: drop low-latency workaroundJohan Hovold2021-04-221-18/+0
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* | tty: atmel_serial: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-10/+10
|/
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-2/+4
* tty/serial: atmel: Use uart_console() helperAndy Shevchenko2020-03-121-15/+5
* tty: serial: atmel_serial: Drop GPIO includesLinus Walleij2020-03-061-3/+0
* tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre2020-02-101-1/+2
* tty/serial: atmel: use true,false for bool variableZheng Bin2020-01-141-3/+3
* tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com2020-01-101-7/+19
* Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman2019-12-231-21/+22
|\
| * tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-171-21/+22
* | tty/serial: Migrate atmel_serial to use has_sysrqDmitry Safonov2019-12-181-8/+1
* | Revert "tty/serial: atmel: fix out of range clock divider handling"Greg Kroah-Hartman2019-12-181-3/+3
* | tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-121-3/+3
|/
* tty/serial: atmel: remove unneeded atmel_get_lines_status functionRichard Genoud2019-09-041-46/+2
* tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu2019-09-041-1/+0
* tty/serial: atmel: remove redundant assignment to retColin Ian King2019-09-041-1/+1
* tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu2019-03-271-3/+21
* tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-03-271-12/+12
* tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu2019-03-191-0/+4
* tty/serial: atmel: add ISO7816 supportNicolas Ferre2018-10-021-11/+179
* tty/serial: atmel: Change the driver to work under at91-usart MFDRadu Pirea2018-09-101-15/+27
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior2018-05-141-3/+2
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-02-281-0/+1
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-15/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty/serial: atmel: Convert timers to use timer_setup()Kees Cook2017-11-041-6/+5
* tty/serial: atmel: Prevent a warning on suspendRomain Izard2017-10-041-0/+13
* serial: atmel: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-24/+1
* tty/serial: atmel: make the driver DT onlyAlexandre Belloni2017-06-141-63/+33
* tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni2017-06-141-43/+0