summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: mux: Support mux specific flagsSascha Hauer2019-03-111-7/+3
| | | | | | | We'll need mux specific flags in the future, so add a parameter to the mux initialization functions. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* clk: divider: pass divider flagsSascha Hauer2019-03-111-3/+3
| | | | | | | The generic clk divider needs clock flags and divider flags. Fix prototypes to take both as separate arguments. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Rockchip: Update clk driver from Linux kernel for use with newer DTSAndrey Panov2015-03-051-0/+279
Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>