From 86ddd45f316f7878178f36b319964b92547833f0 Mon Sep 17 00:00:00 2001 From: acoul Date: Fri, 8 Oct 2010 12:10:18 +0000 Subject: linux/ar71xx: add preliminary 2.6.36 kernel support (refresh patches) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ar71xx/patches-2.6.36/210-spi_bitbang_txrx.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/linux/ar71xx/patches-2.6.36/210-spi_bitbang_txrx.patch (limited to 'target/linux/ar71xx/patches-2.6.36/210-spi_bitbang_txrx.patch') diff --git a/target/linux/ar71xx/patches-2.6.36/210-spi_bitbang_txrx.patch b/target/linux/ar71xx/patches-2.6.36/210-spi_bitbang_txrx.patch new file mode 100644 index 000000000..d4b8ecba4 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.36/210-spi_bitbang_txrx.patch @@ -0,0 +1,12 @@ +--- a/drivers/spi/ap83_spi.c ++++ b/drivers/spi/ap83_spi.c +@@ -125,8 +125,8 @@ static void ap83_spi_chipselect(struct s + do_spidelay(spi, nsecs); \ + } while (0) + +-#define EXPAND_BITBANG_TXRX + #include ++#include "spi_bitbang_txrx.h" + + static u32 ap83_spi_txrx_mode0(struct spi_device *spi, + unsigned nsecs, u32 word, u8 bits) -- cgit v1.2.3