
On Fri, May 24, 2013 at 7:24 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.
Simple series, looks fine for me on coding style, need to verify more. but
Rajeshwari Shinde (2): SPI: Add support for preamble bytes EXYNOS: SPI: Support SPI_PREAMBLE mode
Can you please use a small letters on commit msg header, not a big deal but we can sync with all commit message as whole.
SPI -> spi EXYNOS: SPI: -> spi: exynos:
Thanks, Jagan.