aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-26clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd1-1/+1
2016-02-06clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypesStephen Boyd1-4/+0
2016-02-06clk: Deprecate CLK_IS_ROOTStephen Boyd1-1/+1
2016-01-29clk: add clk_unregister_fixed_rate()Masahiro Yamada1-1/+1
2016-01-29clk: add clk_unregister_fixed_factor()Masahiro Yamada1-0/+1
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-0/+18
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner1-0/+1
2015-12-23Merge branch 'clk-rockchip' into clk-nextMichael Turquette1-0/+1
2015-12-23clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner1-0/+1
2015-11-20clk: Use static inline functions instead of macros for dummiesGeert Uytterhoeven1-4/+2
2015-11-20clk: fix a typo in comment block of struct clk_rate_requestMasahiro Yamada1-1/+1
2015-10-26clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood1-0/+1
2015-10-26clk: Add stubs for of_clk_*() APIs when CONFIG_OF=nStephen Boyd1-0/+9
2015-10-23clk: Remove clk_{register,unregister}_multiplier()Stephen Boyd1-7/+0
2015-10-21Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextStephen Boyd1-0/+42
2015-10-21clk: Add a basic multiplier clockMaxime Ripard1-0/+42
2015-10-16clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven1-1/+1
2015-10-02clk: fractional-divider: keep mwidth and nwidth internallyAndy Shevchenko1-1/+2
2015-08-24clk: Constify clk_hw argument to provider APIsStephen Boyd1-7/+7
2015-08-24clk: Remove unused provider APIsStephen Boyd1-6/+0
2015-08-24clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd1-0/+9
2015-07-28clk: gpio: Mark parent_names array constStephen Boyd1-1/+1
2015-07-28clk: allow a clk divider with max divisor when zeroJim Quinlan1-0/+4
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-1/+1
2015-07-28clk: Allow providers to configure min/max ratesStephen Boyd1-0/+2
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd1-20/+29
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-20/+29
2015-07-20clk: Remove clk.h from clk-provider.hStephen Boyd1-1/+1
2015-07-06clk: add gpio controlled clock multiplexerSergej Sawazki1-0/+17
2015-06-20Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-nextMichael Turquette1-0/+1
2015-06-20Merge branch 'clk-exynos-cpu-clk' into clk-nextMichael Turquette1-0/+1
2015-06-20clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock supportBartlomiej Zolnierkiewicz1-0/+1
2015-06-10clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson1-1/+1
2015-06-05clk: of: helper for filling parent clock array and return num of parentsDinh Nguyen1-0/+2
2015-05-13clk: Expose clk_hw_reparent() to providersTomeu Vizoso1-0/+1
2015-05-05clk: make strings in parent name arrays constSascha Hauer1-4/+6
2015-04-10clk: clk-gpio-gate: Fix active lowMartin Fuzzey1-1/+1
2015-02-18clk: Add __clk_hw_set_clk helper functionJavier Martinez Canillas1-0/+6
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-3/+14
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso1-5/+7
2015-01-27clk: divider: Make generic for usage elsewhereStephen Boyd1-0/+11
2015-01-27clk: Add __clk_mux_determine_rate_closestStephen Boyd1-1/+7
2015-01-17clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski1-0/+4
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-2/+2
2014-12-03clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso1-1/+1
2014-12-03clk: Don't expose __clk_get_accuracyTomeu Vizoso1-1/+0
2014-12-03clk: Remove unused function __clk_get_prepare_countTomeu Vizoso1-1/+0
2014-11-17clk-divider: Fix READ_ONLY when divider > 1James Hogan1-1/+0
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextMike Turquette1-0/+11
2014-09-27clk: Add a function to retrieve phaseMaxime Ripard1-0/+5