summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-mux.c
Commit message (Expand)AuthorAge
* clk: mux: Add hw based registration APIsStephen Boyd2016-04-19
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-29
* clk: fix codying style of if ... else blocksMasahiro Yamada2015-12-22
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-24
* clk: basic-type: Silence warnings about lock imbalancesStephen Boyd2015-07-28
* clk: mux: Remove clk.h includeStephen Boyd2015-07-20
* clk: make strings in parent name arrays constSascha Hauer2015-05-05
* clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski2015-01-17
* clk_mux: Fix set_parent doing the wrong thing when INDEX_BIT && index >= 3Hans de Goede2014-11-19
* clk: wrap I/O access for improved portabilityGerhard Sittig2013-08-27
* clk: clk-mux: implement remuxing on set_rateJames Hogan2013-08-19
* clk: export fixed-factor, gate & mux registrationMike Turquette2013-08-16
* clk: mux: Add support for read-only muxes.Tomasz Figa2013-08-05
* clk: mux: add CLK_MUX_HIWORD_MASKHaojian Zhuang2013-06-15
* clk: add table lookup to muxPeter De Schrijver2013-03-22
* clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak2012-07-11
* clk: mux: assign init dataMike Turquette2012-05-08
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-01
* clk: basic: improve parent_names & return errorsMike Turquette2012-04-24
* clk: Constify parent name arraysMark Brown2012-04-24
* clk: add "const" for clk_ops of basic clksShawn Guo2012-04-24
* clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo2012-04-24
* clk: use kzalloc in clk_register_muxShawn Guo2012-04-24
* clk: basic clock hardware typesMike Turquette2012-03-16