diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-04-01 20:09:20 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-03 15:51:36 +0100 |
commit | 8f7bbea48daab9ff3de8df9b9afbe47febcbcfef (patch) | |
tree | 08f5b9c0aa195103b9d79112d352328c149beb2e | |
parent | 4a50c05d3b3e15b195869c11f871de07c514851f (diff) | |
download | poky-8f7bbea48daab9ff3de8df9b9afbe47febcbcfef.tar.gz |
linux-yocto/4.4: gpio-pca953x: add PCAL9535 interrupt support
Reverting two previous gpio commits to allow the application of proper
upstream ready patches to add this support:
08943f2bbd50 gpio-pca953x: add "drive" property
a517d5b72e76 gpio: pca953x: provide GPIO base based on _UID
c91063f44368 gpio-pca953x: add PCAL9535 interrupt support
58f3c9f0ac6d Revert "gpio-pca953x: add "drive" property"
7abbd5fec15d Revert "gpio: pca953x: provide GPIO base based on _UID"
(From OE-Core rev: 053bffb7f1af4b295a59859dea07a74009c134a5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 48025c48af..e6a03928b9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "5ff13cb449701bfeb30ea4a0c4c0b86dc680e219" | 5 | SRCREV_machine ?= "56434a6d9850fd3642bab5cab63d22c6f56d2eae" |
6 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" | 6 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 7583f8019f..2b7e1cb4d7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 12 | SRCREV_machine ?= "08943f2bbd507f8b7f5ef101ccc4755cbec79aad" |
13 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" | 13 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index 3d6991e899..49038caf94 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" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "19185ca77bc28b0198868f65d6c6c2a92a7ee24c" | 14 | SRCREV_machine_qemuarm ?= "03f244ec7482dbc1c924af73a317dd3d12f00132" |
15 | SRCREV_machine_qemuarm64 ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 15 | SRCREV_machine_qemuarm64 ?= "08943f2bbd507f8b7f5ef101ccc4755cbec79aad" |
16 | SRCREV_machine_qemumips ?= "0921347362bc9a4f63a62774a68a1b013cdfc5c4" | 16 | SRCREV_machine_qemumips ?= "4cd732b14cf4bdb51b7b565783bbc2ce5ab9a943" |
17 | SRCREV_machine_qemuppc ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 17 | SRCREV_machine_qemuppc ?= "08943f2bbd507f8b7f5ef101ccc4755cbec79aad" |
18 | SRCREV_machine_qemux86 ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 18 | SRCREV_machine_qemux86 ?= "08943f2bbd507f8b7f5ef101ccc4755cbec79aad" |
19 | SRCREV_machine_qemux86-64 ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 19 | SRCREV_machine_qemux86-64 ?= "08943f2bbd507f8b7f5ef101ccc4755cbec79aad" |
20 | SRCREV_machine_qemumips64 ?= "b09e103786fc1a0622e89bac9df4254e6cb96baa" | 20 | SRCREV_machine_qemumips64 ?= "699473bc2476afa85e47833f0f47aaf44a799257" |
21 | SRCREV_machine ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 21 | SRCREV_machine ?= "08943f2bbd507f8b7f5ef101ccc4755cbec79aad" |
22 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" | 22 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |