Re: [U-Boot] [PATCH 0/2 V4] SPI: Enable SPI_PREAMBLE Mode

2013-05-24 Thread Jagan Teki
On Fri, May 24, 2013 at 7:24 PM, Rajeshwari Shinde wrote: > This patch set enables PREAMBLE Mode for EXYNOS SPI. > > Changes in v2: > - Remove preamable_count variable which is not really needed > - Fix checkpatch warning (multiple assignments) > Changes in V3: > - Modified

[U-Boot] [PATCH 0/2 V4] SPI: Enable SPI_PREAMBLE Mode

2013-05-24 Thread Rajeshwari Shinde
This patch set enables PREAMBLE Mode for EXYNOS SPI. Changes in v2: - Remove preamable_count variable which is not really needed - Fix checkpatch warning (multiple assignments) Changes in V3: - Modified the if logic in spi_rx_tx function - Added blank lines as sugge