summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0010-Revert-omap2_mcspi-Flush-posted-writes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0010-Revert-omap2_mcspi-Flush-posted-writes.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0010-Revert-omap2_mcspi-Flush-posted-writes.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0010-Revert-omap2_mcspi-Flush-posted-writes.patch b/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0010-Revert-omap2_mcspi-Flush-posted-writes.patch
new file mode 100644
index 00000000..6c76843d
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-2.6.39/sakoman/0010-Revert-omap2_mcspi-Flush-posted-writes.patch
@@ -0,0 +1,25 @@
1From ae16b19238b8d0609612d0e1f1a419d293f17c80 Mon Sep 17 00:00:00 2001
2From: Steve Sakoman <steve@sakoman.com>
3Date: Thu, 3 Mar 2011 13:29:30 -0800
4Subject: [PATCH 10/32] Revert "omap2_mcspi: Flush posted writes"
5
6This reverts commit a330ce2001b290c59fe98c37e981683ef0a75fdf.
7---
8 drivers/spi/omap2_mcspi.c | 1 -
9 1 files changed, 0 insertions(+), 1 deletions(-)
10
11diff --git a/drivers/spi/omap2_mcspi.c b/drivers/spi/omap2_mcspi.c
12index 6f86ba0..6094be7 100644
13--- a/drivers/spi/omap2_mcspi.c
14+++ b/drivers/spi/omap2_mcspi.c
15@@ -195,7 +195,6 @@ static inline void mcspi_write_chconf0(const struct spi_device *spi, u32 val)
16
17 cs->chconf0 = val;
18 mcspi_write_cs_reg(spi, OMAP2_MCSPI_CHCONF0, val);
19- mcspi_read_cs_reg(spi, OMAP2_MCSPI_CHCONF0);
20 }
21
22 static void omap2_mcspi_set_dma_req(const struct spi_device *spi,
23--
241.6.6.1
25