diff options
author | 2016-03-31 22:40:05 +0200 | |
---|---|---|
committer | 2016-03-31 22:40:58 +0200 | |
commit | 7bba19ad61bef2a966495ab44b0d88b539d8ce31 (patch) | |
tree | 8b8fe159cf1fccfdf739e5ba3787013f7f8719d2 | |
parent | 58e565bee4524dbc9a1d42953dae852c6da57260 (diff) | |
download | meta-qcom-7bba19ad61bef2a966495ab44b0d88b539d8ce31.tar.gz meta-qcom-7bba19ad61bef2a966495ab44b0d88b539d8ce31.tar.bz2 meta-qcom-7bba19ad61bef2a966495ab44b0d88b539d8ce31.zip |
linux-linaro-qcomlt: update kernel commit
Update to the latest 4.4 version, to include the following changes:
Andy Gross (1):
firmware: qcom: scm: Convert to platform driver
Nicolas Dechesne (2):
arm64: clean up defconfig with savedefconfig
configs: add SPI_SPIDEV as module in distro.config
Srinivas Kandagatla (7):
firmware: scm: make scm_init call from probe
arm64: dts: qcom : add scm device node
firmware: scm: make scm clks optional
arm: dts: qcom : add scm device node
iommu: qcom: check scm avaiablity before initialization.
ARM: dts: ifc6410: remove pinctrl defaults from gpio node.
arm64: dts: apq8016-sbc: Add aliases to spi device.
Stephen Boyd (2):
regulator: qcom_spmi: Add slewing delays for all SMPS types
regulator: qcom_spmi: Only use selector based regulator ops
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb index ca1bee9..0ac559b 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb @@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-qcom-bootimg.inc SRCBRANCH = "release/qcomlt-4.4" -SRCREV = "01c59c198eb787e00dbdf233257411eb21d24d68" +SRCREV = "6bfb715ed71e6948d08b0205f721488bd764e65c" COMPATIBLE_MACHINE = "(ifc6410|dragonboard-410c)" |