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
2020-09-22clk: fixed: add missing kerneldocKrzysztof Kozlowski
2020-01-07clk: fixed-rate: Add clk flags for parent accuracyStephen Boyd
2020-01-06clk: fixed-rate: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-06clk: fixed-rate: Move to_clk_fixed_rate() to C fileStephen Boyd
2020-01-06clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()Stephen Boyd
2020-01-06clk: fixed-rate: Convert to clk_hw based APIsStephen Boyd
2019-11-23clk: Zero init clk_init_data in helpersManivannan Sadhasivam
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2018-12-11clk: Tag basic clk types with SPDXStephen Boyd
2018-10-18clk: fixed-rate: fix of_node_get-put imbalanceAlan Tull
2016-08-16clk: fixed-rate: Remove export symbol on setup functionStephen Boyd
2016-08-13clk: fixed-rate: Convert into a module platform driverRicardo Ribalda Delgado
2016-06-30clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada
2016-04-20clk: fixed-rate: Add hw based registration APIsStephen Boyd
2016-03-05clk: fixed-rate: Remove CLK_IS_ROOTStephen Boyd
2016-01-30clk: add clk_unregister_fixed_rate()Masahiro Yamada
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2015-05-15clk: basic-types: Remove useless allocation failure printksStephen Boyd
2013-12-23clk: add accuracy support for fixed clockBoris BREZILLON
2013-08-16clk: fixed-rate: Export clk_fixed_rate_register()Stephen Boyd
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad
2013-01-16clk: remove exported function from __init sectionDenis Efremov
2012-10-29clk: fix return value check in of_fixed_clk_setup()Wei Yongjun
2012-07-12clk: add DT fixed-clock binding supportGrant Likely
2012-07-12clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-05-02clk: Use a separate struct for holding init data.Saravana Kannan
2012-04-25clk: basic: improve parent_names & return errorsMike Turquette
2012-04-25clk: add "const" for clk_ops of basic clksShawn Guo
2012-04-25clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo
2012-03-17clk: basic clock hardware typesMike Turquette