diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-11 10:08:16 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 22:57:19 +0000 |
commit | d255f4f72aaaa2ba3cee44850d1f8ff3559c136e (patch) | |
tree | ca0f00f12904e15d13c4cdf7fd676ce9609faadc /meta/recipes-kernel | |
parent | fdcb373de107c0dff1f60dbbcd7e0dcaa53918b2 (diff) | |
download | poky-d255f4f72aaaa2ba3cee44850d1f8ff3559c136e.tar.gz |
linux-yocto/4.1: galileo backports and support
Updating the 4.1 branches with backported mainline support for the
galileo.
a5327464dad9 iio: light: add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensors
7a868ce12675 pwm-pca9685: enable ACPI device found on Galileo Gen2
9f169f0f6493 at24: enable ACPI device found on Galileo Gen2
8b662e6343a1 gpio: pca953x: support ACPI devices found on Galileo Gen2
a9939d26a6a0 gpio: pca953x: store driver_data for future use
52355b7a7fee mfd: intel_quark_i2c_gpio: support devices behind i2c bus
ba850c2a9965 mfd: intel_quark_i2c_gpio: load gpio driver first
8b322e7df2bf mfd: core: redo ACPI matching of the children devices
23c1fb4bc37d i2c / ACPI: Rework I2C device scanning
f7eea071b03c gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not found
bdc90004c8d5 GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use
447db37b6df9 gpio / ACPI: Add support for retrieving GpioInt resources from a device
edce965b0881 i2c: fix leaked device refcount on of_find_i2c_* error path
f9b93689fdf5 i2c: core: only use set_scl for bus recovery after calling prepare_recovery
a10a703575bd i2c: core: Reduce stack size of acpi_i2c_space_handler()
ad91512127cd i2c: core: fix typo in comment
b16ba95782f1 i2c: check for proper length of the reg property
028a8d9209b7 i2c: slave: add error messages to slave core
58551fe2320d i2c / ACPI: Assign IRQ for devices that have GpioInt automatically
85153945ad9e i2c / ACPI: Use 0 to indicate that device does not have interrupt assigned
(From OE-Core rev: 2ff6c2ca2e22eaef37ccb4025bc0b78c42695eed)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index dd93268418..52a8a7f335 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "42d44733dd06c224dd3e0b25579541b318007e6e" | 5 | SRCREV_machine ?= "c0e9b50e9f871ae73a3efafebf2fe1ceb0adbe85" |
6 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" | 6 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 49b85ec1a5..d0970cb4c8 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.17" | |||
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 ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a" | 12 | SRCREV_machine ?= "a5327464dad92042f79dd5fb12523d16780980fb" |
13 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" | 13 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 033fcd7306..12e1b82029 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.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 ?= "2e57b0b4eba5545f8dcd6d204930acc9b16668cc" | 14 | SRCREV_machine_qemuarm ?= "5f2bc8d122ac2247d5a01025f73d09ae723efb21" |
15 | SRCREV_machine_qemuarm64 ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a" | 15 | SRCREV_machine_qemuarm64 ?= "a5327464dad92042f79dd5fb12523d16780980fb" |
16 | SRCREV_machine_qemumips ?= "1da18606598d131831b2cb5db377c2379c26cab2" | 16 | SRCREV_machine_qemumips ?= "6e4bc756e0289b9f1869bfb5d84f033df2437d0b" |
17 | SRCREV_machine_qemuppc ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a" | 17 | SRCREV_machine_qemuppc ?= "a5327464dad92042f79dd5fb12523d16780980fb" |
18 | SRCREV_machine_qemux86 ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a" | 18 | SRCREV_machine_qemux86 ?= "a5327464dad92042f79dd5fb12523d16780980fb" |
19 | SRCREV_machine_qemux86-64 ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a" | 19 | SRCREV_machine_qemux86-64 ?= "a5327464dad92042f79dd5fb12523d16780980fb" |
20 | SRCREV_machine_qemumips64 ?= "a73051ce903a0a646e1c198b71b2ec8eb1091ed0" | 20 | SRCREV_machine_qemumips64 ?= "e83d6e6fcfc04591109e470e55532d25a2a1bef1" |
21 | SRCREV_machine ?= "2e0ac7b6c4e3ada23a84756287e9b7051ace939a" | 21 | SRCREV_machine ?= "a5327464dad92042f79dd5fb12523d16780980fb" |
22 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" | 22 | SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |