aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-gate.c
AgeCommit message (Expand)Author
2023-09-11clk: gate: fix comment typo and grammarBaruch Siach
2021-12-08clk: gate: Add devm_clk_hw_register_gate()Horatiu Vultur
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-01-06clk: gate: Add support for specifying parents via DT/pointersStephen Boyd
2019-11-22clk: Zero init clk_init_data in helpersManivannan Sadhasivam
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski
2019-04-23clk: gate: add explicit big endian supportJonas Gorski
2018-12-11clk: Tag basic clk types with SPDXStephen Boyd
2017-08-31clk: gate: expose clk_gate_ops::is_enabledGabriel Fernandez
2016-11-09clk: gate: fix coding styleUwe Kleine-König
2016-04-19clk: gate: Add hw based registration APIsStephen Boyd
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2015-07-28clk: basic-type: Silence warnings about lock imbalancesStephen Boyd
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd
2015-01-20clk-gate: fix bit # check in clk_register_gate()Sergei Shtylyov
2015-01-17clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski
2014-09-27clk: use uninitialized_var instead setting 'flags' to 0 directly.Xiubo Li
2013-08-27clk: wrap I/O access for improved portabilityGerhard Sittig
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette
2013-06-15clk: gate: add CLK_GATE_HIWORD_MASKHaojian Zhuang
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan
2012-04-24clk: clk-gate: Create clk_gate_endisable()Viresh Kumar
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette
2012-04-24clk: add "const" for clk_ops of basic clksShawn Guo
2012-04-24clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo
2012-03-16clk: basic clock hardware typesMike Turquette