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