LinuxLists
Users
About
Chris Lew (
[email protected]
)
Number of posts: 84 (0.11 per day)
First post: 2022-06-08 07:52:19
Last post: 2024-06-11 23:06:17
Previous Page
Date
List
Subject
2023-04-18 21:17:58
linux-kernel
Re: [PATCH v2 2/2] rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT
2023-04-07 22:41:04
linux-kernel
Re: [PATCH 0/2] rpmsg: glink: Wait for intent after intent request
2023-04-07 22:21:50
linux-kernel
Re: [PATCH 2/2] rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT
2023-03-28 23:08:36
linux-kernel
Re: [PATCH 1/2] rpmsg: glink: Propagate TX failures in intentless mode as well
2023-02-15 00:03:54
linux-kernel
Re: [PATCH v2] rpmsg: glink: Avoid infinite loop on intent for missing channel
2023-02-14 23:15:16
linux-kernel
Re: [PATCH] rpmsg: glink: Fix GLINK command prefix
2023-02-14 23:14:25
linux-kernel
Re: [PATCH] rpmsg: glink: Fix spelling of peek
2023-02-14 22:55:11
linux-kernel
Re: [PATCH] rpmsg: glink: Avoid infinite loop on intent for missing channel
2023-02-14 02:40:32
linux-kernel
Re: [PATCH v2 4/6] rpmsg: glink: Move irq and mbox handling to transports
2023-02-14 02:36:53
linux-kernel
Re: [PATCH v2 2/6] rpmsg: glink: smem: Wrap driver context
2023-01-25 07:11:09
linux-kernel
Re: [PATCH 3/6] rpmsg: glink: rpm: Wrap driver context
2023-01-25 07:07:37
linux-kernel
Re: [PATCH 6/6] rpmsg: glink: Cancel pending intent requests at removal
2023-01-25 07:05:31
linux-kernel
Re: [PATCH 5/6] rpmsg: glink: Fail qcom_glink_tx() once remove has been initiated
2023-01-25 06:55:59
linux-kernel
Re: [PATCH 4/6] rpmsg: glink: Move irq and mbox handling to transports
2023-01-25 06:36:10
linux-kernel
Re: [PATCH 1/6] rpmsg: glink: Extract tx kick operation
2023-01-25 06:31:10
linux-kernel
Re: [PATCH 2/6] rpmsg: glink: smem: Wrap driver context
2023-01-25 06:27:19
linux-kernel
Re: [PATCH] rpmsg: glink: Release driver_override
2023-01-18 01:22:23
linux-kernel
Re: [PATCH] rpmsg: glink: Include types in qcom_glink_native.h
2023-01-18 01:11:32
linux-kernel
Re: [PATCH] rpmsg: glink: Release driver_override
2022-07-06 06:41:33
linux-kernel
[PATCH 2/4] soc: qcom: smp2p: Add proper retrigger detection
2022-07-06 06:29:31
linux-kernel
[PATCH 4/4] soc: qcom: smp2p: Add remote_id into irq name
2022-07-06 06:29:00
linux-kernel
[PATCH 1/4] soc: qcom: smp2p: Introduce pending state for virtual irq
2022-07-06 06:18:09
linux-kernel
[PATCH 3/4] soc: qcom: smp2p: Add memory barrier for irq_pending
2022-07-06 06:05:06
linux-kernel
[PATCH 0/4] Add smp2p retrigger support
2022-07-06 05:40:23
linux-kernel
Re: [PATCH 1/2] remoteproc: core: Introduce rproc_del_carveout
2022-06-10 20:24:24
linux-kernel
[PATCH 1/2] remoteproc: core: Introduce rproc_del_carveout
2022-06-10 19:56:52
linux-kernel
[PATCH 2/2] remoteproc: core: Introduce rproc_mem_entry_free
2022-06-10 19:40:51
linux-kernel
[PATCH 0/2] Introduce helpers for carveout management
2022-06-08 08:52:33
linux-kernel
[PATCH 4/4] rpmsg: glink: Add support for rpmsg_rx_done
2022-06-08 08:51:45
linux-kernel
[PATCH 0/4] Introduction of rpmsg_rx_done
2022-06-08 08:49:50
linux-kernel
[PATCH 3/4] rpmsg: glink: Try to send rx done in irq
2022-06-08 08:01:36
linux-kernel
[PATCH 2/4] rpmsg: char: Add support to use rpmsg_rx_done
2022-06-08 07:52:19
linux-kernel
[PATCH 1/4] rpmsg: core: Add rx done hooks