Re: [PATCH v2 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata

From: Peng Fan
Date: Wed May 31 2023 - 02:48:13 EST




On 5/30/2023 4:04 AM, Frank Li wrote:
Replace individual bool fields with bitmask flags within drvdata. This
will facilitate future extensions, making it easier to add more flags to
accommodate new versions of the edma IP.

Signed-off-by: Frank Li<Frank.Li@xxxxxxx>

Reviewed-by: Peng Fan <peng.fan@xxxxxxx>