Re: [PATCH v3 07/32] net: mediatek: stop using bitfileds for DMA descriptors

2022-09-12 Thread Ramon Fried
On Fri, Sep 9, 2022 at 2:59 PM Weijie Gao wrote: > > This patch is a preparation for adding a new version of PDMA of which the > DMA descriptor fields has changed. Using bitfields will result in a complex > modification. Convert bitfields to u32 units can solve this problem easily. > > Reviewed-by

[PATCH v3 07/32] net: mediatek: stop using bitfileds for DMA descriptors

2022-09-09 Thread Weijie Gao
This patch is a preparation for adding a new version of PDMA of which the DMA descriptor fields has changed. Using bitfields will result in a complex modification. Convert bitfields to u32 units can solve this problem easily. Reviewed-by: Simon Glass Tested-by: Daniel Golle Signed-off-by: Weijie