summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/atmel_serial.c
AgeCommit message (Expand)Author
2023-11-23serial: atmel: convert not to use dma_request_slave_channel()Christophe JAILLET
2023-11-23serial: atmel: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: atmel: Use port lock wrappersThomas Gleixner
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-06-21serial: atmel: don't enable IRQs prematurelyDan Carpenter
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König
2023-01-19serial: atmel: fix incorrect baudrate setupTobias Schramm
2022-11-23serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)
2022-11-23serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)
2022-11-03serial: atmel: Use uart_xmit_advance()Ilpo Järvinen
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)
2022-09-22tty: serial: atmel: Make the driver aware of the existence of GCLKSergiu Moga
2022-09-22tty: serial: atmel: Only divide Clock Divisor if the IP is USARTSergiu Moga
2022-09-22tty: serial: atmel: Separate mode clearing between UART and USARTSergiu Moga
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman
2022-08-30tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-27tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()Claudiu Beznea
2022-06-27tty: serial: atmel: use devm_clk_get()Claudiu Beznea
2022-06-27tty: serial: atmel: stop using legacy pm opsClaudiu Beznea
2022-06-10serial: atmel: Fill in rs485_supportedIlpo Järvinen
2022-04-15serial: atmel: remove redundant assignment in rs485_configLino Sanfilippo
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-21tty: serial: atmel: add earlycon supportMichael Walle
2022-01-26serial: atmel_serial: include circ_buf.hJiri Slaby
2021-12-17serial: atmel: Use platform_get_irq() to get the interruptRob Herring
2021-11-26tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus
2021-11-26tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus
2021-10-10tty: serial: atmel: use macros instead of hardcoded valuesClaudiu Beznea
2021-05-13tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-04-22serial: atmel_serial: drop low-latency workaroundJohan Hovold
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18tty: atmel_serial: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-03-12tty/serial: atmel: Use uart_console() helperAndy Shevchenko
2020-03-06tty: serial: atmel_serial: Drop GPIO includesLinus Walleij
2020-02-10tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre
2020-01-14tty/serial: atmel: use true,false for bool variableZheng Bin
2020-01-10tty/serial: atmel: RS485 & ISO7816: wait for TXRDY before sending dataCodrin.Ciubotariu@microchip.com
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman
2019-12-18tty/serial: Migrate atmel_serial to use has_sysrqDmitry Safonov
2019-12-18Revert "tty/serial: atmel: fix out of range clock divider handling"Greg Kroah-Hartman
2019-12-17tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-12-12tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-09-04tty/serial: atmel: remove unneeded atmel_get_lines_status functionRichard Genoud
2019-09-04tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu