summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clkdev.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* clk: Look for parents with clkdev based clk_lookupsStephen Boyd2019-04-191-1/+1
* clkdev: Move clk creation outside of 'clocks_mutex'Stephen Boyd2019-04-191-12/+13
* clkdev: Hold clocks_mutex while iterating clocks listStephen Boyd2019-04-181-0/+5
* Merge branch 'clk-parent-rewrite' (early part) into clk-nextStephen Boyd2019-03-081-113/+13
|\
| * clk: Move of_clk_*() APIs into clk.c from clkdev.cStephen Boyd2019-03-011-60/+0
| * clk: Inform the core about consumer devicesStephen Boyd2019-03-011-5/+11
| * clk: Introduce of_clk_get_hw_from_clkspec()Stephen Boyd2019-03-011-58/+25
| * clk: Combine __clk_get() and __clk_create_clk()Stephen Boyd2019-03-011-8/+1
| |
| \
*-. \ Merge branches 'clk-optional', 'clk-devm-clkdev-register', 'clk-allwinner', '...Stephen Boyd2019-03-081-23/+94
|\ \ \ | |_|/ |/| |
| | * clkdev: add managed clkdev lookup registrationMatti Vaittinen2019-02-061-23/+88
| |/ |/|
| * clk: Add comment about __of_clk_get_by_name() error valuesPhil Edworthy2019-02-061-0/+6
|/
* ARM: 8778/1: clkdev: don't call __of_clk_get_by_name() unnecessarily from clk...Bartosz Golaszewski2018-08-131-1/+1
* ARM: 8776/1: clkdev: Remove duplicated negative index check from __of_clk_get()Geert Uytterhoeven2018-07-111-3/+0
* clk: Prepare to remove asm-generic/clkdev.hStephen Boyd2018-01-021-1/+1
* clk: Convert to using %pOF instead of full_nameRob Herring2017-07-211-2/+2
* ARM: 8631/1: clkdev: Detect errors in clk_hw_register_clkdev() for mass regis...Geert Uytterhoeven2016-11-221-0/+8
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-2/+2
* clkdev: Add clk_hw based registration APIsStephen Boyd2016-04-191-0/+64
* clkdev: Remove clk_register_clkdevs()Stephen Boyd2016-04-191-27/+0
* ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook2016-02-161-6/+25
* clkdev: fix clk_add_alias() with a NULL alias device nameRussell King2015-10-201-1/+2
* clkdev: add clkdev_create() helperRussell King2015-05-061-12/+41
* clkdev: const-ify connection id to clk_add_alias()Russell King2015-05-061-3/+3
* clkdev: drop __init from clkdev_add_table()Russell King2015-05-061-1/+1
* clkdev: use clk_hw internallyRussell King2015-05-061-8/+16
* clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd2015-03-121-29/+1
* clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd2015-02-061-32/+27
* clkdev: Export clk_register_clkdevTomeu Vizoso2015-02-021-0/+1
* clk: Make clk API return per-user struct clk instancesTomeu Vizoso2015-02-021-19/+65
* clkdev: Don't print errors on probe deferStephen Boyd2014-06-261-2/+3
* clk: Add of_clk_get_by_clkspec() helperSylwester Nawrocki2014-05-221-7/+27
* clk: return probe defer when DT clock not yet readyJean-Francois Moine2014-02-241-0/+2
* clkdev: Fix race condition in clock lookup from device treeSylwester Nawrocki2013-12-041-2/+10
* ARM: 7534/1: clk: Make the managed clk functions generically availableLars-Peter Clausen2012-09-151-45/+0
* clk: fix compile for OF && !COMMON_CLKRob Herring2012-07-191-1/+1
* clk: fix clk_get on of_clk_get_by_name return checkShawn Guo2012-07-191-1/+1
* clk: add DT clock binding supportGrant Likely2012-07-111-0/+77
* CLKDEV: provide helpers for common clock frameworkRussell King2012-05-021-6/+78
* ARM: 7392/1: CLKDEV: Optimize clk_find()viresh kumar2012-04-191-4/+9
* ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown2012-04-191-0/+45
* CLKDEV: Fix clkdev return value for NULL clk caseRussell King2011-04-301-10/+9
* ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD2010-11-261-0/+176