summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-usb.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* clk: at91: usb: Add sam9x60 supportAlexandre Belloni2019-04-251-6/+27
* clk: at91: move DT compatibility code to its own fileAlexandre Belloni2018-10-171-88/+0Star
* clk: at91: allow clock registration from C codeAlexandre Belloni2018-10-171-3/+3
* clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-09-151-29/+40
* 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-271-2/+2
* | clk: at91: remove useless includesAlexandre Belloni2016-02-171-2/+0Star
* | clk: at91: make use of syscon/regmap internallyBoris Brezillon2016-02-171-53/+68
|/
* clk: at91: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-6/+6
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-251-1/+1
* clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-281-6/+1Star
* clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-281-14/+14
* clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-041-1/+1
* clk: at91: usb: propagate rate modification to the parent clkBoris Brezillon2015-04-131-15/+49
* clk: at91: usb: fix at91sam9x5 recalc, round and set rateBoris Brezillon2014-11-171-14/+15
* clk: at91: usb: fix at91rm9200 round and set rateBoris Brezillon2014-11-171-3/+3
* clk: at91: fix div by zero in USB clock driverBoris BREZILLON2014-09-031-2/+5
* clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clkBoris BREZILLON2014-09-031-3/+10
* clk: at91: add PMC usb clockBoris BREZILLON2013-12-021-0/+398