diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:48 +0000 |
commit | f0cda65bb6ee80f4fc80da9fdeabb9d28a306437 (patch) | |
tree | 204c9dd1bad0f3f69d56564d26e6914ecaa0647a /target/linux/ar71xx/patches-3.3/202-spi-ath79-remove-superfluous-chip-select-code.patch | |
parent | d1b237b335776be151889d5339c672d784475c3c (diff) | |
download | mtk-20170518-f0cda65bb6ee80f4fc80da9fdeabb9d28a306437.zip mtk-20170518-f0cda65bb6ee80f4fc80da9fdeabb9d28a306437.tar.gz mtk-20170518-f0cda65bb6ee80f4fc80da9fdeabb9d28a306437.tar.bz2 |
ar71xx: add initial support for the Qualcomm Atheros AP136 board
SVN-Revision: 32607
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/202-spi-ath79-remove-superfluous-chip-select-code.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/202-spi-ath79-remove-superfluous-chip-select-code.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/202-spi-ath79-remove-superfluous-chip-select-code.patch b/target/linux/ar71xx/patches-3.3/202-spi-ath79-remove-superfluous-chip-select-code.patch index 8a12f5b..eec3293 100644 --- a/target/linux/ar71xx/patches-3.3/202-spi-ath79-remove-superfluous-chip-select-code.patch +++ b/target/linux/ar71xx/patches-3.3/202-spi-ath79-remove-superfluous-chip-select-code.patch @@ -1,7 +1,7 @@ -From 3ba7fd81798169e8d40bc7e4800c6a0e691c40b7 Mon Sep 17 00:00:00 2001 +From 06752f9b169493cd1323f8337c147ad2dd31025c Mon Sep 17 00:00:00 2001 From: Gabor Juhos <juhosg@openwrt.org> Date: Mon, 9 Jan 2012 15:03:28 +0100 -Subject: [PATCH 43/47] spi/ath79: remove superfluous chip select code +Subject: [PATCH 30/34] spi/ath79: remove superfluous chip select code The spi_bitbang driver calls the chipselect function of the driver from spi_bitbang_setup in order to |