[U-Boot] [PATCH 2/2] EXYNOS: SPI: Support a delay after deactivate

2013-03-22 Thread Rajeshwari Shinde
For devices that need some time to react after a spi transaction finishes, add the ability to set a delay. Implement this as a delay on the first/next transaction to avoid any delay in the fairly common case where a SPI transaction is followed by other processing. Based on: "EXYNOS: SPI: Support

Re: [U-Boot] [PATCH 2/2] EXYNOS: SPI: Support a delay after deactivate

2013-05-11 Thread Simon Glass
On Fri, Mar 22, 2013 at 6:28 AM, Rajeshwari Shinde wrote: > For devices that need some time to react after a spi transaction > finishes, add the ability to set a delay. > > Implement this as a delay on the first/next transaction to avoid > any delay in the fairly common case where a SPI transactio