diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-29 17:10:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:06 +0000 |
commit | 56bd6862f083a006e193c25c66f29443f3d0f095 (patch) | |
tree | c2e4dccb4ae3147561b3a37117111055480ad941 /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |
parent | e901ce43d789e26ec0524153c5665cd2dbeed374 (diff) | |
download | openembedded-core-56bd6862f083a006e193c25c66f29443f3d0f095.tar.gz openembedded-core-56bd6862f083a006e193c25c66f29443f3d0f095.tar.bz2 openembedded-core-56bd6862f083a006e193c25c66f29443f3d0f095.zip |
linux-yocto/4.1: clkdev updates
Backporting the following clkdev updates to the 4.1 kernel:
c1b6f28fb457 clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h
f9a70df2d491 clk: update clk API documentation to clarify clk_round_rate()
db2d98fa3908 clkdev: fix clk_add_alias() with a NULL alias device name
1b2c3a175637 clkdev: add clkdev_create() helper
9b3d61ea0c57 clkdev: const-ify connection id to clk_add_alias()
76b7b02f10dc clkdev: drop __init from clkdev_add_table()
22f16b822d18 clkdev: use clk_hw internally
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 c84fb2dc63..4a8ec0e046 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" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "e02ac252f68dca39c8fa06c8517dd805e75aed87" +SRCREV_machine ?= "c1b6f28fb457306331d3173364b509fa39971f84" SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" PV = "${LINUX_VERSION}+git${SRCPV}" |