[U-Boot] [PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode
Rajeshwari Shinde
rajeshwari.s at samsung.com
Wed May 29 08:10:36 CEST 2013
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
drivers/spi/exynos_spi.c | 69 +++++++++++++++++++++++++++++++++++++++------
include/spi.h | 5 +++
2 files changed, 64 insertions(+), 10 deletions(-)
--
1.7.4.4
More information about the U-Boot
mailing list