LinuxLists
Users
About
Lino Sanfilippo (
[email protected]
)
Number of posts: 115 (0.1 per day)
First post: 2021-01-28 00:03:38
Last post: 2024-04-07 00:51:25
Next Page
Date
List
Subject
2024-04-07 00:51:25
linux-kernel
[PATCH 3/4] serial: 8250: Remove superfluous sanity check
2024-04-07 00:28:41
linux-kernel
[PATCH 4/4] serial: ar933x: Remove unneeded static structure
2024-04-07 00:28:09
linux-kernel
[PATCH 2/4] serial: amba-pl011: move variable into CONFIG_DMA_ENGINE conditional
2024-04-07 00:27:52
linux-kernel
[PATCH 1/4] serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()
2024-04-07 00:27:39
linux-kernel
[PATCH 0/4] RS485 cleanups
2024-02-24 02:34:28
linux-kernel
Re: [PATCH 1/3] tpm: protect against locality counter underflow
2024-02-20 23:26:25
linux-kernel
Re: [PATCH 1/3] tpm: protect against locality counter underflow
2024-02-20 20:55:02
linux-kernel
Re: [PATCH 1/3] tpm: protect against locality counter underflow
2024-02-16 22:48:22
linux-kernel
[PATCH 1/2] serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled
2024-02-16 22:48:11
linux-kernel
[PATCH 2/2] serial: amba-pl011: Fix DMA transmission in RS485 mode
2024-02-02 03:09:48
linux-kernel
Re: [PATCH 1/3] tpm: protect against locality counter underflow
2024-02-02 02:52:38
linux-kernel
Re: [PATCH] tpm: make locality handling resilient
2024-02-02 01:13:53
linux-kernel
Re: [PATCH] tpm,tpm_tis: Avoid warning splat at shutdown
2024-02-01 11:37:52
linux-kernel
[PATCH] tpm,tpm_tis: Avoid warning splat at shutdown
2024-01-29 02:39:40
linux-kernel
Re: [PATCH v8 0/7] Fixes and improvements for RS485
2024-01-05 14:14:11
linux-kernel
[PATCH v8 5/7] serial: core, imx: do not set RS485 enabled if it is not supported
2024-01-05 14:13:48
linux-kernel
[PATCH v8 6/7] serial: omap: do not override settings for RS485 support
2024-01-05 14:13:43
linux-kernel
[PATCH v8 4/7] serial: core: make sure RS485 cannot be enabled when it is not supported
2024-01-05 14:13:17
linux-kernel
[PATCH v8 7/7] serial: 8250_exar: Set missing rs485_supported flag
2024-01-05 14:13:14
linux-kernel
[PATCH v8 3/7] serial: core: fix sanitizing check for RTS settings
2024-01-05 14:12:54
linux-kernel
[PATCH v8 2/7] serial: core: set missing supported flag for RX during TX GPIO
2024-01-05 14:12:40
linux-kernel
[PATCH v8 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
2024-01-05 14:12:25
linux-kernel
[PATCH v8 0/7] Fixes and improvements for RS485
2024-01-03 06:21:20
linux-kernel
[PATCH v7 7/7] serial: 8250_exar: Set missing rs485_supported flag
2024-01-03 06:20:55
linux-kernel
[PATCH v7 6/7] serial: omap: do not override settings for RS485 support
2024-01-03 06:20:50
linux-kernel
[PATCH v7 5/7] serial: core, imx: do not set RS485 enabled if it is not supported
2024-01-03 06:20:26
linux-kernel
[PATCH v7 4/7] serial: core: make sure RS485 cannot be enabled when it is not supported
2024-01-03 06:20:16
linux-kernel
[PATCH v7 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
2024-01-03 06:19:49
linux-kernel
[PATCH v7 3/7] serial: core: fix sanitizing check for RTS settings
2024-01-03 06:19:45
linux-kernel
[PATCH v7 0/7] Fixes and improvements for RS485
2024-01-03 06:19:28
linux-kernel
[PATCH v7 2/7] serial: core: set missing supported flag for RX during TX GPIO
2023-12-25 11:37:51
linux-kernel
[PATCH v6 7/7] serial: 8250_exar: Set missing rs485_supported flag
2023-12-25 11:37:37
linux-kernel
[PATCH v6 6/7] serial: omap: do not override settings for RS485 support
2023-12-25 11:37:18
linux-kernel
[PATCH v6 5/7] serial: core, imx: do not set RS485 enabled if it is not supported
2023-12-25 11:36:58
linux-kernel
[PATCH v6 0/7] Fixes and improvements for RS485
2023-12-25 11:36:51
linux-kernel
[PATCH v6 4/7] serial: core: make sure RS485 cannot be enabled when it is not supported
2023-12-25 11:36:30
linux-kernel
[PATCH v6 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
2023-12-25 11:36:18
linux-kernel
[PATCH v6 3/7] serial: core: fix sanitizing check for RTS settings
2023-12-25 11:36:09
linux-kernel
[PATCH v6 2/7] serial: core: set missing supported flag for RX during TX GPIO
2023-12-09 13:00:35
linux-kernel
[PATCH v5 5/7] serial: core, imx: do not set RS485 enabled if it is not supported
2023-12-09 13:00:03
linux-kernel
[PATCH v5 7/7] serial: 8250_exar: Set missing rs485_supported flag
2023-12-09 12:59:57
linux-kernel
[PATCH v5 2/7] serial: core: set missing supported flag for RX during TX GPIO
2023-12-09 12:59:54
linux-kernel
[PATCH v5 6/7] serial: omap: do not override settings for RS485 support
2023-12-09 12:59:51
linux-kernel
[PATCH v5 3/7] serial: core: fix sanitizing check for RTS settings
2023-12-09 12:59:46
linux-kernel
[PATCH v5 4/7] serial: core: make sure RS485 cannot be enabled when it is not supported
2023-12-09 12:59:35
linux-kernel
[PATCH v5 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
2023-12-09 12:59:29
linux-kernel
[PATCH v5 0/7] Fixes and improvements for RS485
2023-11-22 11:57:10
linux-kernel
Re: [RESEND PATCH v4 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
2023-11-20 23:28:28
linux-kernel
Re: [PATCH 2/2] serial: core: implement support for rs485-mux-gpios
2023-11-20 20:09:16
linux-kernel
Re: tpm_tis_spi_remove() triggers WARN_ON() in __flushwork (RPi3B+ and SLB9670)
2023-11-19 11:34:12
linux-kernel
[RESEND PATCH v4 7/7] serial: 8250_exar: Set missing rs485_supported flag