summaryrefslogtreecommitdiff
path: root/target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:10 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:10 +0000
commitb97aee1ee851c6ce0f48e9c231a8152c1151dbe4 (patch)
tree3f5f5e1f2c6c8577ee1388dcec0bf4ba7d7565bd /target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch
parentc41002971aeecd78e93ce553028f7cc01c4de777 (diff)
downloadmtk-20170518-b97aee1ee851c6ce0f48e9c231a8152c1151dbe4.zip
mtk-20170518-b97aee1ee851c6ce0f48e9c231a8152c1151dbe4.tar.gz
mtk-20170518-b97aee1ee851c6ce0f48e9c231a8152c1151dbe4.tar.bz2
coldfire: R.I.P.
The target still uses 2.6.38. The support of that kernel version has been removed ~9 months ago. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35489
Diffstat (limited to 'target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch')
-rw-r--r--target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch37
1 files changed, 0 insertions, 37 deletions
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
deleted file mode 100644
index 2ef056e..0000000
--- a/target/linux/coldfire/patches/047-Fix-DSPI-compile-error-for-MCF547x-MCF548x.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 7751684dc81d357bc9a226f12b9f12b14c824c54 Mon Sep 17 00:00:00 2001
-From: Alison Wang <b18965@freescale.com>
-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 <b18965@freescale.com>
----
- 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 <asm/coldfire.h>
- #include <asm/mcfsim.h>
--#include <asm/mcfqspi.h>
-+#include <asm/mcfdspi.h>
-
-
- #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_*/