Re: [U-Boot] [PATCH 1/8] spi: Remove SPI_OPM_RX_EXTN

2015-12-20 Thread Bin Meng
On Wed, Dec 16, 2015 at 11:40 PM, Jagan Teki wrote: > SPI_OPM_RX_EXTN is a combination of all rx opmode's > and spi driver shall use any one of the rx mode at > a time not the combination and it is true in case of > flash where spi_flash_table mention combination of > supported read opmodes so-tha

[U-Boot] [PATCH 1/8] spi: Remove SPI_OPM_RX_EXTN

2015-12-16 Thread Jagan Teki
SPI_OPM_RX_EXTN is a combination of all rx opmode's and spi driver shall use any one of the rx mode at a time not the combination and it is true in case of flash where spi_flash_table mention combination of supported read opmodes so-that the required one will pick based on the rx mode from spi driv