commit | f110c571a34b585c094838b8f6a9b4fd693ab6af | [log] [tgz] |
---|---|---|
author | Dinesh Maniyam <dinesh.maniyam@intel.com> | Thu Feb 27 00:18:23 2025 +0800 |
committer | Michael Trimarchi <michael@amarulasolutions.com> | Sat Mar 15 10:35:01 2025 +0100 |
tree | 79219d102ea7992d083fc22f085d2c69ae4e7e60 | |
parent | f33923f0273a0cd7d69c27e234f7d6421b1eb115 [diff] |
drivers: mtd: nand: cadence: Flush & invalidate dma descriptor Ensure ddr memory is updated with the data from dcache. This would help to ensure cdma always reading the latest dma descriptor from ddr memory. Signed-off-by: Dinesh Maniyam <dinesh.maniyam@intel.com>