Clotilda has just sent a Valentine's Day card and wrote this to you:
"You're all I can think about"
You can visit our website to view your card:
http://yso.cherishpoems.com/?ID=41c62647c0bdd1d67aa05ac4
Webmaster, Card Fountain.
This patch adds support for the OpenCores SPI controller.
Signed-off-by: Thierry Reding
---
drivers/spi/Kconfig |5 +
drivers/spi/Makefile |1 +
drivers/spi/spioc.c | 529 +
include/linux/spi/spioc.h | 25 +++
4 files chang
Signed-off-by: Mike Rapoport
---
drivers/spi/spi_bfin5xx.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/spi/spi_bfin5xx.c b/drivers/spi/spi_bfin5xx.c
index 7fea3cf..abdbec9 100644
--- a/drivers/spi/spi_bfin5xx.c
+++ b/drivers/spi/spi_bfin5xx.c
@@ -35,8 +35,6 @
Signed-off-by: Mike Rapoport
---
drivers/spi/spi_imx.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/spi/spi_imx.c b/drivers/spi/spi_imx.c
index 269a55e..b36b5a1 100644
--- a/drivers/spi/spi_imx.c
+++ b/drivers/spi/spi_imx.c
@@ -186,6 +186,7 @@
#define QUEUE_S
Signed-off-by: Mike Rapoport
---
drivers/spi/pxa2xx_spi.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c
index d0fc4ca..e38f6e0 100644
--- a/drivers/spi/pxa2xx_spi.c
+++ b/drivers/spi/pxa2xx_spi.c
@@ -55,6 +55,7 @@ MOD
Some SPI controllers have restrictions on DMAable buffers alignemt.
Currently if the buffer supplied by protocol driver is not properly
aligned, the controller silently performs transfer in PIO mode.
Addition of dma_alignment field to spi_master allows protocol drivers to
perform proper alignment.
Some SPI controllers have restrictions on DMAable buffers alignemt.
Currently if the buffer supplied by protocol driver is not properly
aligned, the controller silently performs transfer in PIO mode.
Addition of dma_alignment field to spi_master allows protocol drivers to
perform proper alignment.