Re: [PATCH v2 08/32] net: mediatek: add support for PDMA v2

2022-08-31 Thread Daniel Golle
On Wed, Aug 31, 2022 at 07:04:27PM +0800, Weijie Gao wrote: > This patch adds support for PDMA v2 hardware. The PDMA v2 has extended the > DMA descriptor to 8-words, and some of its fields have changed comparing > to the v1 hardware. Tested on Bananapi BPi-R2 (MT7623), Bananapi BPi-R64 (MT7623) an

[PATCH v2 08/32] net: mediatek: add support for PDMA v2

2022-08-31 Thread Weijie Gao
This patch adds support for PDMA v2 hardware. The PDMA v2 has extended the DMA descriptor to 8-words, and some of its fields have changed comparing to the v1 hardware. Reviewed-by: Ramon Fried Reviewed-by: Simon Glass Signed-off-by: Weijie Gao --- v2 changes: Add description for new fields --