summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk-mmc-phase.c
Commit message (Expand)AuthorAgeFilesLines
* clk: rockchip: fix mmc get phaseJerome Brunet2020-03-061-2/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-171-8/+6
|\
| * clk: rockchip: Slightly more accurate math in rockchip_mmc_get_phase()Douglas Anderson2019-05-201-3/+3
| * clk: rockchip: Don't yell about bad mmc phases when gettingDouglas Anderson2019-05-201-3/+1
| * clk: rockchip: Use clk_hw_get_rate() in MMC phase calculationDouglas Anderson2019-05-201-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
|/
* clk: rockchip: Fix error return in phase clock registrationShawn Lin2018-03-231-2/+4
* clk: rockchip: Correct the behaviour of restoring cached phaseShawn Lin2018-03-231-2/+14
* clk: rockchip: Restore the clock phase after the rate was changedShawn Lin2018-03-131-1/+38
* clk: rockchip: Prevent calculating mmc phase if clock rate is zeroShawn Lin2018-03-051-0/+23
* clk: rockchip: Revert "clk: rockchip: reset init state before mmc card initia...Douglas Anderson2016-05-301-11/+0
* clk: rockchip: initialize flags of clk_init_data in mmc-phase clockHeiko Stuebner2016-05-301-0/+1
* clk: rockchip: fix checkpatch warning in core codeHeiko Stuebner2016-04-201-1/+2
* clk: rockchip: don't return NULL when registering mmc branch failsShawn Lin2016-02-151-6/+2
* Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-051-0/+11
|\
| * clk: rockchip: reset init state before mmc card initializationShawn Lin2015-10-011-0/+11
* | clk: rockchip: Make calculations use roundingDouglas Anderson2015-10-261-6/+7
* | clk: rockchip: Allow more precision for some mmc clock phasesDouglas Anderson2015-10-261-15/+30
|/
* clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-241-1/+1
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\
| * clk: rockchip: Properly include clk.hStephen Boyd2015-07-201-0/+1
* | clk: rockchip: fix issues in the mmc-phase clockHeiko Stuebner2015-07-061-3/+3
|/
* clk: make several parent names constUwe Kleine-König2015-06-041-1/+1
* clk: rockchip: Add support for the mmc clock phases using the frameworkAlexandru M Stan2014-11-281-0/+154