[linux-yocto] [PATCH 0/7] clkdev: Backport some clkdev API from 4.4, for linux-yocto-4.1

Bruce Ashfield bruce.ashfield at windriver.com
Tue Feb 23 06:22:30 PST 2016


On 16-02-22 10:23 PM, Yong, Jonathan wrote:
> Hello Linux-yocto,
>
> We would want to use the same clkdev API for our drivers against bleeding
> edge kernel versions. These patches are already upstream and should apply
> cleanly against linux-yocto-4.1 standard/base.

These look fine to me. I've staged them here, along with a Galileo
series and a new 4.1-stable.

Once my builds complete, I'll push the changes and send SRCREV updates.

Bruce

>
> Thanks.
>
> [Resent: Seems to be missing from archive]
> [Resent 2: CC directly since the emails never reached anywhere]
>
> Russell King (7):
>    clkdev: use clk_hw internally
>    clkdev: drop __init from clkdev_add_table()
>    clkdev: const-ify connection id to clk_add_alias()
>    clkdev: add clkdev_create() helper
>    clkdev: fix clk_add_alias() with a NULL alias device name
>    clk: update clk API documentation to clarify clk_round_rate()
>    clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h
>
>   arch/arm/mach-davinci/da850.c        |  1 +
>   arch/arm/mach-omap1/board-nokia770.c |  2 +-
>   arch/arm/mach-pxa/eseries.c          |  1 +
>   arch/arm/mach-pxa/lubbock.c          |  1 +
>   arch/arm/mach-pxa/tosa.c             |  1 +
>   drivers/clk/clkdev.c                 | 84 ++++++++++++++++++++++++++----------
>   include/linux/clk.h                  | 27 ++++++------
>   include/linux/clkdev.h               |  6 ++-
>   8 files changed, 85 insertions(+), 38 deletions(-)
>



More information about the linux-yocto mailing list