summaryrefslogtreecommitdiff
path: root/drivers/clk/clkdev.c
AgeCommit message (Expand)Author
2018-08-13ARM: 8778/1: clkdev: don't call __of_clk_get_by_name() unnecessarily from clk...clkdevBartosz Golaszewski
2018-07-11ARM: 8776/1: clkdev: Remove duplicated negative index check from __of_clk_get()Geert Uytterhoeven
2018-01-02clk: Prepare to remove asm-generic/clkdev.hStephen Boyd
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring
2016-11-22ARM: 8631/1: clkdev: Detect errors in clk_hw_register_clkdev() for mass regis...Geert Uytterhoeven
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-04-19clkdev: Add clk_hw based registration APIsStephen Boyd
2016-04-19clkdev: Remove clk_register_clkdevs()Stephen Boyd
2016-02-16ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook
2015-10-20clkdev: fix clk_add_alias() with a NULL alias device nameRussell King
2015-05-06clkdev: add clkdev_create() helperRussell King
2015-05-06clkdev: const-ify connection id to clk_add_alias()Russell King
2015-05-06clkdev: drop __init from clkdev_add_table()Russell King
2015-05-06clkdev: use clk_hw internallyRussell King
2015-03-12clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd
2015-02-06clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd
2015-02-02clkdev: Export clk_register_clkdevTomeu Vizoso
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso
2014-06-26clkdev: Don't print errors on probe deferStephen Boyd
2014-05-22clk: Add of_clk_get_by_clkspec() helperSylwester Nawrocki
2014-02-24clk: return probe defer when DT clock not yet readyJean-Francois Moine
2013-12-04clkdev: Fix race condition in clock lookup from device treeSylwester Nawrocki
2012-09-15ARM: 7534/1: clk: Make the managed clk functions generically availableLars-Peter Clausen
2012-07-19clk: fix compile for OF && !COMMON_CLKRob Herring
2012-07-19clk: fix clk_get on of_clk_get_by_name return checkShawn Guo
2012-07-11clk: add DT clock binding supportGrant Likely
2012-05-02CLKDEV: provide helpers for common clock frameworkRussell King
2012-04-19ARM: 7392/1: CLKDEV: Optimize clk_find()viresh kumar
2012-04-19ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown
2011-04-30CLKDEV: Fix clkdev return value for NULL clk caseRussell King
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD