All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2 V3] SPI: Enable SPI_PREAMBLE Mode
@ 2013-05-24 13:18 Rajeshwari Shinde
  2013-05-24 13:18 ` [U-Boot] [PATCH 1/2 V3] SPI: Add support for preamble bytes Rajeshwari Shinde
  2013-05-24 13:18 ` [U-Boot] [PATCH 2/2 V3] EXYNOS: SPI: Support SPI_PREAMBLE mode Rajeshwari Shinde
  0 siblings, 2 replies; 3+ messages in thread
From: Rajeshwari Shinde @ 2013-05-24 13:18 UTC (permalink / raw)
  To: u-boot

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.
Rajeshwari Shinde (2):
  SPI: Add support for preamble bytes
  EXYNOS: SPI: 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-24 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 13:18 [U-Boot] [PATCH 0/2 V3] SPI: Enable SPI_PREAMBLE Mode Rajeshwari Shinde
2013-05-24 13:18 ` [U-Boot] [PATCH 1/2 V3] SPI: Add support for preamble bytes Rajeshwari Shinde
2013-05-24 13:18 ` [U-Boot] [PATCH 2/2 V3] EXYNOS: SPI: Support SPI_PREAMBLE mode Rajeshwari Shinde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.