Re: [PATCH v2 2/4] net: designware: Mark drivers as having active DMA

2025-04-07 Thread neil . armstrong
On 07/04/2025 03:35, Simon Glass wrote: Network devices which use this driver have DMA running while receiving packages. Add the required flag to driver model so that they will be removed before starting the OS. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch to mark drivers as

[PATCH v2 2/4] net: designware: Mark drivers as having active DMA

2025-04-06 Thread Simon Glass
Network devices which use this driver have DMA running while receiving packages. Add the required flag to driver model so that they will be removed before starting the OS. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch to mark drivers as having active DMA drivers/net/designwar