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
2019-09-04tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabledAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart32_configure()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()Andrey Smirnov
2019-09-04serial: 8250_exar: Replace msleep(1) with usleep_range()Andy Shevchenko
2019-09-04serial: 8250_exar: Consolidate callback assignments in default_setup()Andy Shevchenko
2019-09-04tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...YueHaibing
2019-09-04serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf
2019-09-04serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf
2019-09-04serial: mctrl_gpio: Avoid probe failures in case of missing gpiolibFrieder Schrempf
2019-09-04serial: 8250_exar: Absorb remaining 8250_port INT0 supportAaron Sierra
2019-09-04serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_triggerGeert Uytterhoeven
2019-09-04tty: serial: qcom_geni_serial: Update the oversampling rateVivek Gautam
2019-09-04serial: 8250_exar: Clear buffer before shutdownRobert Middleton
2019-09-04serial: 8250_exar: Move custom divisor support out from 8250_portAndy Shevchenko
2019-09-04serial: 8250_exar: Extract PM routine from 8250_portAndy Shevchenko
2019-09-04serial: 8250_exar: No need to autoconfigure Exar portsAndy Shevchenko
2019-09-04serial: sh-sci: use driver core functions, not sysfs ones.Greg Kroah-Hartman
2019-09-04xilinx_uartps.c: suppress "may be used uninitialised" warningStephen Rothwell
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Clear CSTOPB unconditionallyAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary extra parenthesisAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop no-op bit opearationAndrey Smirnov
2019-09-04tty: serial: fls_lpuart: Split shared TX IRQ handler into twoAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Fix issue in software flow controlAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Fix bogus indentationAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlersAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_bufferAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: flush receive FIFO after overrunsStefan Agner
2019-09-04tty: serial: fsl_lpuart: fix framing error handling when using DMAStefan Agner
2019-09-04serial: imx: get rid of imx_uart_rts_auto()Sergey Organov
2019-09-04serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov
2019-09-04serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov
2019-09-04serial: 8250_pnp: Move to struct dev_pm_opsAndy Shevchenko
2019-09-04serial/8250: Add support for NI-Serial PXI/PXIe+485 devicesJe Yen Tam
2019-09-04serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray
2019-09-04serial: stm32: add pm_runtime supportErwan Le Ray
2019-09-04serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray
2019-09-048250_lpss: check null return when calling pci_ioremap_barNavid Emamdoost
2019-09-04tty: serial: fsl_lpuart: correct the FIFO depth sizeFugang Duan
2019-09-04tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sglFugang Duan