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

Yong, Jonathan jonathan.yong at intel.com
Tue Feb 23 16:10:06 PST 2016


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.

Thanks.

[Resent: Seems to be missing from archive]

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(-)

-- 
2.4.10



More information about the linux-yocto mailing list