public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2 V3] exynos: Support a delay after deactivate for SPI
@ 2013-05-30  5:19 Rajeshwari Shinde
  2013-05-30  5:19 ` [U-Boot] [PATCH 1/2 V3] exynos: Export timer_get_us() to get microsecond timer Rajeshwari Shinde
  2013-05-30  5:19 ` [U-Boot] [PATCH 2/2 V3] spi: exynos: Support a delay after deactivate Rajeshwari Shinde
  0 siblings, 2 replies; 8+ messages in thread
From: Rajeshwari Shinde @ 2013-05-30  5:19 UTC (permalink / raw)
  To: u-boot

This patch set exports the function timer_get_us and adds a delay for 
devices that need some time to react after spi transation
finishes

This patch set is based on
"EXYNOS: SPI: Support SPI_PREAMBLE mode"
link: "http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/162269"

Changes in V2:
	- Removed #ifdefine for exported function.
Changes in V3:
	- Rebased on "[PATCH 0/2 V5] spi: Enable SPI_PREAMBLE Mode"

Rajeshwari Shinde (2):
  exynos: Export timer_get_us() to get microsecond timer
  spi: exynos: Support a delay after deactivate

 drivers/spi/exynos_spi.c |   19 +++++++++++++++++++
 include/common.h         |    6 ++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2013-10-03 19:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30  5:19 [U-Boot] [PATCH 0/2 V3] exynos: Support a delay after deactivate for SPI Rajeshwari Shinde
2013-05-30  5:19 ` [U-Boot] [PATCH 1/2 V3] exynos: Export timer_get_us() to get microsecond timer Rajeshwari Shinde
2013-05-30  5:19 ` [U-Boot] [PATCH 2/2 V3] spi: exynos: Support a delay after deactivate Rajeshwari Shinde
2013-06-12 19:51   ` Jagan Teki
2013-06-12 22:06     ` Simon Glass
2013-06-13  3:17       ` Jagan Teki
2013-08-08 13:42         ` Jagan Teki
2013-10-03 19:55           ` Jagan Teki

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