mtd: msm_qpic_nand: Support for multi page write using vmalloc'ed address
Unsorted Block Images (UBI) driver allocate buffers using vmalloc()
and request multi page write. Currently, the driver doesn't support
handling multi page write in such cases as the dma mapping might fail.
Fix this by splitting the request into multiple write requests.
Change-Id: I36cc07bbb0a912df27d253c89a8f83f4ae0b6822
Signed-off-by:
Sujit Reddy Thumma <sthumma@codeaurora.org>
Loading
Please register or sign in to comment