summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-mux.c
AgeCommit message (Expand)Author
2018-06-21clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet
2016-04-19clk: 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-24clk: 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-05clk: make strings in parent name arrays constSascha Hauer
2015-01-17clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski
2014-11-19clk_mux: Fix set_parent doing the wrong thing when INDEX_BIT && index >= 3Hans de Goede
2013-08-27clk: 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-15clk: mux: add CLK_MUX_HIWORD_MASKHaojian Zhuang
2013-03-22clk: add table lookup to muxPeter De Schrijver
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-05-08clk: mux: assign init dataMike Turquette
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette
2012-04-24clk: Constify parent name arraysMark Brown
2012-04-24clk: add "const" for clk_ops of basic clksShawn Guo
2012-04-24clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo
2012-04-24clk: use kzalloc in clk_register_muxShawn Guo
2012-03-16clk: basic clock hardware typesMike Turquette