From 7e7649baa9de9d592a76e150970e3079d7610138 Mon Sep 17 00:00:00 2001 From: kaloz Date: Tue, 1 May 2012 07:00:17 +0000 Subject: [coldfire]: switch to 2.6.38 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31546 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...ix-DSPI-compile-error-for-MCF547x-MCF548x.patch | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch (limited to 'target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch') diff --git a/target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch b/target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch new file mode 100644 index 000000000..2ef056edb --- /dev/null +++ b/target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch @@ -0,0 +1,37 @@ +From 7751684dc81d357bc9a226f12b9f12b14c824c54 Mon Sep 17 00:00:00 2001 +From: Alison Wang +Date: Thu, 4 Aug 2011 09:59:54 +0800 +Subject: [PATCH 47/52] Fix DSPI compile error for MCF547x/MCF548x + +Signed-off-by: Alison Wang +--- + arch/m68k/coldfire/m547x/devices.c | 2 +- + arch/m68k/include/asm/mcfdspi.h | 8 ++++++++ + 2 files changed, 9 insertions(+), 1 deletions(-) + +--- a/arch/m68k/coldfire/m547x/devices.c ++++ b/arch/m68k/coldfire/m547x/devices.c +@@ -17,7 +17,7 @@ + + #include + #include +-#include ++#include + + + #ifdef CONFIG_SPI +--- a/arch/m68k/include/asm/mcfdspi.h ++++ b/arch/m68k/include/asm/mcfdspi.h +@@ -56,4 +56,12 @@ struct coldfire_spi_master { + u32 *irq_list; + void (*cs_control)(u8 cs, u8 command); + }; ++ ++struct coldfire_spi_chip { ++ u8 mode; ++ u8 bits_per_word; ++ u8 del_cs_to_clk; ++ u8 del_after_trans; ++ u16 void_write_data; ++}; + #endif /*MCFDSPI_H_*/ -- cgit v1.2.3