mirror of
https://github.com/torvalds/linux.git
synced 2026-09-20 19:01:02 +02:00
The S5PC110 OneNAND DMA helpers have bounded waits for transfer
completion. The polling helper falls out of its timeout loop and returns
success, and the IRQ helper ignores wait_for_completion_timeout().
Return -ETIMEDOUT when the DMA transfer-done bit or completion does not
arrive before the timeout so callers can treat the buffer transfer as
failed.
Fixes:
|
||
|---|---|---|
| .. | ||
| generic.c | ||
| Kconfig | ||
| Makefile | ||
| onenand_base.c | ||
| onenand_bbt.c | ||
| onenand_omap2.c | ||
| onenand_samsung.c | ||
| samsung.h | ||