summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-09-19Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and ...Stephen Boyd
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd
2019-09-19Merge branches 'clk-qcom', 'clk-mtk', 'clk-armada', 'clk-ingenic' and 'clk-me...Stephen Boyd
2019-09-19clk: Drop !clk checks in debugfs dumpingStephen Boyd
2019-09-17clk: Evict unregistered clks from parent cachesStephen Boyd
2019-09-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-09-05clk: Document of_parse_clkspec() some moreStephen Boyd
2019-08-17clk: Remove extraneous 'for' word in commentsRishi Gupta
2019-08-16clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl
2019-08-16clk: Fix falling back to legacy parent string matchingStephen Boyd
2019-08-16clk: Overwrite clk_hw::init with NULL during clk_register()Stephen Boyd
2019-08-09clk: core: introduce clk_hw_set_parent()Neil Armstrong
2019-08-08clk: Use seq_puts() in possible_parent_show()Markus Elfring
2019-08-08clk: Assert prepare_lock in clk_core_get_boundariesLeonard Crestez
2019-08-08clk: Add clk_min/max_rate entries in debugfsLeonard Crestez
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Stephen Boyd
2019-07-12Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' in...Stephen Boyd
2019-07-12Merge branches 'clk-bulk-optional', 'clk-kirkwood', 'clk-socfpga' and 'clk-do...Stephen Boyd
2019-06-25clk: Add clk_parent entry in debugfsLeonard Crestez
2019-06-25clk: Grammar missing "and", Spelling s/statisfied/satisfied/Geert Uytterhoeven
2019-06-25clk: Simplify clk_core_can_round()Geert Uytterhoeven
2019-06-25clk: Simplify debugfs printing and add a newlineStephen Boyd
2019-06-18clk: Fix debugfs clk_possible_parents for clks without parent string namesChen-Yu Tsai
2019-06-17clk: Do a DT parent lookup even when index < 0Stephen Boyd
2019-05-23clk: Unexport __clk_of_tableStephen Boyd
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd
2019-05-03clk: Cache core in clk_fetch_parent_index() without namesStephen Boyd
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2019-04-19clk: Allow parents to be specified via clkspec indexStephen Boyd
2019-04-19clk: Look for parents with clkdev based clk_lookupsStephen Boyd
2019-04-19clk: Allow parents to be specified without string namesStephen Boyd
2019-04-19clk: Add of_clk_hw_register() API for early clk driversStephen Boyd
2019-04-19clk: Prepare for clk registration API that uses DT nodesStephen Boyd
2019-03-08clk: fixup default index for of_clk_get_by_name()Kuninori Morimoto
2019-03-08Merge branch 'clk-parent-rewrite' (early part) into clk-nextStephen Boyd
2019-03-08Merge branches 'clk-optional', 'clk-devm-clkdev-register', 'clk-allwinner', '...Stephen Boyd
2019-03-01clk: Move of_clk_*() APIs into clk.c from clkdev.cStephen Boyd
2019-03-01clk: Inform the core about consumer devicesStephen Boyd
2019-03-01clk: Introduce of_clk_get_hw_from_clkspec()Stephen Boyd
2019-03-01clk: core: clarify the check for runtime PMMiquel Raynal
2019-03-01clk: Combine __clk_get() and __clk_create_clk()Stephen Boyd
2019-02-02clk: export some clk_hw function symbols for module driversJerome Brunet
2019-02-01clk: Document and simplify clk_core_get_rate_nolock()Stephen Boyd
2019-01-24clk: Document __clk_mux_determine_rate()Stephen Boyd
2019-01-24clk: Document deprecated thingsStephen Boyd
2019-01-24clk: Remove global clk traversal on fetch parent indexDerek Basehore