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 | d40b0f352929653666b76961e8b521366837fdca (patch) | |
tree | 1c25a4a078430f47b72527798cf6c650c93a3d34 /target/linux/ar71xx/patches-2.6.35/151-spi-add-various-flags.patch | |
parent | ad8315223159c7b3eeffa2e5047fb871d29d481e (diff) | |
download | mtk-20170518-d40b0f352929653666b76961e8b521366837fdca.zip mtk-20170518-d40b0f352929653666b76961e8b521366837fdca.tar.gz mtk-20170518-d40b0f352929653666b76961e8b521366837fdca.tar.bz2 |
ar71xx: remove unused kernel versions, 2.6.36 should be the next target
SVN-Revision: 23571
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.35/151-spi-add-various-flags.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.35/151-spi-add-various-flags.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/ar71xx/patches-2.6.35/151-spi-add-various-flags.patch b/target/linux/ar71xx/patches-2.6.35/151-spi-add-various-flags.patch deleted file mode 100644 index b3ce1b0..0000000 --- a/target/linux/ar71xx/patches-2.6.35/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" |