aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-mux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22clk: Zero init clk_init_data in helpersManivannan Sadhasivam1-1/+1
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd1-1/+1
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd1-1/+1
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski1-2/+2
2019-04-23clk: mux: add explicit big endian supportJonas Gorski1-3/+19
2018-12-11clk: Tag basic clk types with SPDXStephen Boyd1-4/+1
2018-04-16clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet1-1/+9
2018-03-12clk: mux: add helper function for index/value translationJerome Brunet1-32/+43
2017-11-13clk: clk-mux: Improve a size determination in clk_hw_register_mux_table()Markus Elfring1-1/+1
2017-11-13clk: clk-mux: Delete an error message for a failed memory allocationMarkus Elfring1-3/+1
2016-04-19clk: mux: Add hw based registration APIsStephen Boyd1-6/+51
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-2/+0
2015-12-22clk: fix codying style of if ... else blocksMasahiro Yamada1-3/+2
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-07-28clk: basic-type: Silence warnings about lock imbalancesStephen Boyd1-0/+4
2015-07-20clk: mux: Remove clk.h includeStephen Boyd1-1/+0
2015-05-05clk: make strings in parent name arrays constSascha Hauer1-2/+4
2015-01-17clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski1-0/+16
2014-11-19clk_mux: Fix set_parent doing the wrong thing when INDEX_BIT && index >= 3Hans de Goede1-1/+1
2013-08-27clk: wrap I/O access for improved portabilityGerhard Sittig1-3/+3
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan1-0/+1
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette1-0/+2
2013-08-05clk: mux: Add support for read-only muxes.Tomasz Figa1-1/+9
2013-06-15clk: mux: add CLK_MUX_HIWORD_MASKHaojian Zhuang1-2/+15
2013-03-22clk: add table lookup to muxPeter De Schrijver1-11/+39
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak1-1/+1
2012-05-08clk: mux: assign init dataMike Turquette1-0/+1
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan1-2/+8
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette1-2/+8
2012-04-24clk: Constify parent name arraysMark Brown1-1/+1
2012-04-24clk: add "const" for clk_ops of basic clksShawn Guo1-1/+1
2012-04-24clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo1-2/+0
2012-04-24clk: use kzalloc in clk_register_muxShawn Guo1-1/+1
2012-03-16clk: basic clock hardware typesMike Turquette1-0/+116