summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/clk_rk3368.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/stringify.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* rockchip: clk: fix wrong CONFIG_IS_ENABLED handlingHeiko Stuebner2019-11-171-1/+1
* rockchip: clk: rk3368: remove clk_enable()Kever Yang2019-09-111-19/+0
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* rockchip: clk: rk3368: handle clk_enable requests for GMACPhilipp Tomsich2018-02-241-0/+19
* rockchip: clk: guard set_parent implementations against OF_PLATDATAPhilipp Tomsich2018-01-281-2/+4
* clk: rockchip: clk_rk3368: Implement "assign-clock-parent"David Wu2018-01-281-7/+84
* rockchip: clk: bind reset driverElaine Zhang2018-01-091-0/+7
* rockchip: clock: update sysreset driver bindingKever Yang2017-11-211-3/+14
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-4/+4
* rockchip: clk: Add rk3368 SARADC clock supportDavid Wu2017-10-011-0/+32
* rockchip: clk: rk3368: Convert to livetreePhilipp Tomsich2017-09-181-1/+1
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-151-1/+1
* rockchip: clk: remove RATE_TO_DIVKever Yang2017-08-131-3/+0
* rockchip: clk: rk3368: add support for configuring the SPI clocksPhilipp Tomsich2017-08-131-26/+107
* rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()Philipp Tomsich2017-08-131-1/+1
* rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich2017-08-131-2/+17
* rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)Philipp Tomsich2017-08-131-6/+7
* rockchip: clk: rk3368: implement MMC/SD clock reparentingPhilipp Tomsich2017-08-131-28/+91
* rockchip: clk: rk3368: implement DPLL (DRAM PLL) supportPhilipp Tomsich2017-08-131-0/+35
* rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROMPhilipp Tomsich2017-08-131-1/+17
* rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driverPhilipp Tomsich2017-08-131-0/+17
* rockchip: clk: rk3368: implement bandwidth adjust for PLLsPhilipp Tomsich2017-08-131-5/+12
* rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich2017-07-271-1/+1
* rockchip: rk3368: Add clock driverAndy Yan2017-06-071-0/+291