diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:41:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:41:52 +0000 |
commit | 33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1 (patch) | |
tree | d1bd619436ebcf841bfa7d7d44c2490cdb1dd53f /target/linux/ar71xx/patches-2.6.34/151-spi-add-various-flags.patch | |
parent | 26bca4c854307e213f8b6804986d98c9814cebfc (diff) | |
download | upstream-33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1.tar.gz upstream-33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1.tar.bz2 upstream-33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1.zip |
ar71xx: remove unused kernel versions, 2.6.36 should be the next target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.34/151-spi-add-various-flags.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.34/151-spi-add-various-flags.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/ar71xx/patches-2.6.34/151-spi-add-various-flags.patch b/target/linux/ar71xx/patches-2.6.34/151-spi-add-various-flags.patch deleted file mode 100644 index b3ce1b0797..0000000000 --- a/target/linux/ar71xx/patches-2.6.34/151-spi-add-various-flags.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/include/linux/spi/spi.h -+++ b/include/linux/spi/spi.h -@@ -435,6 +435,8 @@ struct spi_transfer { - dma_addr_t rx_dma; - - unsigned cs_change:1; -+ unsigned verify:1; -+ unsigned fast_write:1; - u8 bits_per_word; - u16 delay_usecs; - u32 speed_hz; -@@ -476,6 +478,7 @@ struct spi_message { - struct spi_device *spi; - - unsigned is_dma_mapped:1; -+ unsigned fast_read:1; - - /* REVISIT: we might want a flag affecting the behavior of the - * last transfer ... allowing things like "read 16 bit length L" |