messages from 2023-08-03 14:20:30 to 2023-08-10 09:17:16 UTC [more...]
[PATCH 00/36] tty: type unifications -- part I
2023-08-10 9:14 UTC (21+ messages)
` [PATCH 01/36] tty: xtensa/iss: drop unneeded tty_operations hooks
` [PATCH 02/36] tty: ldisc: document that ldops are optional
` [PATCH 03/36] tty: remove dummy tty_ldisc_ops::poll() implementations
` [PATCH 04/36] tty: n_null: remove optional ldops
` [PATCH 05/36] tty: change tty_write_lock()'s ndelay parameter to bool
` [PATCH 06/36] tty: tty_port: rename 'disc' to 'ld'
` [PATCH 07/36] tty: drop tty_debug_wait_until_sent()
` [PATCH 08/36] tty: make tty_change_softcar() more understandable
` [PATCH 09/36] tty: make tty_port_client_operations operate with u8
` [PATCH 10/36] tty: make counts in tty_port_client_operations hooks size_t
` [PATCH 11/36] tty: switch receive_buf() counts to size_t
` [PATCH 12/36] tty: switch count in tty_ldisc_receive_buf() "
` [PATCH 13/36] tty: can327: unify error paths in can327_ldisc_rx()
` [PATCH 14/36] tty: can327, move overflow test inside can327_ldisc_rx()'s loop
` [PATCH 15/36] tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
` [PATCH 17/36] tty: use u8 for flags
` [PATCH 18/36] misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()
` [PATCH 19/36] tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsigned
` [PATCH 20/36] tty: tty_buffer: make all offsets unsigned
` [PATCH 21/36] tty: don't pass write() to do_tty_write()
[PATCH] serial: core: Fix serial core port id, including multiport devices
2023-08-10 9:09 UTC (4+ messages)
[PATCH] serial: mxs-uart: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 8:50 UTC
[PATCH] input: keyboard: Add sprd-keypad driver
2023-08-10 8:05 UTC (9+ messages)
[PATCH 1/2] devicetree: bindings: Add keypad driver ducumentation
2023-08-10 7:41 UTC (6+ messages)
[PATCH 3/3] gpio: sprd: Add clear interrupt
2023-08-10 7:27 UTC (5+ messages)
[PATCH 2/3] gpio: sprd: In the sleep state, the eic dbnc clk must be forced open
2023-08-10 7:04 UTC (8+ messages)
[PATCH] serial: core: Revert port_id use
2023-08-10 7:00 UTC (9+ messages)
[tty:tty-linus] BUILD SUCCESS a4a79e03bab57729bd8046d22bf3666912e586fb
2023-08-10 3:17 UTC
[tty:tty-testing] BUILD SUCCESS 9c8441330bb399cba6177acce9b0e68c0dbaa597
2023-08-10 1:56 UTC
Racy kb->ledflagstate and kb->default_ledflagstate
2023-08-10 1:02 UTC
[PATCH RESEND] tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx
2023-08-09 19:40 UTC (4+ messages)
[PATCH] tty: serial: samsung: Set missing PM ops for hibernation support
2023-08-09 13:57 UTC (7+ messages)
[PATCH v2 0/1] Add Sifive uart suspend and resume
2023-08-09 13:50 UTC (2+ messages)
` [PATCH v2 1/1] serial: sifive: Add suspend and resume operations
[PATCH 1/3] gpio: sprd: Modify the calculation method of eic number
2023-08-09 13:02 UTC (8+ messages)
[PATCH v2] serial: 8250: Preserve original value of DLF register
2023-08-09 11:47 UTC
[PATCH] serial: sprd: Support 12 uart ports
2023-08-09 11:27 UTC (6+ messages)
[PATCH] tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx
2023-08-09 10:53 UTC
[PATCH -next] serial: sifive: Remove redundant of_match_ptr()
2023-08-09 8:55 UTC
Słowa kluczowe do wypozycjonowania
2023-08-09 8:16 UTC
[PATCH] gpio: sprd: Two-dimensional arrays maintain pmic eic
2023-08-09 6:00 UTC (3+ messages)
[PATCH 1/2] serial: sifive: Add suspend and resume operations
2023-08-09 2:10 UTC (5+ messages)
[PATCH] TIOCSTI: Document CAP_SYS_ADMIN behaviour in Kconfig
2023-08-08 20:17 UTC (2+ messages)
[PATCH v2 0/6] serial: stm32: improve DMA pause and resume
2023-08-08 16:19 UTC (7+ messages)
` [PATCH v2 1/6] serial: stm32: avoid clearing DMAT bit during transfer
` [PATCH v2 2/6] serial: stm32: use DMAT as a configuration bit
` [PATCH v2 3/6] serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
` [PATCH v2 4/6] serial: stm32: group dma pause/resume error handling into single function
` [PATCH v2 5/6] serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
` [PATCH v2 6/6] serial: stm32: synchronize RX DMA channel in shutdown
[PATCH 00/10] tty: minor cleanups
2023-08-08 14:34 UTC (3+ messages)
` [PATCH 06/10] serial: altera_jtaguart: switch status to u32
[PATCH v10 0/6] serial: sc16is7xx: fix GPIO regression and rs485 improvements
2023-08-07 21:45 UTC (7+ messages)
` [PATCH v10 1/6] serial: sc16is7xx: fix broken port 0 uart init
` [PATCH v10 2/6] serial: sc16is7xx: remove obsolete out_thread label
` [PATCH v10 3/6] dt-bindings: sc16is7xx: Add property to change GPIO function
` [PATCH v10 4/6] serial: sc16is7xx: fix regression with GPIO configuration
` [PATCH v10 5/6] serial: sc16is7xx: fix bug when first setting GPIO direction
` [PATCH v10 6/6] serial: sc16is7xx: add missing support for rs485 devicetree properties
[PATCH] serial: max310x: add comments for membase address workaround
2023-08-07 20:23 UTC (6+ messages)
[PATCH v9 00/10] serial: sc16is7xx: fix GPIO regression and rs485 improvements
2023-08-07 14:57 UTC (17+ messages)
` [PATCH v9 04/10] serial: sc16is7xx: refactor GPIO controller registration
` [PATCH v9 06/10] serial: sc16is7xx: fix regression with GPIO configuration
` [PATCH v9 08/10] serial: sc16is7xx: add call to get rs485 DT flags and properties
[RESEND PATCH v8 00/10] serial: sc16is7xx: fix GPIO regression and rs485 improvements
2023-08-07 14:55 UTC (14+ messages)
` [RESEND PATCH v8 06/10] serial: sc16is7xx: fix regression with GPIO configuration
[PATCH] tty: serial: imx: fix rs485 rx after tx
2023-08-07 9:48 UTC (2+ messages)
[PATCH v2 0/2] serial: 8250_dw: fall back to poll if there's no interrupt
2023-08-06 10:20 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: serial: snps-dw-apb-uart: make interrupt optional
` [PATCH v2 2/2] serial: 8250_dw: fall back to poll if there's no interrupt
[PATCH 0/2] serial: 8250_dw: fall back to poll if there's no interrupt
2023-08-06 9:40 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: serial: snps-dw-apb-uart: make interrupt optional
[PATCH v2 1/1] serial: core: Fix serial_base_match() after fixing controller port name
2023-08-06 6:23 UTC (10+ messages)
[PATCH] serial: 8250: Fix oops for port->pm on uart_change_pm()
2023-08-05 5:04 UTC (3+ messages)
[tty:tty-testing] BUILD SUCCESS 593135f09368dbddc0244b859a7c3befb97214e0
2023-08-05 4:18 UTC
[tty:tty-linus] BUILD SUCCESS dfe2aeb226fd5e19b0ee795f4f6ed8bc494c1534
2023-08-05 3:41 UTC
[PATCH] serial: 8250: Reinit port_id when adding back serial8250_isa_devs
2023-08-04 19:44 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION bdffb18b5dd8071cd25685b966f380a30b1fadaa
2023-08-04 18:14 UTC
[PATCH v4 1/1] drm/i915: Move abs_diff() to math.h
2023-08-04 15:50 UTC (4+ messages)
[PATCH] serial: core: Fix kmemleak issue for serial core device remove
2023-08-04 13:11 UTC (5+ messages)
[PATCH 0/6] serial: stm32: improve DMA pause and resume
2023-08-04 13:05 UTC (3+ messages)
` [PATCH 6/6] serial: stm32: synchronize RX DMA channel in shutdown
[PATCH] serial: 8250_dw: Fix assignment error of data in dw8250_probe()
2023-08-04 12:41 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION fb4327106e5250ee360d0d8b056c1eef7eeb9a98
2023-08-04 10:22 UTC (4+ messages)
[PATCH] MAINTAINERS: Merge TTY layer and serial drivers
2023-08-04 10:20 UTC
[PATCH -next] 8250_men_mcb: Remove redundant initialization owner in mcb_driver
2023-08-04 10:08 UTC
[PATCH -next] 8250_men_mcb: Fix unsigned expression compared with zero
2023-08-04 6:36 UTC (4+ messages)
[PATCH v5 0/3] Serial core controller port device name fixes
2023-08-04 4:38 UTC (5+ messages)
` [PATCH v5 3/3] serial: core: Fix serial core controller port name to show controller id
[tty:tty-testing] BUILD SUCCESS f68279ca7f806c44fbbae0a631e5603ba426d9be
2023-08-03 22:19 UTC
[tty:tty-linus] BUILD SUCCESS 7d695d83767cdb4288b101affef6d1d1bcf44d31
2023-08-03 19:56 UTC
[PATCH] serial: max310x: fix typos in comments
2023-08-03 17:59 UTC
[PATCH v1 00/12] serial: cpm_uart: Cleanup and refactoring
2023-08-03 13:56 UTC (11+ messages)
` [PATCH v1 02/12] serial: cpm_uart: Remove stale prototypes and table and macros
` [PATCH v1 03/12] serial: cpm_uart: Stop using fs_uart_id enum
` [PATCH v1 05/12] serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()
` [PATCH v1 06/12] serial: cpm_uart: Deduplicate cpm_line_cr_cmd()
` [PATCH v1 07/12] serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()
` [PATCH v1 08/12] serial: cpm_uart: Refactor cpm_uart_[un]map_pram()
` [PATCH v1 09/12] serial: cpm_uart: Remove cpm_uart/ subdirectory
` [PATCH v1 10/12] serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.c
` [PATCH v1 11/12] serial: cpm_uart: Don't include fs_uart_pd.h when not needed
` [PATCH v1 12/12] serial: cpm_uart: Remove linux/fs_uart_pd.h
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