linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 08:31:17 to 2021-11-18 08:11:31 UTC [more...]

[PATCH 01/16] tty: unexport tty_ldisc_release
 2021-11-18  8:10 UTC  (7+ messages)
` [PATCH 08/16] tty: drivers/tty/serial/, stop using tty_flip_buffer_push
  ` [PATCH 16/16] tty: drop tty_flip_buffer_push

[PATCH 00/19] mxser: another round of cleanups and fixes
 2021-11-18  7:31 UTC  (20+ messages)
` [PATCH 01/19] mxser: remove wait for sent from mxser_close_port
` [PATCH 02/19] mxser: rename mxser_close_port() to mxser_stop_rx()
` [PATCH 03/19] mxser: keep only !tty test in ISR
` [PATCH 04/19] mxser: move MSR read to mxser_check_modem_status()
` [PATCH 05/19] mxser: clean up tx handling in mxser_transmit_chars()
` [PATCH 06/19] mxser: remove pointless xmit_buf checks
` [PATCH 07/19] mxser: remove tty->driver_data NULL check
` [PATCH 08/19] mxser: call stop_rx from mxser_shutdown_port()
` [PATCH 09/19] mxser: don't flush buffer from mxser_close() directly
` [PATCH 10/19] mxser: use tty_port_close() in mxser_close()
` [PATCH 11/19] mxser: extract TX empty check from mxser_wait_until_sent()
` [PATCH 12/19] mxser: use msleep_interruptible() in mxser_wait_until_sent()
` [PATCH 13/19] mxser: clean up timeout handling "
` [PATCH 14/19] mxser: don't throttle manually
` [PATCH 15/19] mxser: remove tty parameter from mxser_receive_chars_new()
` [PATCH 16/19] mxser: increase buf_overrun if tty_insert_flip_char() fails
` [PATCH 17/19] mxser: add MOXA prefix to some PCI device IDs
` [PATCH 18/19] mxser: move ids from pci_ids.h here
` [PATCH 19/19] mxser: use PCI_DEVICE_DATA

[PATCH 0/4] tty: small tidying
 2021-11-18  7:19 UTC  (5+ messages)
` [PATCH 1/4] tty: remove TTY_SOFT_SAK part from __do_SAK()
` [PATCH 2/4] tty: remove tty NULL check "
` [PATCH 3/4] tty: clean up whitespace in __do_SAK()
` [PATCH 4/4] tty: serial, join uport checks in uart_port_shutdown()

[PATCH] n_gsm: remove unused parameters from gsm_error()
 2021-11-18  7:17 UTC 

[PATCH v2 0/2] serial: 8250_pci patches to address issues with pericom_do_set_divisor()
 2021-11-18  4:16 UTC  (4+ messages)
` [PATCH v2 1/2] serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
` [PATCH v2 2/2] serial: 8250_pci: rewrite pericom_do_set_divisor()

[PATCH v1 0/2] serial: 8250_pci: Split Pericom driver
 2021-11-18  1:12 UTC  (4+ messages)
` [PATCH v1 1/2] serial: 8250_pci: Split out "
` [PATCH v1 2/2] serial: 8250_pericom: Re-enable higher baud rates

[PATCH] serial: uartlite: Move out-of-range port-numbers into ULITE_NR_UARTS range
 2021-11-17 22:15 UTC 

[PATCH 0/3] serial: 8250_pci patches to address issues with pericom_do_set_divisor()
 2021-11-17 13:24 UTC  (9+ messages)
` [PATCH 1/3] serial: 8250_pci: rewrite pericom_do_set_divisor
` [PATCH 2/3] serial: 8250_pci: Re-enable higher baud rates on Pericom chips
` [PATCH 3/3] serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array

[PATCH v2] uartlite: Update the default for the SERIAL_UARTLITE_NR_UARTS
 2021-11-17  9:53 UTC  (2+ messages)

[PATCH v2 0/3] serial: liteuart: fix driver unbind
 2021-11-17 10:42 UTC  (5+ messages)
