Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-07clk: clarify that clk_set_rate() does updates from top to bottomMartin Blumenstingl
2019-09-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-08-08clk: Constify struct clk_bulk_data * where possibleAndrey Smirnov
2019-07-23clk: Add missing documentation of devm_clk_bulk_get_optional() argumentSylwester Nawrocki
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-06-26clk: Add devm_clk_bulk_get_optional() functionSylwester Nawrocki
2019-06-26clk: Add clk_bulk_get_optional() functionSylwester Nawrocki
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-25clk: Add missing stubs for a few functionsDmitry Osipenko
2019-02-06clk: Add (devm_)clk_get_optional() functionsPhil Edworthy
2018-10-19Merge branches 'clk-tegra' and 'clk-bulk-get-all' into clk-nextStephen Boyd
2018-10-17clk: add managed version of clk_bulk_get_allDong Aisheng
2018-10-17clk: add new APIs to operate on all available clocksDong Aisheng
2018-10-03clk: Add functions to save/restore clock context en-masseRuss Dill
2018-06-19clk: add duty cycle supportJerome Brunet
2018-03-17clk: add more __must_check for bulk APIsDong Aisheng
2017-12-20clk: add clk_rate_exclusive apiJerome Brunet
2017-07-14Merge tag 'clk-bulk-get-prep-enable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-13clk: Provide bulk prepare_enable disable_unprepare variantsBjorn Andersson
2017-06-03Merge branch 'clk-bulk-get' into clk-nextStephen Boyd
2017-06-03clk: add managed version of clk_bulk_getDong Aisheng
2017-06-03clk: add clk_bulk_get accessoriesDong Aisheng
2017-06-02clk: Provide dummy of_clk_get_from_provider() for compile-testingGeert Uytterhoeven
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2016-12-09clk: add devm_get_clk_from_child() APIKuninori Morimoto
2016-07-30Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-06-29clk: Provide notifier stubs when !COMMON_CLKKrzysztof Kozlowski
2016-06-28clk: Add missing clk_get_sys() stubDaniel Lezcano
2015-05-06clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.hRussell King
2015-05-06clk: update clk API documentation to clarify clk_round_rate()Russell King
2015-03-12clk: introduce clk_is_matchMichael Turquette
2015-02-03clk: Add rate constraints to clocksTomeu Vizoso
2015-01-25clk: Introduce clk_has_parent()Thierry Reding
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2014-09-27clk: introduce clk_set_phase function & callbackMike Turquette
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-02-25clk: add pr_debug & kerneldoc around clk notifiersMike Turquette
2013-12-23clk: add clk accuracy retrieval supportBoris BREZILLON
2013-04-11clk: Properly handle notifier return valuesSoren Brinkmann
2012-07-31clk: add non CONFIG_HAVE_CLK routinesViresh Kumar
2012-07-25Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds
2012-07-24Fix typo in include/linux/clk.h .Jan-Simon Möller
2012-07-20clk: fix compile for OF && !COMMON_CLKRob Herring
2012-07-20clk: fix clk_get on of_clk_get_by_name return checkShawn Guo
2012-07-12clk: add DT clock binding supportGrant Likely
2012-05-11Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann
2012-04-25clk: remove trailing whitespace from clk.hRob Herring
2012-04-25clk: Remove comment for end of CONFIG_COMMON_CLK sectionMark Brown
2012-04-19ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown
2012-03-17clk: introduce the common clock frameworkMike Turquette