This is a note to let you know that I've just added the patch titled
spi-topcliff-pch: supports a spi mode setup and bit order setup by IO
control
to the 3.3-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
spi-topcliff-pch-supports-a-spi-mode-setup-and-bit-order-setup-by-io-control.patch
and it can be found in the queue-3.3 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From f258b44e22e07f5e98ac2260c70acff5784791b6 Mon Sep 17 00:00:00 2001
From: Tomoya MORINAGA <[email protected]>
Date: Fri, 9 Dec 2011 13:13:28 +0900
Subject: spi-topcliff-pch: supports a spi mode setup and bit order setup by IO
control
From: Tomoya MORINAGA <[email protected]>
commit f258b44e22e07f5e98ac2260c70acff5784791b6 upstream.
This patch supports a spi mode setup and bit order setup by IO control.
spi mode: mode 0 to mode 3
bit order: LSB first, MSB first
Signed-off-by: Tomoya MORINAGA <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/spi/spi-topcliff-pch.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/spi/spi-topcliff-pch.c
+++ b/drivers/spi/spi-topcliff-pch.c
@@ -1434,6 +1434,7 @@ static int __devinit pch_spi_pd_probe(st
master->num_chipselect = PCH_MAX_CS;
master->setup = pch_spi_setup;
master->transfer = pch_spi_transfer;
+ master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST;
data->board_dat = board_dat;
data->plat_dev = plat_dev;
Patches currently in stable-queue which might be from [email protected] are
queue-3.3/spi-topcliff-pch-modify-pci-bus-number-dynamically-to-get-dma-device-info.patch
queue-3.3/spi-topcliff-pch-supports-a-spi-mode-setup-and-bit-order-setup-by-io-control.patch
queue-3.3/spi-topcliff-pch-fix-issue-for-transmitting-over-4kbyte.patch
queue-3.3/spi-topcliff-pch-add-recovery-processing-in-case-wait-event-timeout.patch
queue-3.3/i2c-eg20t-change-timeout-value-50msec-to-1000msec.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html