summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3288/clock.c
Commit message (Expand)AuthorAgeFilesLines
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-4/+4
* src/soc: Fix typoElyes HAOUAS2018-08-091-1/+1
* rockchip: Correct and standardize clock divisor range assertionsJulius Werner2016-10-061-10/+10
* rockchip/rk3288: refactor i2c interface to allow support of rk3399huang lin2016-04-131-0/+23
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* rockchip/rk3288: Remove 1392MHz option for RK3288 APLLDavid Hendricks2015-10-251-2/+0
* rockchip/rk3288: Add 1416MHz as an option for RK3288 APLLDavid Hendricks2015-10-251-0/+2
* rockchip/rk3288: Add 600MHz as an option for RK3288 APLLDavid Hendricks2015-10-251-0/+2
* rk3288: Allow board-specific APLL (CPU clock) settingsDavid Hendricks2015-09-081-3/+10
* rockchip: rk3288: multiple NPLL rate in pll_para_configYakir Yang2015-08-281-4/+17
* rockchip: rk3288: correct ddr 300MHz clock settinghuang lin2015-07-061-1/+1
* rockchip/rk3288: add support for hdmi displayYakir Yang2015-06-231-0/+11
* lib: Unify log2() and related functionsJulius Werner2015-06-051-16/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-18/+48
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-97/+64
* rk3288: Implement support for CRYPTO module and use it in vboot hashingJulius Werner2015-04-151-0/+10
* veyron: Trigger hard reset (via GPIO) if last reboot was caused by watchdogJulius Werner2015-04-151-0/+6
* rk3288: reset edp after edp clock source selecthuang lin2015-04-101-4/+3
* rockchip: support displayhuang lin2015-04-101-3/+153
* rk3288: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-8/+8
* rk3288: support tsadchuang lin2015-04-081-0/+11
* rk3288: Fix some PLL divisors and improve clock codeJulius Werner2015-04-081-27/+40
* rk3288: set cpu frequency up to 1.8GHzhuang lin2015-04-041-30/+45
* veyron_pinky/rk3288: Use KHz, MHz and GHz constantsJulius Werner2015-04-041-8/+7
* rk3288: remove duplicated #define `PERI_ACLK_DIV_SHIFT`Aaron Durbin2015-04-021-1/+0
* rockchip: support pwm regulatorhuang lin2015-04-021-6/+89
* rockchip: support i2c clock settinghuang lin2015-04-021-0/+1
* veyron: Fix file permissionsJulius Werner2015-03-241-0/+0
* rk3288: update romstage & mainboardhuang lin2015-03-241-0/+31
* rk3288: add cpu and chiphuang lin2015-03-241-1/+1
* rk3288: add ddr driverJinkun Hong2015-03-241-9/+68
* rk3288: add spihuang lin2015-03-241-42/+59
* rk3288: add clock modulejinkun.hong2015-03-241-0/+265