Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen
2022-06-10serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen
2022-06-10serial: Sanitize rs485_structIlpo Järvinen
2022-06-10serial: stm32: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: sc16is7xx: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: omap: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: mcf: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: max310x: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: imx: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: atmel: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: ar933x: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: pl011: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen
2022-06-10serial: 8250_of: Use serial8250_em485_supportedIlpo Järvinen
2022-06-10serial: 8250_lpc18cc: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_fintek: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: 8250_bcm2835aux: Use serial8250_em485_supportedIlpo Järvinen
2022-06-10serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen
2022-06-10serial: Move serial_rs485 sanitization into separate functionIlpo Järvinen
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen
2022-06-10serial: 8250: Adjust misleading LSR related commentIlpo Järvinen
2022-06-10serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen
2022-06-10serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen
2022-06-10serial: 8250: kill __do_stop_tx()Ilpo Järvinen
2022-06-10serial: max310x: implement I2C supportCosmin Tanislav
2022-06-10serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav
2022-06-10serial: max310x: use a separate regmap for each portCosmin Tanislav
2022-06-10serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav
2022-06-10serial: pmac_zilog: remove unused headerJiri Slaby
2022-06-10serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...Yang Yingliang
2022-06-10serial: tegra: fix typos in commentsJulia Lawall
2022-06-10tty: serial: qcom-geni-serial: Implement start_rx callbackVijaya Krishna Nivarthi
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-23Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2022-05-19serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen
2022-05-19serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen
2022-05-19serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen
2022-05-19serial: sh-sci: Don't allow CS5-6Ilpo Järvinen