summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-generated.c
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: clk-generated: add mux_table optionClaudiu Beznea2020-07-241-3/+10
* clk: at91: clk-generated: pass the id of changeable parent at registrationClaudiu Beznea2020-07-241-12/+14
* clk: at91: replace conditional operator with double logical notClaudiu Beznea2020-07-241-1/+1
* clk: at91: clk-generated: check best_rate against rangesClaudiu Beznea2020-07-241-2/+2
* clk: at91: clk-generated: continue if __clk_determine_rate() returns errorClaudiu Beznea2020-07-241-1/+2
* clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1Codrin Ciubotariu2019-07-221-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* clk: at91: allow configuring generated PCR layoutAlexandre Belloni2019-04-251-23/+25
* clk: at91: move DT compatibility code to its own fileAlexandre Belloni2018-10-171-65/+0
* clk: at91: allow clock registration from C codeAlexandre Belloni2018-10-171-1/+1
* clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()Alexandre Belloni2018-10-171-17/+10
* clk: at91: generated: SSCs don't have a gclkAlexandre Belloni2018-10-171-4/+1
* clk: at91: clk-generated: make gclk determine audio_pll rateQuentin Schulz2017-09-011-6/+57
* clk: at91: clk-generated: create function to find best_diffQuentin Schulz2017-09-011-14/+27
* clk: at91: clk-generated: remove useless divisor loopQuentin Schulz2017-09-011-13/+12
* clk: at91: Add sama5d2 suspend/resumeAlexandre Belloni2017-06-291-0/+2
* clk: at91: fix clk-generated compilationAlexandre Belloni2017-06-051-0/+1
* clk: at91: fix clk-generated parentingAlexandre Belloni2017-06-011-2/+1
* clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-09-141-13/+17
* clk: at91: make of_sama5d2_clk_generated_setup() staticBen Dooks2016-06-201-1/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2016-03-231-2/+2
|\
| * clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd2016-02-261-2/+2
* | clk: at91: remove useless includesAlexandre Belloni2016-02-171-2/+0
* | clk: at91: make use of syscon/regmap internallyBoris Brezillon2016-02-171-39/+54
|/
* clk: at91: add generated clock driverNicolas Ferre2015-10-011-0/+306