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
2018-04-16clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet
2018-03-13clk: mux: add helper function for index/value translationJerome Brunet
2017-11-14clk: clk-mux: Improve a size determination in clk_hw_register_mux_table()Markus Elfring
2017-11-14clk: clk-mux: Delete an error message for a failed memory allocationMarkus Elfring
2016-04-20clk: mux: Add hw based registration APIsStephen Boyd
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2015-12-22clk: fix codying style of if ... else blocksMasahiro Yamada
2015-08-25clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-07-28clk: basic-type: Silence warnings about lock imbalancesStephen Boyd
2015-07-20clk: mux: Remove clk.h includeStephen Boyd
2015-05-06clk: make strings in parent name arrays constSascha Hauer
2015-01-18clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski
2014-11-20clk_mux: Fix set_parent doing the wrong thing when INDEX_BIT && index >= 3Hans de Goede
2013-08-28clk: wrap I/O access for improved portabilityGerhard Sittig
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette
2013-08-05clk: mux: Add support for read-only muxes.Tomasz Figa
2013-06-16clk: mux: add CLK_MUX_HIWORD_MASKHaojian Zhuang
2013-03-23clk: add table lookup to muxPeter De Schrijver
2012-07-12clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-05-09clk: mux: assign init dataMike Turquette
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: Constify parent name arraysMark Brown
2012-04-25clk: add "const" for clk_ops of basic clksShawn Guo
2012-04-25clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo
2012-04-25clk: use kzalloc in clk_register_muxShawn Guo
2012-03-17clk: basic clock hardware typesMike Turquette