Re: [U-Boot] [PATCH v8 02/14] sf: Move spi_flash_scan code to sf_ops

2015-12-09 Thread Bin Meng
On Mon, Dec 7, 2015 at 2:34 AM, Jagan Teki wrote: > Intension is that sf_ops should deals all spi_flash > related stuff and sf_probe (which should renamed future) > should be an interface layer for spi_flash versus spi drivers. > > sf_ops => spi_flash interface > sf_probe => interface layer vs spi

[U-Boot] [PATCH v8 02/14] sf: Move spi_flash_scan code to sf_ops

2015-12-06 Thread Jagan Teki
Intension is that sf_ops should deals all spi_flash related stuff and sf_probe (which should renamed future) should be an interface layer for spi_flash versus spi drivers. sf_ops => spi_flash interface sf_probe => interface layer vs spi_flash(sf_probe) to spi drivers Reviewed-by: Simon Glass Sig