aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clkdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-02clk: Prepare to remove asm-generic/clkdev.hStephen Boyd1-1/+1
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-11-22ARM: 8631/1: clkdev: Detect errors in clk_hw_register_clkdev() for mass registrationGeert Uytterhoeven1-0/+8
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2016-04-19clkdev: Add clk_hw based registration APIsStephen Boyd1-0/+64
2016-04-19clkdev: Remove clk_register_clkdevs()Stephen Boyd1-27/+0
2016-02-16ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook1-6/+25
2015-10-20clkdev: fix clk_add_alias() with a NULL alias device nameRussell King1-1/+2
2015-05-06clkdev: add clkdev_create() helperRussell King1-12/+41
2015-05-06clkdev: const-ify connection id to clk_add_alias()Russell King1-3/+3
2015-05-06clkdev: drop __init from clkdev_add_table()Russell King1-1/+1
2015-05-06clkdev: use clk_hw internallyRussell King1-8/+16
2015-03-12clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd1-29/+1
2015-02-06clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd1-32/+27
2015-02-02clkdev: Export clk_register_clkdevTomeu Vizoso1-0/+1
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso1-19/+65
2014-06-26clkdev: Don't print errors on probe deferStephen Boyd1-2/+3
2014-05-22clk: Add of_clk_get_by_clkspec() helperSylwester Nawrocki1-7/+27
2014-02-24clk: return probe defer when DT clock not yet readyJean-Francois Moine1-0/+2
2013-12-04clkdev: Fix race condition in clock lookup from device treeSylwester Nawrocki1-2/+10
2012-09-15ARM: 7534/1: clk: Make the managed clk functions generically availableLars-Peter Clausen1-45/+0
2012-07-19clk: fix compile for OF && !COMMON_CLKRob Herring1-1/+1
2012-07-19clk: fix clk_get on of_clk_get_by_name return checkShawn Guo1-1/+1
2012-07-11clk: add DT clock binding supportGrant Likely1-0/+77
2012-05-02CLKDEV: provide helpers for common clock frameworkRussell King1-6/+78
2012-04-19ARM: 7392/1: CLKDEV: Optimize clk_find()viresh kumar1-4/+9
2012-04-19ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown1-0/+45
2011-04-30CLKDEV: Fix clkdev return value for NULL clk caseRussell King1-10/+9
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD1-0/+176