messages from 2022-04-19 13:42:21 to 2022-04-25 14:36:36 UTC [more...]
[PATCH v4 00/13] Add RS485 support to DW UART
2022-04-25 14:34 UTC (11+ messages)
` [PATCH v4 01/13] serial: Store character timing information to uart_port
` [PATCH v4 02/13] serial: 8250: use THRE & __stop_tx also with DMA
` [PATCH v4 03/13] serial: 8250: Handle UART without interrupt on TEMT
` [PATCH v4 04/13] serial: 8250_dwlib: RS485 HW half & full duplex support
` [PATCH v4 05/13] serial: 8250_dwlib: Implement SW half "
` [PATCH v4 06/13] dt_bindings: rs485: Add receiver enable polarity
` [PATCH v4 07/13] ACPI / property: Document RS485 _DSD properties
` [PATCH v4 08/13] serial: termbits: ADDRB to indicate 9th bit addressing mode
` [PATCH v4 09/13] serial: General support for multipoint addresses
` [PATCH v4 10/13] serial: 8250: make saved LSR larger
[PATCH v3 00/12] Add RS485 support to DW UART
2022-04-25 11:16 UTC (8+ messages)
[PATCH 1/1] tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()
2022-04-25 10:47 UTC
[PATCH v2 0/7] treewide: Initial support for R-Car V4H
2022-04-25 8:26 UTC (10+ messages)
` [PATCH v2 1/7] dt-bindings: power: Add r8a779g0 SYSC power domain definitions
` [PATCH v2 2/7] dt-bindings: clock: Add r8a779g0 CPG Core Clock Definitions
` [PATCH v2 3/7] dt-bindings: serial: renesas,hscif: Document r8a779g0 bindings
` [PATCH v2 4/7] clk: renesas: rcar-gen4: Add CLK_TYPE_GEN4_PLL4
` [PATCH v2 5/7] clk: renesas: cpg-mssr: Add support for R-Car V4H
` [PATCH v2 6/7] arm64: dts: renesas: Add Renesas R8A779G0 SoC support
` [PATCH v2 7/7] arm64: dts: renesas: Add Renesas White Hawk boards support
[tty:tty-linus 23/26] drivers/tty/n_gsm.c:939:13: warning: variable 'size' is used uninitialized whenever 'if' condition is false
2022-04-25 7:04 UTC
[PATCH 00/15] treewide: Initial support for R-Car V4H
2022-04-25 2:03 UTC (47+ messages)
` [PATCH 01/15] dt-bindings: arm: renesas: Document R-Car V4H SoC DT bindings
` [PATCH 02/15] dt-bindings: arm: renesas: Document Renesas White Hawk boards
` [PATCH 03/15] dt-bindings: reset: renesas,rst: Document r8a779g0 reset module
` [PATCH 04/15] dt-bindings: power: renesas,rcar-sysc: Document r8a779g0 SYSC bindings
` [PATCH 05/15] dt-bindings: power: Add r8a779g0 SYSC power domain definitions
` [PATCH 06/15] dt-bindings: clock: renesas,cpg-mssr: Document r8a779g0
` [PATCH 07/15] dt-bindings: clock: Add r8a779g0 CPG Core Clock Definitions
` [PATCH 08/15] dt-bindings: serial: renesas,hscif: Document r8a779g0 bindings
` [PATCH 09/15] soc: renesas: r8a779g0-sysc: Add r8a779g0 support
` [PATCH 10/15] soc: renesas: Identify R-Car V4H
` [PATCH 11/15] soc: renesas: rcar-rst: Add support for "
` [PATCH 12/15] clk: renesas: rcar-gen4: Add CLK_TYPE_GEN4_PLL4
` [PATCH 13/15] clk: renesas: cpg-mssr: Add support for R-Car V4H
` [PATCH 14/15] arm64: dts: renesas: Add Renesas R8A779G0 SoC support
` [PATCH 15/15] arm64: dts: renesas: Add Renesas White Hawk boards support
[tty:tty-testing] BUILD SUCCESS 8043b16f522c9e21e2361a67514386bee3731c6e
2022-04-24 22:59 UTC
[tty:tty-linus 23/26] drivers/tty/n_gsm.c:939:13: warning: variable 'size' is used uninitialized whenever 'if' condition is false
2022-04-24 22:02 UTC (3+ messages)
[PATCH v3 0/5] tty/serial: Process XON/XOFF robustly
2022-04-22 20:09 UTC (6+ messages)
` [PATCH v3 2/5] tty: Simplify receive flow control char logic
` [PATCH v3 3/5] tty: Add lookahead param to receive_buf
[PATCH v7 0/9] serial: 8250: dw: RZN1 DMA support
2022-04-22 18:06 UTC (10+ messages)
` [PATCH v7 1/9] serial: 8250: dw: Move definitions to the shared header
` [PATCH v7 2/9] serial: 8250: dw: Create a generic platform data structure
` [PATCH v7 3/9] serial: 8250: dw: Move the USR register to pdata
` [PATCH v7 4/9] serial: 8250: dw: Allow to use a fallback CPR value if not synthesized
` [PATCH v7 5/9] serial: 8250: dma: Allow driver operations before starting DMA transfers
` [PATCH v7 6/9] serial: 8250: dw: Introduce an rx_timeout variable in the IRQ path
` [PATCH v7 7/9] serial: 8250: dw: Move the IO accessors to 8250_dwlib.h
` [PATCH v7 8/9] serial: 8250: dw: Add support for DMA flow controlling devices
` [PATCH v7 9/9] serial: 8250: dw: Improve RZN1 support
[PATCH v6 00/12] serial: 8250: dw: RZN1 DMA support
2022-04-22 15:52 UTC (17+ messages)
` [PATCH v6 01/12] serial: 8250: dw: Move definitions to the shared header
` [PATCH v6 02/12] serial: 8250: dw: Create a generic platform data structure
` [PATCH v6 03/12] serial: 8250: dw: Move the USR register to pdata
` [PATCH v6 04/12] serial: 8250: dw: Allow to use a fallback CPR value if not synthesized
` [PATCH v6 05/12] serial: 8250: dma: Allow driver operations before starting DMA transfers
` [PATCH v6 06/12] serial: 8250: dw: Introduce an rx_timeout variable in the IRQ path
` [PATCH v6 07/12] serial: 8250: dw: Move the IO accessors to 8250_dwlib.h
` [PATCH v6 08/12] serial: 8250: dw: Add support for DMA flow controlling devices
` [PATCH v6 09/12] serial: 8250: dw: Improve RZN1 support
` [PATCH v6 10/12] ARM: dts: r9a06g032: Fill the UART DMA properties
` [PATCH v6 11/12] bestla: Enable DMA, UART3 and UART4
` [PATCH v6 12/12] bestla: Add support for RZN1 dmamux
[PATCH v2 00/14] Add new Renesas RZ/V2M SoC and Renesas RZ/V2M EVK support
2022-04-22 15:22 UTC (9+ messages)
` [PATCH v2 02/13] dt-bindings: serial: renesas,em-uart: Document r9a09g011 bindings
[PATCH 0/3] serial: Fix support for UPF_SPD_* flags
2022-04-22 14:28 UTC (3+ messages)
[PATCH V3 0/2] Add q 12MHz internal clock rate to calculate
2022-04-22 12:30 UTC (6+ messages)
` [PATCH V3 1/2] tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in order to meet the baud rate requirements of special BT modules
` [PATCH V3 2/2] tty: serial: meson: Added S4 SOC compatibility
[PATCH 1/3] tty: n_gsm: fix broken virtual tty handling
2022-04-22 7:10 UTC (3+ messages)
` [PATCH 2/3] tty: n_gsm: fix invalid use of MSC in advanced option
` [PATCH 3/3] tty: n_gsm: fix software flow control handling
[PATCH 00/41] OMAP1 full multiplatform conversion
2022-04-22 5:55 UTC (38+ messages)
` [PATCH 01/41] video: fbdev: omapfb: lcd_ams_delta: fix unused variable warning
` [PATCH 14/41] serial: 8250/omap1: include linux/soc/ti/omap1-soc.h
` [PATCH 15/41] input: omap: void using mach/*.h headers
` [PATCH 17/41] ARM: omap1: move 32k counter from plat-omap to mach-omap1
` [PATCH 20/41] dma: omap: hide legacy interface
` [PATCH 24/41] ARM: omap: un-merge plat/sram.c
` [PATCH 26/41] ARM: omap1: relocate static I/O mapping
` [PATCH 29/41] ARM: omap1: fix build with no SoC selected
` [PATCH 30/41] ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCF
` [PATCH 31/41] ARM: OMAP1: clock: Fix early UART rate issues
` [PATCH 32/41] ARM: OMAP1: clock: Fix UART rate reporting algorithm
` [PATCH 33/41] ARM: OMAP1: clock: Remove unused code
` [PATCH 34/41] ARM: OMAP1: clock: Remove noop code
` [PATCH 35/41] usb: host: ohci-omap: Make it CCF clk API compatible
` [PATCH 36/41] usb: gadget: omap_udc: "
` [PATCH 37/41] [MERGED] video: fbdev: omap: "
` [PATCH 38/41] [MERGED] mmc: "
` [PATCH 39/41] [MERGED] ASoC: ti: osk5912: "
` [PATCH 40/41] [TO BE REBASED] ARM: OMAP1: clock: Convert to CCF
` [PATCH 41/41] [TO BE REBASED] ARM: omap1: enable multiplatform
[PATCH] serial: sunplus-uart: change sunplus_console_ports from global to static
2022-04-22 5:18 UTC (2+ messages)
[RESEND][PATCH v3 0/2] serial: 8250: Fixes for Oxford Semiconductor 950 UARTs
2022-04-21 21:38 UTC (6+ messages)
` [RESEND][PATCH v3 1/2] serial: 8250: Fold EndRun device support into OxSemi Tornado code
[tty:tty-testing] BUILD SUCCESS 05fe70dd2efd13de700c2dfe5169d3a7a5050bc2
2022-04-21 19:17 UTC
[PATCH 0/7] serial: various cleanups
2022-04-21 10:17 UTC (8+ messages)
` [PATCH 1/7] serial: sunplus-uart: mark sunplus_console_ports[] static
` [PATCH 2/7] serial: xilinx_uartps: return early in cdns_uart_handle_tx()
` [PATCH 3/7] serial: xilinx_uartps: cache xmit "
` [PATCH 4/7] serial: zs: use NULL as a pointer, not 0
` [PATCH 5/7] serial: qcom: use check for empty instead of pending
` [PATCH 6/7] serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=y
` [PATCH 7/7] serial: allow COMPILE_TEST for some drivers
[PATCH V2 0/2] Add q 12MHz internal clock rate to calculate
2022-04-21 9:47 UTC (12+ messages)
` [PATCH V2 1/2] tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in order to meet the baud rate requirements of special BT modules
` [PATCH V2 2/2] tty: serial: meson: Added S4 SOC compatibility
[PATCH v5 00/11] serial: 8250: dw: RZN1 DMA support
2022-04-21 9:30 UTC (4+ messages)
[PATCH 00/10] serial: icom: cleanup
2022-04-21 8:58 UTC (11+ messages)
` [PATCH 01/10] serial: icom: remove ICOM_VERSION_STR macro
` [PATCH 02/10] serial: icom: switch vague casts to container_of
` [PATCH 03/10] serial: icom: remove to_icom_adapter() and icom_kref_release()
` [PATCH 04/10] serial: icom: use proper __le types and functions
` [PATCH 05/10] serial: icom: move header content to .c
` [PATCH 06/10] serial: icom: use ARRAY_SIZE
` [PATCH 07/10] serial: icom: make icom_acfg_baud const and unsigned
` [PATCH 08/10] serial: icom: use list_for_each_entry()
` [PATCH 09/10] serial: icom: delete empty serial hooks
` [PATCH 10/10] serial: icom: remove unused struct icom_port members
[tty:tty-linus] BUILD SUCCESS 48473802506d2d6151f59e0e764932b33b53cb3b
2022-04-21 4:49 UTC
[tty:tty-next] BUILD SUCCESS 2a72b1b2db9dbe12c730754009196a132500f007
2022-04-21 3:44 UTC
[tty:tty-testing] BUILD SUCCESS 871277738426e188cf5b8eb7a2fbee1e27a496cb
2022-04-21 3:44 UTC
[PATCH v3 1/3] tty: n_gsm: fix missing update of modem controls after DLCI open
2022-04-20 10:13 UTC (3+ messages)
` [PATCH v3 2/3] tty: n_gsm: clean up dead code in gsm_queue()
` [PATCH v3 3/3] tty: n_gsm: clean up implicit CR bit encoding in address field
[PATCH] tty: serdev: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
2022-04-20 8:21 UTC (2+ messages)
[PATCH v2 1/1] Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"
2022-04-20 8:19 UTC
[PATCH 1/1] serial: 8250: revert UART_CAP_NOTEMT changes
2022-04-20 8:17 UTC (3+ messages)
Wycena paneli fotowoltaicznych
2022-04-20 7:40 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).