* [PATCH 0/5] linux-yocto/4.1: consolidated pull request
@ 2016-03-16 16:48 Bruce Ashfield
2016-03-16 16:48 ` [PATCH 1/5] linux-yocto/4.1: usb backports for Apollo Lake/Broxton Bruce Ashfield
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-03-16 16:48 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
This is the consolidated pull request for the 4.1 yocto kernel tree. There's
one build fix: [linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure.],
and the others are feature backports for BSP support.
I've built 4.1 for x86, ppc and ARM.
Bruce
The following changes since commit 8debfea81e69d038bd2d56314b272cb74f5582ed:
local.conf.sample: Disable prelink by default (2016-03-13 22:09:05 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (5):
linux-yocto/4.1: usb backports for Apollo Lake/Broxton
linux-yocto/4.1: Thermal: Enable Broxton SoC thermal reporting device
linux-yocto/4.1: powercap/RAPL: Backport powercap/RAPL
linux-yocto/4.1: Intel Broxton and Sunrisepoint-H: pinctrl and drm
linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure.
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 18 +++++++++---------
3 files changed, 13 insertions(+), 13 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/5] linux-yocto/4.1: usb backports for Apollo Lake/Broxton
2016-03-16 16:48 [PATCH 0/5] linux-yocto/4.1: consolidated pull request Bruce Ashfield
@ 2016-03-16 16:48 ` Bruce Ashfield
2016-03-16 16:48 ` [PATCH 2/5] linux-yocto/4.1: Thermal: Enable Broxton SoC thermal reporting device Bruce Ashfield
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-03-16 16:48 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Importing a series of mainline backports to support USB on a couple of
Intel platforms:
b5f6aa9957dd usb: otg: add usb_otg_caps structure for otg capabilities
bbce8fe2cc42 usb: dwc3: pci: add support for Intel Broxton SOC
e734e1d9f827 usb: dwc3: pci: Set enblslpm quirk for Synopsys platforms
1c6bb6694d50 usb: dwc3: Add dis_enblslpm_quirk
1c6be99e56b8 usb: dwc3: pci: trivial: Formatting
2f2b89764b97 usb: dwc3: pci: passing forward the ACPI companion
ea4b3c72d976 usb: dwc3: core: convert to unified device property interface
dc670b52c69a usb: common: of_usb_get_dr_mode to usb_get_dr_mode
586fc5174649 usb: dwc3: st: prepare the driver for generic usb_get_dr_mode function
0624bd9af7ef usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed
e65bc5467e07 usb: dwc3: Add frame length adjustment quirk
a90954c5d267 usb: musb: dsps: control musb speed based on dts setting
b48ff160a993 usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS
d1c59752195e usb: chipidea: set usb otg capabilities
733eada2cdec usb: common: add API to update usb otg capabilities by device tree
7ab2108dd82b usb: dwc3: core: avoid NULL pointer dereference
1aedb48b7dc9 usb: dwc3: add ULPI interface support
07e42a29fb7e usb: dwc3: pci: add quirk for Baytrails
065917252622 usb: dwc3: add hsphy_interface property
b2bb32a363a3 usb: dwc3: setup phys earlier
bf6bb0a6ebb5 usb: dwc3: soft reset to it's own function
d481da949476 usb: dwc3: cache hwparams earlier
9ac66262a201 usb: dwc3: store driver data earlier
5f940588938c usb: dwc3: ULPI or UTMI+ select
04fdce097f83 usb: dwc3: USB2 PHY register access bits
b7209213cc05 usb: add bus type for USB ULPI
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 18 +++++++++---------
3 files changed, 13 insertions(+), 13 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 4a6928a7d1fe..4d9f5fbff88c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt/base"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "2a4c22b03d434f7695e607b6ad30f77671985a6d"
-SRCREV_meta ?= "56dcb623ebf5e83d65fdb4eb270f23676bb000a5"
+SRCREV_machine ?= "0872aaf9d3a4b718ba6ad17a7706843cb556992d"
+SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
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 41a79f17b7f1..b2fac8a3578c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.1.18"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124"
-SRCREV_meta ?= "56dcb623ebf5e83d65fdb4eb270f23676bb000a5"
+SRCREV_machine ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 9663966d8e17..9093590f8b11 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "96b21aab2adf2c9396f8cf579420a2e497923eae"
-SRCREV_machine_qemuarm64 ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124"
-SRCREV_machine_qemumips ?= "e0a6ffb62a4d28659e0e1be7b1a42a8ef499aa3b"
-SRCREV_machine_qemuppc ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124"
-SRCREV_machine_qemux86 ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124"
-SRCREV_machine_qemux86-64 ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124"
-SRCREV_machine_qemumips64 ?= "1b1349ca5a642086d4b92347fb9d1de1c6eab742"
-SRCREV_machine ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124"
-SRCREV_meta ?= "56dcb623ebf5e83d65fdb4eb270f23676bb000a5"
+SRCREV_machine_qemuarm ?= "2b83b94ab36113da6d63e525e0686d1e9fefbeca"
+SRCREV_machine_qemuarm64 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine_qemumips ?= "a5c91d6ff822f3920fd9a20b0deefa6e23acef32"
+SRCREV_machine_qemuppc ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine_qemux86 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine_qemux86-64 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine_qemumips64 ?= "2299caefd7d36e0fe868316045ceb58b9ae369f9"
+SRCREV_machine ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/5] linux-yocto/4.1: Thermal: Enable Broxton SoC thermal reporting device
2016-03-16 16:48 [PATCH 0/5] linux-yocto/4.1: consolidated pull request Bruce Ashfield
2016-03-16 16:48 ` [PATCH 1/5] linux-yocto/4.1: usb backports for Apollo Lake/Broxton Bruce Ashfield
@ 2016-03-16 16:48 ` Bruce Ashfield
2016-03-16 16:48 ` [PATCH 3/5] linux-yocto/4.1: powercap/RAPL: Backport powercap/RAPL Bruce Ashfield
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-03-16 16:48 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Mainline backport for thermal reporting.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
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 4d9f5fbff88c..025aff1a1eb9 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"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "0872aaf9d3a4b718ba6ad17a7706843cb556992d"
+SRCREV_machine ?= "da361d8a72a039a08e497b095a91905ccc8ae1d2"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 b2fac8a3578c..e7facd253831 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.18"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 9093590f8b11..0eecf99933fb 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"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "2b83b94ab36113da6d63e525e0686d1e9fefbeca"
-SRCREV_machine_qemuarm64 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemumips ?= "a5c91d6ff822f3920fd9a20b0deefa6e23acef32"
-SRCREV_machine_qemuppc ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemux86 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemux86-64 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemumips64 ?= "2299caefd7d36e0fe868316045ceb58b9ae369f9"
-SRCREV_machine ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine_qemuarm ?= "c20a22ffa386e548069809884d9f0a20f9499469"
+SRCREV_machine_qemuarm64 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemumips ?= "b6e13683017f0e9b53df799e13bce196fdbbe665"
+SRCREV_machine_qemuppc ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemux86 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemux86-64 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemumips64 ?= "ccfd34d494cbccfce581972fa348077d9257070d"
+SRCREV_machine ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/5] linux-yocto/4.1: powercap/RAPL: Backport powercap/RAPL
2016-03-16 16:48 [PATCH 0/5] linux-yocto/4.1: consolidated pull request Bruce Ashfield
2016-03-16 16:48 ` [PATCH 1/5] linux-yocto/4.1: usb backports for Apollo Lake/Broxton Bruce Ashfield
2016-03-16 16:48 ` [PATCH 2/5] linux-yocto/4.1: Thermal: Enable Broxton SoC thermal reporting device Bruce Ashfield
@ 2016-03-16 16:48 ` Bruce Ashfield
2016-03-16 16:48 ` [PATCH 4/5] linux-yocto/4.1: Intel Broxton and Sunrisepoint-H: pinctrl and drm Bruce Ashfield
2016-03-16 16:48 ` [PATCH 5/5] linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure Bruce Ashfield
4 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-03-16 16:48 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
backporting the following powercap commits:
24e2e14aa446 powercap / RAPL: Enable Broxton RAPL support
6be05b47d625 powercap / RAPL: Add support for Skylake H/S
879e8d02e07d powercap / RAPL: Support Knights Landing
ec583656ad93 powercap / RAPL: Floor frequency setting in Atom SoC
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
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 025aff1a1eb9..7a24b98151a3 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"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "da361d8a72a039a08e497b095a91905ccc8ae1d2"
+SRCREV_machine ?= "3216ec88ce3221d8f4744c84b6314458163493d9"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 e7facd253831..76fdf0dae4e0 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.18"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 0eecf99933fb..4c16873a27a5 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"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "c20a22ffa386e548069809884d9f0a20f9499469"
-SRCREV_machine_qemuarm64 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
-SRCREV_machine_qemumips ?= "b6e13683017f0e9b53df799e13bce196fdbbe665"
-SRCREV_machine_qemuppc ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
-SRCREV_machine_qemux86 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
-SRCREV_machine_qemux86-64 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
-SRCREV_machine_qemumips64 ?= "ccfd34d494cbccfce581972fa348077d9257070d"
-SRCREV_machine ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemuarm ?= "6b5ee65b1f353c9b6a61402bfa6919f8f7a1969b"
+SRCREV_machine_qemuarm64 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemumips ?= "fb0ec85bc42dc0893440e825cbdb709c15bc1704"
+SRCREV_machine_qemuppc ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemux86 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemux86-64 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemumips64 ?= "b9ee3a1ff68fbb978864203735b4d0e200ee50f4"
+SRCREV_machine ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/5] linux-yocto/4.1: Intel Broxton and Sunrisepoint-H: pinctrl and drm
2016-03-16 16:48 [PATCH 0/5] linux-yocto/4.1: consolidated pull request Bruce Ashfield
` (2 preceding siblings ...)
2016-03-16 16:48 ` [PATCH 3/5] linux-yocto/4.1: powercap/RAPL: Backport powercap/RAPL Bruce Ashfield
@ 2016-03-16 16:48 ` Bruce Ashfield
2016-03-16 16:48 ` [PATCH 5/5] linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure Bruce Ashfield
4 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-03-16 16:48 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Integrating the following mainline commits:
9073fd86a770 pinctrl: intel: Add Intel Broxton pin controller support
e27702b5f5bd pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOs
3466e9acff01 pinctrl: intel: Add support for multiple GPIO chips sharing the interrupt
5577b683671b pinctrl: intel: Fix compilation warning when !CONFIG_PM_SLEEP
bd4a97523251 pinctrl: make pinctrl_register() return proper error code
08422ac780d5 pinctrl: intel: sunrisepoint: Add Intel Sunrisepoint-H support
e6556d6f8924 drm/i915/audio: add codec wakeup override enabled/disable callback
4a4d5aab97cc ALSA: hda - Add hduadio support to DEVTABLE
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
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 7a24b98151a3..bd4fbbd33d1e 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"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "3216ec88ce3221d8f4744c84b6314458163493d9"
+SRCREV_machine ?= "fe96b2fe1c896675ef3b62d2aae9ec2082a48899"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 76fdf0dae4e0..1002b29ae7bd 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.18"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine ?= "9073fd86a770707cceb817867460db72eaa9f107"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 4c16873a27a5..ff82047c5488 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"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "6b5ee65b1f353c9b6a61402bfa6919f8f7a1969b"
-SRCREV_machine_qemuarm64 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
-SRCREV_machine_qemumips ?= "fb0ec85bc42dc0893440e825cbdb709c15bc1704"
-SRCREV_machine_qemuppc ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
-SRCREV_machine_qemux86 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
-SRCREV_machine_qemux86-64 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
-SRCREV_machine_qemumips64 ?= "b9ee3a1ff68fbb978864203735b4d0e200ee50f4"
-SRCREV_machine ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemuarm ?= "3c2c6e8e8b528b9be1e034975623fd98e51bfc52"
+SRCREV_machine_qemuarm64 ?= "9073fd86a770707cceb817867460db72eaa9f107"
+SRCREV_machine_qemumips ?= "bee0b4b4981c34ea515758d0da3ad68012b8d0bf"
+SRCREV_machine_qemuppc ?= "9073fd86a770707cceb817867460db72eaa9f107"
+SRCREV_machine_qemux86 ?= "9073fd86a770707cceb817867460db72eaa9f107"
+SRCREV_machine_qemux86-64 ?= "9073fd86a770707cceb817867460db72eaa9f107"
+SRCREV_machine_qemumips64 ?= "600bca3cd7994a86ce1899132d1665ae0290c67a"
+SRCREV_machine ?= "9073fd86a770707cceb817867460db72eaa9f107"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 5/5] linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure.
2016-03-16 16:48 [PATCH 0/5] linux-yocto/4.1: consolidated pull request Bruce Ashfield
` (3 preceding siblings ...)
2016-03-16 16:48 ` [PATCH 4/5] linux-yocto/4.1: Intel Broxton and Sunrisepoint-H: pinctrl and drm Bruce Ashfield
@ 2016-03-16 16:48 ` Bruce Ashfield
4 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2016-03-16 16:48 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
We backported a series of usb OTG commits for BSPs that required
updated support, but this commit was missed. We backport it as
well to fix build issues in some configurations.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
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 bd4fbbd33d1e..48f304dd2f95 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"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "fe96b2fe1c896675ef3b62d2aae9ec2082a48899"
+SRCREV_machine ?= "5984d68470257f07d515b94570cd4fbdc5439380"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 1002b29ae7bd..3de6f0efbdc7 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.18"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "9073fd86a770707cceb817867460db72eaa9f107"
+SRCREV_machine ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
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 ff82047c5488..a99ba9a160a1 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"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "3c2c6e8e8b528b9be1e034975623fd98e51bfc52"
-SRCREV_machine_qemuarm64 ?= "9073fd86a770707cceb817867460db72eaa9f107"
-SRCREV_machine_qemumips ?= "bee0b4b4981c34ea515758d0da3ad68012b8d0bf"
-SRCREV_machine_qemuppc ?= "9073fd86a770707cceb817867460db72eaa9f107"
-SRCREV_machine_qemux86 ?= "9073fd86a770707cceb817867460db72eaa9f107"
-SRCREV_machine_qemux86-64 ?= "9073fd86a770707cceb817867460db72eaa9f107"
-SRCREV_machine_qemumips64 ?= "600bca3cd7994a86ce1899132d1665ae0290c67a"
-SRCREV_machine ?= "9073fd86a770707cceb817867460db72eaa9f107"
+SRCREV_machine_qemuarm ?= "694cc606807a8e5cce762027f51b4179520c9238"
+SRCREV_machine_qemuarm64 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
+SRCREV_machine_qemumips ?= "9150f6c42a7f3d61c150dd0cc2f2de8749dceac9"
+SRCREV_machine_qemuppc ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
+SRCREV_machine_qemux86 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
+SRCREV_machine_qemux86-64 ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
+SRCREV_machine_qemumips64 ?= "e068452acbc753215c7e26d4e81cdf437b53b988"
+SRCREV_machine ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-03-16 16:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16 16:48 [PATCH 0/5] linux-yocto/4.1: consolidated pull request Bruce Ashfield
2016-03-16 16:48 ` [PATCH 1/5] linux-yocto/4.1: usb backports for Apollo Lake/Broxton Bruce Ashfield
2016-03-16 16:48 ` [PATCH 2/5] linux-yocto/4.1: Thermal: Enable Broxton SoC thermal reporting device Bruce Ashfield
2016-03-16 16:48 ` [PATCH 3/5] linux-yocto/4.1: powercap/RAPL: Backport powercap/RAPL Bruce Ashfield
2016-03-16 16:48 ` [PATCH 4/5] linux-yocto/4.1: Intel Broxton and Sunrisepoint-H: pinctrl and drm Bruce Ashfield
2016-03-16 16:48 ` [PATCH 5/5] linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.