public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode
@ 2013-05-29  6:10 Rajeshwari Shinde
  2013-05-29  6:10 ` [U-Boot] [PATCH 1/2 V5] spi: Add support for preamble bytes Rajeshwari Shinde
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Rajeshwari Shinde @ 2013-05-29  6:10 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.
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

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

end of thread, other threads:[~2013-06-02 18:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29  6:10 [U-Boot] [PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode Rajeshwari Shinde
2013-05-29  6:10 ` [U-Boot] [PATCH 1/2 V5] spi: Add support for preamble bytes Rajeshwari Shinde
2013-06-02 17:24   ` Jagan Teki
2013-06-02 17:55     ` Simon Glass
2013-06-02 18:00       ` Jagan Teki
2013-06-02 18:03         ` Simon Glass
2013-06-02 18:19   ` [U-Boot] [U-Boot,1/2,V5] " Jagan Teki
2013-06-02 18:38   ` Jagan Teki
2013-05-29  6:10 ` [U-Boot] [PATCH 2/2 V5] spi: exynos: Support SPI_PREAMBLE mode Rajeshwari Shinde
2013-06-02 17:41   ` Jagan Teki
2013-06-02 18:00     ` Simon Glass
2013-06-02 18:20   ` [U-Boot] [U-Boot, 2/2, " Jagan Teki
2013-06-02 18:38   ` Jagan Teki
2013-05-30  4:38 ` [U-Boot] [PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox