aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clkdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-19clk: Look for parents with clkdev based clk_lookupsStephen Boyd1-1/+1
2019-04-19clkdev: Move clk creation outside of 'clocks_mutex'Stephen Boyd1-12/+13
2019-04-18clkdev: Hold clocks_mutex while iterating clocks listStephen Boyd1-0/+5
2019-03-08Merge branch 'clk-parent-rewrite' (early part) into clk-nextStephen Boyd1-113/+13
2019-03-08Merge branches 'clk-optional', 'clk-devm-clkdev-register', 'clk-allwinner', 'clk-meson' and 'clk-renesas' into clk-nextStephen Boyd1-23/+94
2019-03-01clk: Move of_clk_*() APIs into clk.c from clkdev.cStephen Boyd1-60/+0
2019-03-01clk: Inform the core about consumer devicesStephen Boyd1-5/+11
2019-03-01clk: Introduce of_clk_get_hw_from_clkspec()Stephen Boyd1-58/+25
2019-03-01clk: Combine __clk_get() and __clk_create_clk()Stephen Boyd1-8/+1
2019-02-06clkdev: add managed clkdev lookup registrationMatti Vaittinen1-23/+88
2019-02-06clk: Add comment about __of_clk_get_by_name() error valuesPhil Edworthy1-0/+6
2018-08-13ARM: 8778/1: clkdev: don't call __of_clk_get_by_name() unnecessarily from clk_get()Bartosz Golaszewski1-1/+1
2018-07-11ARM: 8776/1: clkdev: Remove duplicated negative index check from __of_clk_get()Geert Uytterhoeven1-3/+0
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