summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.3/203-spi-ath79-use-gpio_request_one.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:48 +0000
commitf0cda65bb6ee80f4fc80da9fdeabb9d28a306437 (patch)
tree204c9dd1bad0f3f69d56564d26e6914ecaa0647a /target/linux/ar71xx/patches-3.3/203-spi-ath79-use-gpio_request_one.patch
parentd1b237b335776be151889d5339c672d784475c3c (diff)
downloadmtk-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/203-spi-ath79-use-gpio_request_one.patch')
-rw-r--r--target/linux/ar71xx/patches-3.3/203-spi-ath79-use-gpio_request_one.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/203-spi-ath79-use-gpio_request_one.patch b/target/linux/ar71xx/patches-3.3/203-spi-ath79-use-gpio_request_one.patch
index 0c0ab63..12559bc 100644
--- a/target/linux/ar71xx/patches-3.3/203-spi-ath79-use-gpio_request_one.patch
+++ b/target/linux/ar71xx/patches-3.3/203-spi-ath79-use-gpio_request_one.patch
@@ -1,7 +1,7 @@
-From 07f515fc0f69d18110cb2369e0b5d0fb4bdd7dfa Mon Sep 17 00:00:00 2001
+From 6bd876a46b977643f27d2cc63f49e1bc84b78134 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Mon, 9 Jan 2012 15:04:21 +0100
-Subject: [PATCH 44/47] spi/ath79: use gpio_request_one
+Subject: [PATCH 31/34] spi/ath79: use gpio_request_one
Use gpio_request_one() instead of multiple gpiolib calls.