Re: [U-Boot] [PATCH] Revert "x86: Convert MMC to driver model"

2017-06-27 Thread Bin Meng
On Tue, Jun 27, 2017 at 11:25 AM, Simon Glass wrote: > On 26 June 2017 at 17:36, Bin Meng wrote: >> This reverts commit ddb3ac3c716f56cead695444e65a7ba7b0946555. >> >> With MMC converted to driver model, SCSI driver is broken due to >> zero address access

Re: [U-Boot] [PATCH] Revert "x86: Convert MMC to driver model"

2017-06-26 Thread Simon Glass
On 26 June 2017 at 17:36, Bin Meng wrote: > This reverts commit ddb3ac3c716f56cead695444e65a7ba7b0946555. > > With MMC converted to driver model, SCSI driver is broken due to > zero address access at (ops->read) in block_dread() function. > > The fix (SCSI driver converted to

[U-Boot] [PATCH] Revert "x86: Convert MMC to driver model"

2017-06-26 Thread Bin Meng
This reverts commit ddb3ac3c716f56cead695444e65a7ba7b0946555. With MMC converted to driver model, SCSI driver is broken due to zero address access at (ops->read) in block_dread() function. The fix (SCSI driver converted to DM) is ready in u-boot-dm branch, but it is too late for this relese to