summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip
Commit message (Expand)AuthorAgeFilesLines
* clk: rockchip: Revert "clk: rockchip: reset init state before mmc card initia...Douglas Anderson2020-05-101-11/+0
* clk: rockchip: fix rk3188 sclk_mac_lbtest parameter orderingHeiko Stuebner2019-12-211-2/+2
* clk: rockchip: fix rk3188 sclk_smc gate dataFinley Xiao2019-12-211-2/+2
* clk: rockchip: Don't yell about bad mmc phases when gettingDouglas Anderson2019-09-211-3/+1
* clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288Douglas Anderson2019-06-221-0/+11
* clk: rockchip: Prevent calculating mmc phase if clock rate is zeroShawn Lin2018-05-301-0/+23
* clk: rockchip: initialize flags of clk_init_data in mmc-phase clockHeiko Stuebner2016-08-101-0/+1
* clk: rockchip: free memory in error cases when registering clock branchesShawn Lin2016-05-111-2/+7
* clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner2016-05-111-1/+3
* clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocksAlexander Kochetkov2016-04-121-0/+1
* clk: rockchip: rk3368: fix hdmi_cec gate-registerHeiko Stuebner2016-04-121-1/+1
* clk: rockchip: rk3368: fix parents of video encoder/decoderHeiko Stuebner2016-04-121-2/+2
* clk: rockchip: rk3368: fix cpuclk core dividersHeiko Stuebner2016-04-121-20/+20
* clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-clusterHeiko Stuebner2016-04-121-1/+1
* Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-053-63/+89
|\
| * clk: rockchip: save width in struct clk_fractional_dividerAndy Shevchenko2015-10-021-2/+4
| * clk: rockchip: reset init state before mmc card initializationShawn Lin2015-10-011-0/+11
| * clk: rockchip: don't use clk_ APIs in the pll init-callbackHeiko Stübner2015-10-011-61/+74
| * Merge branch 'clk-next' into v4.3-rc1Stephen Boyd2015-09-162-2/+13
| |\
* | | 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
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-191-0/+6
|\ \ \ | | |/ | |/|
| * | clk: rockchip: add critical clock for rk3368Heiko Stübner2015-09-141-0/+6
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-141-2/+7
|\| | | |/ |/|
| * clk: rockchip: Add pclk_peri to critical clocks on RK3066/RK3188Romain Perier2015-09-101-0/+1
| * clk: rockchip: add pclk_cpu to the list of rk3188 critical clocksMichael Niewoehner2015-09-101-0/+1
| * clk: rockchip: handle critical clocks after registering all clocksHeiko Stuebner2015-09-101-2/+5
* | Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-09-041-0/+1
|\ \ | |/ |/|
| * clk: rockchip: add pclk_pd_pmu to the list of rk3288 critical clocksHeiko Stuebner2015-08-131-0/+1
* | clk: rockchip: register pll mux before pll itselfHeiko Stuebner2015-08-241-31/+32
* | clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-242-2/+2
* | clk: rockchip: Convert to clk_hw based provider APIsStephen Boyd2015-08-241-9/+9
* | clk: rockchip: Fix SPIF special clock definitionSjoerd Simons2015-08-121-3/+3
* | clk: rockchip: Fix PLL bandwidthDouglas Anderson2015-07-284-15/+15
* | Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-285-3/+5
|\ \
| * | clk: rockchip: Properly include clk.hStephen Boyd2015-07-205-3/+5
| |/
* | clk: rockchip: add rk3368 clock controllerHeiko Stuebner2015-07-063-0/+898
* | clk: rockchip: define the inverters of rk3066/rk3188 and rk3288Heiko Stuebner2015-07-062-2/+14
* | clk: rockchip: fix issues in the mmc-phase clockHeiko Stuebner2015-07-061-3/+3
* | clk: rockchip: add support for phase invertersHeiko Stuebner2015-07-064-0/+144
* | clk: rockchip: add COMPOSITE_NOGATE_DIVTBL variantHeiko Stuebner2015-07-061-0/+20
* | clk: rockchip: protect register macros against multipart valuesHeiko Stuebner2015-07-061-8/+8
* | clk: rockchip: fix faulty vip parent name on rk3288Heiko Stuebner2015-07-061-2/+2
* | clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_macHeiko Stuebner2015-07-061-1/+1
|/
* clk: make several parent names constUwe Kleine-König2015-06-045-20/+20
* clk: rockchip: Staticize file-scope declarationsKrzysztof Kozlowski2015-05-052-2/+2
* clk: don't use __initconst for non-const arraysUwe Kleine-König2015-04-124-5/+6
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-211-13/+35
|\
| * Merge tag 'v3.20-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Turquette2015-01-271-13/+35
| |\
| | * clk: rockchip: add a dummy clock for the watchdog pclk on rk3288Heiko Stuebner2015-01-221-0/+8