summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-gate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clk-ti' into clk-nextStephen Boyd2019-05-071-1/+1
|\
| * clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
* | clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski2019-04-231-2/+2
* | clk: gate: add explicit big endian supportJonas Gorski2019-04-231-3/+19
|/
* clk: Tag basic clk types with SPDXStephen Boyd2018-12-111-4/+1Star
* clk: gate: expose clk_gate_ops::is_enabledGabriel Fernandez2017-09-011-1/+2
* clk: gate: fix coding styleUwe Kleine-König2016-11-091-2/+2
* clk: gate: Add hw based registration APIsStephen Boyd2016-04-201-7/+36
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-2/+0Star
* clk: basic-type: Silence warnings about lock imbalancesStephen Boyd2015-07-281-0/+4
* clk: basic-types: Remove useless allocation failure printksStephen Boyd2015-05-151-4/+2Star
* clk-gate: fix bit # check in clk_register_gate()Sergei Shtylyov2015-01-201-1/+1
* clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski2015-01-171-0/+16
* clk: use uninitialized_var instead setting 'flags' to 0 directly.Xiubo Li2014-09-281-1/+1
* clk: wrap I/O access for improved portabilityGerhard Sittig2013-08-281-3/+3
* clk: export fixed-factor, gate & mux registrationMike Turquette2013-08-161-0/+1
* clk: gate: add CLK_GATE_HIWORD_MASKHaojian Zhuang2013-06-161-6/+19
* clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak2012-07-121-1/+1
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-021-6/+9
* clk: clk-gate: Create clk_gate_endisable()Viresh Kumar2012-04-251-29/+25Star
* clk: basic: improve parent_names & return errorsMike Turquette2012-04-251-15/+19
* clk: add "const" for clk_ops of basic clksShawn Guo2012-04-251-1/+1
* clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo2012-04-251-3/+0Star
* clk: basic clock hardware typesMike Turquette2012-03-161-0/+150