summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-04-13 12:12:09 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-14 10:58:34 +0100
commit4ba33a39a2063b122a279af9881bd9d8a86602f3 (patch)
tree53d33f2cb2b9c27960554aae6604288783a64a8a /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parent86571dbab781b95c97ed290b26f3391e18e144cd (diff)
downloadpoky-4ba33a39a2063b122a279af9881bd9d8a86602f3.tar.gz
linux-yocto/4.4: gpio-pca953x: fix the "drive" property cannot read/write
The gpio_drive_show/store use incorrect gpio_desc, this causes the drive sysfs property cannot be used, This patch fixes this issue Upstream-status: Inappropriate, custom code for legacy userspace (From OE-Core rev: ec13eb0b19ee1d433329af0dd88ac5b31b13c1af) Signed-off-by: Yong Li <yong.b.li@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.4.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 7aeb7c35db..8a9e671266 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "8809b2c36a60829bb9a7c3b04cdf42e95d8e93ae" 14SRCREV_machine_qemuarm ?= "a1201019dd589ee33964da46a8402c7e00133ee2"
15SRCREV_machine_qemuarm64 ?= "73481a3abd4ee49c1cf5561fea997275f535098e" 15SRCREV_machine_qemuarm64 ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
16SRCREV_machine_qemumips ?= "6a62ed62536c0f50050e24ee385b9e3965d43c97" 16SRCREV_machine_qemumips ?= "2f8a14c3f7c6372b00bfa4fea186f277d8125963"
17SRCREV_machine_qemuppc ?= "73481a3abd4ee49c1cf5561fea997275f535098e" 17SRCREV_machine_qemuppc ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
18SRCREV_machine_qemux86 ?= "73481a3abd4ee49c1cf5561fea997275f535098e" 18SRCREV_machine_qemux86 ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
19SRCREV_machine_qemux86-64 ?= "73481a3abd4ee49c1cf5561fea997275f535098e" 19SRCREV_machine_qemux86-64 ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
20SRCREV_machine_qemumips64 ?= "c61be23279c09c6906571de734b583dc7eacedc6" 20SRCREV_machine_qemumips64 ?= "b65cb9e6c3ed6e8f97150d4de0f651c7cd1c4fdf"
21SRCREV_machine ?= "73481a3abd4ee49c1cf5561fea997275f535098e" 21SRCREV_machine ?= "0148b3601f29b159b4f84c1478ff1859bbd48efe"
22SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" 22SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \