Commits
Roger Quadros committed a3d62fb8f1b
Revert "scsi: reduce use of block bounce buffers" This reverts commit 21e07dba9fb1179148089d611fc9e6e70d1887c3. Slightly modified to use dma_dev instead of host_dev as host_dev doesn't have the right dma_mask of the controller. Without this change, the SATA controller gets DMA addresses > 32-bit when LPAE is enabled and Sytem has RAM at addresses > 32-bit, even though it has dma_mask set correctly to 32-bits. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>