Re: [U-Boot] [PATCH v2 0/3] Serial Flash: call spi_flash_free more coherently

2014-12-23 Thread Valentin Longchamp
On 12/18/2014 03:03 PM, Jagan Teki wrote: On 3 November 2014 at 19:31, Valentin Longchamp valentin.longch...@keymile.com wrote: Some board require spi_flash_free to be called after all the accesses, in order, for instance, to restore the pin multiplexing configuration in the case where the

Re: [U-Boot] [PATCH v2 0/3] Serial Flash: call spi_flash_free more coherently

2014-12-18 Thread Jagan Teki
On 3 November 2014 at 19:31, Valentin Longchamp valentin.longch...@keymile.com wrote: Some board require spi_flash_free to be called after all the accesses, in order, for instance, to restore the pin multiplexing configuration in the case where the SPI pins are multiplexed. So, for each probe

[U-Boot] [PATCH v2 0/3] Serial Flash: call spi_flash_free more coherently

2014-11-03 Thread Valentin Longchamp
Some board require spi_flash_free to be called after all the accesses, in order, for instance, to restore the pin multiplexing configuration in the case where the SPI pins are multiplexed. This patch series tries to enhance this. Patch 1 adds spi_flash_free calls to env_sf so that the SPI