Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-08clk: fixed: fix double free in resource managed fixed-factor clockDmitry Baryshkov
2021-02-14clk: fixed: add devm helper for clk_hw_register_fixed_factor()Daniel Palmer
2020-09-22clk: fixed: add missing kerneldocKrzysztof Kozlowski
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2019-04-23clk: fixed-factor: Initialize clk_init_data on stackStephen Boyd
2019-04-20clk: fixed-factor: Let clk framework find parentStephen Boyd
2018-12-15Merge branch 'clk-fixes' into clk-nextStephen Boyd
2018-12-11clk: Tag basic clk types with SPDXStephen Boyd
2018-11-06clk: fixed-factor: fix of_node_get-put imbalanceRicardo Ribalda Delgado
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring
2018-07-25clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failureRajan Vaja
2016-08-16clk: fixed-factor: Remove export symbol on setup functionStephen Boyd
2016-08-13clk: fixed-factor: Convert into a module platform driverRicardo Ribalda Delgado
2016-07-02clk: fixed-factor: Allow for a few clocks to change the parent rateMaxime Ripard
2016-04-20clk: fixed-factor: Add hw based registration APIsStephen Boyd
2016-01-30clk: add clk_unregister_fixed_factor()Masahiro Yamada
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2015-08-25clk: Convert basic types to clk_hw based provider APIsStephen Boyd
2015-08-25clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-06-11clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson
2015-05-15clk: basic-types: Remove useless allocation failure printksStephen Boyd
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-14clk: fixed-factor: Fix a trivial typoEzequiel Garcia
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette
2013-04-12clk: add device tree fixed-factor-clock binding supportGregory CLEMENT
2013-01-12clk: fixed-factor: round_rate should use do_divHaojian Zhuang
2012-07-12clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-05-09clk: add a fixed factor clockSascha Hauer