summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: atmel: fix incorrect baudrate setupTobias Schramm2023-01-191-7/+1
* serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)2022-11-231-10/+15
* serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)2022-11-231-7/+9
* serial: atmel: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-9/+2
* tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)2022-11-031-22/+6
* tty: serial: atmel: Make the driver aware of the existence of GCLKSergiu Moga2022-09-221-1/+57
* tty: serial: atmel: Only divide Clock Divisor if the IP is USARTSergiu Moga2022-09-221-1/+16
* tty: serial: atmel: Separate mode clearing between UART and USARTSergiu Moga2022-09-221-2/+5
* Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-3/+1
|\
| * tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga2022-08-301-3/+1
* | 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-231-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-281-3/+21
* tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-03-281-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-121-2/+3