` [PATCH v2 1/3] serial: liteuart: fix use-after-free and memleak on unbind
` [PATCH v2 2/3] serial: liteuart: fix minor-number leak on probe errors
` [PATCH v2 3/3] serial: liteuart: relax compile-test dependencies

[PATCH 0/3] serial: liteuart: fix compile testing and driver unbind
 2021-11-17  9:06 UTC  (10+ messages)
` [PATCH 1/3] serial: liteuart: fix compile testing
` [PATCH 2/3] serial: liteuart: fix use-after-free and memleak on unbind
` [PATCH 3/3] serial: liteuart: fix minor-number leak on probe errors

[PATCH v4 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-16 17:28 UTC  (27+ messages)
` [PATCH v4 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v4 02/16] dt-bindings: timer: Add StarFive JH7100 clint
` [PATCH v4 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v4 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v4 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v4 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v4 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v4 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v4 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v4 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v4 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v4 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v4 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts
` [PATCH v4 14/16] serial: 8250_dw: Add StarFive JH7100 quirk
` [PATCH v4 15/16] RISC-V: Add initial StarFive JH7100 device tree
` [PATCH v4 16/16] RISC-V: Add BeagleV Starlight Beta "

Extending serial port linux driver to toggle RS485 direction pin (GPIO)
 2021-11-16 14:21 UTC  (6+ messages)

[PATCH 00/16] treewide: Initial support for R-Car S4-8
 2021-11-16 14:02 UTC  (18+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document R-Car S4-8 SoC DT bindings
` [PATCH 02/16] dt-bindings: arm: renesas: Document Renesas Spider boards
` [PATCH 03/16] dt-bindings: reset: renesas,rst: Document r8a779f0 reset module
` [PATCH 04/16] dt-bindings: power: renesas,rcar-sysc: Document r8a779f0 SYSC bindings
` [PATCH 05/16] dt-bindings: power: Add r8a779f0 SYSC power domain definitions
` [PATCH 06/16] dt-bindings: clock: renesas,cpg-mssr: Document r8a779f0
` [PATCH 07/16] dt-bindings: clock: Add r8a779f0 CPG Core Clock Definitions
` [PATCH 08/16] dt-bindings: serial: renesas,scif: Document r8a779f0 bindings
` [PATCH 09/16] soc: renesas: Identify R-Car S4-8
` [PATCH 10/16] soc: renesas: r8a779f0-sysc: Add r8a779f0 support
` [PATCH 11/16] soc: renesas: rcar-rst: Add support for R-Car S4-8
` [PATCH 12/16] clk: renesas: cpg-mssr: "
` [PATCH 13/16] tty: serial: sh-sci: Add support for R-Car Gen4
` [PATCH 14/16] arm64: dts: renesas: Add Renesas R8A779F0 SoC support
` [PATCH 15/16] arm64: dts: renesas: Add Renesas Spider boards support
` [PATCH 16/16] arm64: defconfig: Enable R-Car S4-8

[PATCH] tty: serial: atmel: Check return code of dmaengine_submit()
 2021-11-16 11:33 UTC  (5+ messages)

[PATCH 00/13] dmaengine: at_xdmac: Various fixes
 2021-11-16 11:20 UTC  (14+ messages)
` [PATCH 01/13] dmaengine: at_xdmac: Don't start transactions at tx_submit level
` [PATCH 02/13] tty: serial: atmel: Check return code of dmaengine_submit()
` [PATCH 03/13] tty: serial: atmel: Call dma_async_issue_pending()
` [PATCH 04/13] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
` [PATCH 05/13] dmaengine: at_xdmac: Print debug message after realeasing the lock
` [PATCH 06/13] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie
` [PATCH 07/13] dmaengine: at_xdmac: Fix race for the tx desc callback
` [PATCH 08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list
` [PATCH 09/13] dmaengine: at_xdmac: Fix concurrency over xfers_list
` [PATCH 10/13] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()
` [PATCH 11/13] dmaengine: at_xdmac: Fix lld view setting
` [PATCH 12/13] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
` [PATCH 13/13] dmaengine: at_xdmac: Fix race over irq_status

[PATCH 0/2] serial: pl011: Add xilinx uart
 2021-11-16 11:17 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: serial: pl011: Add 'arm,xlnx-uart'
` [PATCH 2/2] serial: pl011: Add support for Xilinx Uart

[PATCH] tty: serial: jsm: jsm_neo: fixed a conditional statement coding style issue
 2021-11-16 10:36 UTC  (2+ messages)

Fotowoltaika dla firm
 2021-11-16  8:51 UTC 

[PATCHv4 0/7] Serial port generic PM to fix 8250 PM
 2021-11-16  7:40 UTC  (9+ messages)
` [PATCH 1/7] serial: core: Add support of runtime PM
` [PATCH 2/7] serial: core: Add wakeup() and start_pending_tx() for asynchronous wake
` [PATCH 3/7] serial: 8250_port: properly handle runtime PM in IRQ
` [PATCH 4/7] serial: 8250: Implement wakeup for TX and use it for 8250_omap
` [PATCH 5/7] serial: 8250_omap: Require a valid wakeirq for deeper idle states
` [PATCH 6/7] serial: 8250_omap: Drop the use of pm_runtime_irq_safe()
` [PATCH 7/7] serial: 8250_port: Remove calls to runtime PM

[PATCH 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-16  4:28 UTC  (32+ messages)
` [PATCH 01/11] ASoC: dai_dma: remove slave_id field
` [PATCH 02/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH 03/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH 04/11] dmaengine: shdma: remove legacy slave_id parsing
` [PATCH 05/11] dmaengine: pxa/mmp: stop referencing config->slave_id
` [PATCH 06/11] dmaengine: sprd: "
` [PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config
` [PATCH 08/11] dmaengine: xilinx_dpdma: stop using slave_id field
` [PATCH 09/11] dmaengine: tegra20-apb: stop checking config->slave_id
` [PATCH 10/11] staging: ralink-gdma: stop using slave_id config
` [PATCH 11/11] dmaengine: remove slave_id config field

[PATCH] tty: serial: jsm_tty: fixed a assignment in if condition
 2021-11-15 18:42 UTC  (2+ messages)

[PATCH v3] serial: liteuart: Fix NULL pointer dereference in ->remove()
 2021-11-15 21:49 UTC 

[PATCH V4 0/9] dt-bindinds/dts: support i.MX8ULP
 2021-11-15 14:54 UTC  (7+ messages)
` [PATCH V4 2/9] dt-bindings: mmc: imx-esdhc: Add imx8ulp compatible string
` [PATCH V4 6/9] dt-bindings: watchdog: imx7ulp-wdt: "
` [PATCH V4 7/9] dt-bindings: arm: fsl: Add binding for imx8ulp evk
` [PATCH V5 9/9] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board

[PATCH v2] serial: liteuart: fix missing drvdata
 2021-11-15 13:49 UTC  (2+ messages)

[PATCH] serial: liteuart: fix missing drvdata
 2021-11-15 10:47 UTC  (5+ messages)

[PATCH] tty: serial: msm_serial: Deactivate RX DMA for polling support
 2021-11-13 12:10 UTC 

[PATCH v3 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-12 19:41 UTC  (7+ messages)
` [PATCH v3 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v3 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v3 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings

[PATCH v3 0/3] RZ/G2L SCI support and sh-sci driver update
 2021-11-12 14:20 UTC  (3+ messages)
` [PATCH v3 3/3] serial: sh-sci: Add support to deassert/assert reset line

[PATCH] tty: serial: Use fifo in 8250 console driver
 2021-11-12 11:58 UTC  (5+ messages)

[PATCH v2 2/2] serial:sunplus-uart:Add Sunplus SoC UART Driver
 2021-11-12  8:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).