commit | 7462c8450e22d2ed90026ba5471ba59009b9225b | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Jul 19 11:04:47 2019 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Wed Jul 31 15:31:36 2019 +0800 |
tree | 85128d94db937919995fea576fa682090673416e | |
parent | 6b907199f4b068fb2d763077d562654b7b985a42 [diff] |
mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeout When reading large data in once (reading 512MiB is tested on MT7623), a watchdog timeout is triggered due to watchdog not being fed. This patch adds WATCHDOG_RESET() to msdc_start_data() so the watchdog will be fed every 1024 blocks are read/written.