diff options
author | 2022-05-20 08:44:19 +0200 | |
---|---|---|
committer | 2022-05-20 08:44:19 +0200 | |
commit | e90424bf8c1de4429902aa0cc033b32251a2d9e4 (patch) | |
tree | ae00b565b6ed3cad24035e2ba4924bb9a22fa68c | |
parent | 85909070970751fb56d9eee67a8ac8b35fbdb2d0 (diff) | |
download | meta-qcom-sa8155p-ufs.tar.gz meta-qcom-sa8155p-ufs.tar.bz2 meta-qcom-sa8155p-ufs.zip |
linux: update kernel for SA8155P-ADPsa8155p-ufs
The following changes were backported from upstream:
090854301b471 scsi: ufs: ufs-qcom: Enter and exit hibern8 during clock scaling
adb54728a7a08 scsi: ufs: core: Export hibern8 entry and exit functions
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb index b804a88..f14ce4d 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_5.15.bb @@ -8,4 +8,4 @@ SRCREV = "9bc25b368335b6d3d59be44db0c4818bdfbfa546" # SRCBRANCH set to adp stable release branch SRCBRANCH:sa8155p = "release/sa8155p-adp/v5.15.y" -SRCREV:sa8155p = "e9c01bf9f7b58369047a25f8490ea03557554cf1" +SRCREV:sa8155p = "090854301b471d60d4de4402c9c80bf46950f39a" |