aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga1-3/+1
2022-08-30tty: serial: lpuart: disable flow control while waiting for the transmit engine to completeSherry Sun1-0/+1
2022-08-30serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang1-2/+2
2022-08-30serial: tegra: Remove custom frame size calculationIlpo Järvinen1-9/+3
2022-08-30serial: sunsab: Remove frame size calculation dead-codeIlpo Järvinen1-12/+8
2022-08-30serial: fsl_lpuart: Remove custom frame size calculationIlpo Järvinen1-7/+2
2022-08-30serial: cpm_uart: Remove custom frame size calculationIlpo Järvinen1-21/+10
2022-08-30serial: ucc_uart: Remove custom frame size calculationIlpo Järvinen1-14/+1
2022-08-30serial: pch_uart: CIRC_CNT_TO_END() is enoughIlpo Järvinen1-3/+1
2022-08-30serial: sh-sci: tail is already on valid rangeIlpo Järvinen1-1/+1
2022-08-30serial: sh-sci: CIRC_CNT_TO_END() is enoughIlpo Järvinen1-3/+1
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+3
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen79-106/+111
2022-08-30serial: dz: Assume previous baudrate is validIlpo Järvinen1-3/+6
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang4-10/+10
2022-08-30tty: serial: meson: Use devm_clk_get_enabled() helperChristophe JAILLET1-26/+3
2022-08-30serial: 8250: Clear dma tx_err unconditionallyIlpo Järvinen1-2/+1
2022-08-30serial: 8250: Add helper for clearing IERIlpo Järvinen1-13/+11
2022-08-30tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependencyJindong Yue1-1/+1
2022-08-30serial: pic32_uart: Convert to use GPIO descriptorsAndy Shevchenko1-36/+12
2022-08-30serial: pic32_uart: Utilize uart_console_enabled()Andy Shevchenko1-1/+1
2022-08-30serial: fsl_lpuart: Fix comment typoJason Wang1-1/+1
2022-08-30serial: pl011: Add reg-io-width parametersShubhrajyoti Datta1-0/+16
2022-08-30tty: xilinx_uartps: Check the clk_enable return valueShubhrajyoti Datta1-2/+10
2022-08-30tty: xilinx_uartps: Add timeout waiting for loopShubhrajyoti Datta1-1/+13
2022-08-30tty: xilinx_uartps: Prevent writes when the controller is disabledShubhrajyoti Datta1-0/+15
2022-08-30tty: xilinx_uartps: Fix the ignore_statusShubhrajyoti Datta1-0/+2
2022-08-30tty: xilinx_uartps: Initialise the read_status_maskShubhrajyoti Datta1-0/+2
2022-08-30tty: xilinx_uartps: Update copyright text to correct formatMichal Simek1-1/+1
2022-08-30tty: xilinx_uartps: Check clk_enable return valueShubhrajyoti Datta1-2/+10
2022-08-16i2c: Make remove callback return voidUwe Kleine-König2-6/+2
2022-08-15arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang1-2/+2
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds54-2002/+1618
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+3
2022-08-03tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsDouglas Anderson1-2/+2
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2022-07-28tty: serial: document uart_get_console()Jiri Slaby1-4/+9
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby1-54/+53
2022-07-28Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby1-0/+48
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby1-59/+82
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke1-0/+11
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun1-6/+6
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks2-68/+69
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang1-2/+24
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could return a sub-optimal clock rate.Vijaya Krishna Nivarthi1-35/+53
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi1-2/+4
2022-07-16serial: remove VR41XX serial driverThomas Bogendoerfer3-950/+0
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo1-5/+1
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo1-8/+2