
Hi,
On Tue, May 28, 2013 at 11:10 PM, Rajeshwari Shinde < rajeshwari.s@samsung.com> 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 the if logic in spi_rx_tx function - Added blank lines as suggested by Minkyu Kang. - Removed in_bytes check in while loop. - Added a error check. Changes in V4: - Corrected a if condition. Changes in V5: - In commit message header changed SPI to spi EXYNOS: SPI: to spi: exynos:
Rajeshwari Shinde (2): spi: Add support for preamble bytes spi: exynos: Support SPI_PREAMBLE mode
Hoping these patches can be applied soon...
Regards, Simon
drivers/spi/exynos_spi.c | 69 +++++++++++++++++++++++++++++++++++++++------ include/spi.h | 5 +++ 2 files changed, 64 insertions(+), 10 deletions(-)
-- 1.7.4.4