Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2fdfe8d9a2687718b07a35196b89fbf48ba0c82f
Commit:     2fdfe8d9a2687718b07a35196b89fbf48ba0c82f
Parent:     2ae795b02aa46a99d845958ae8d7bc8afa04292b
Author:     Haavard Skinnemoen <[EMAIL PROTECTED]>
AuthorDate: Tue May 29 21:33:37 2007 +0200
Committer:  Haavard Skinnemoen <[EMAIL PROTECTED]>
CommitDate: Thu Jun 14 18:30:50 2007 +0200

    [AVR32] STK1000: Set SPI_MODE_3 in the ltv350qv board info
    
    In the latest incarnation of the ltv350qv driver the call to
    spi_setup() has been removed. So we need to initialize things more
    carefully in the board info struct.
    
    Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
 arch/avr32/boards/atstk1000/atstk1002.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/avr32/boards/atstk1000/atstk1002.c 
b/arch/avr32/boards/atstk1000/atstk1002.c
index fe1dbe2..e253e86 100644
--- a/arch/avr32/boards/atstk1000/atstk1002.c
+++ b/arch/avr32/boards/atstk1000/atstk1002.c
@@ -42,6 +42,7 @@ static struct spi_board_info spi0_board_info[] __initdata = {
                .modalias       = "ltv350qv",
                .max_speed_hz   = 16000000,
                .chip_select    = 1,
+               .mode           = SPI_MODE_3,
        },
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to