aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-2/+2
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-126/+45
2018-06-04Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and 'clk-bcm-stingray' into clk-nextStephen Boyd1-6/+2
2018-06-04Merge branches 'clk-imx7d', 'clk-hisi-stub', 'clk-mvebu', 'clk-imx6-epit' and 'clk-debugfs-simple' into clk-nextStephen Boyd1-112/+30
2018-06-04Merge branches 'clk-warn', 'clk-core', 'clk-spear' and 'clk-qcom-msm8998' into clk-nextStephen Boyd1-83/+50
2018-06-01clk: use match_string() helperYisheng Xie1-6/+2
2018-06-01clk: remove clk_debugfs_add_file()Greg Kroah-Hartman1-13/+0
2018-06-01clk: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-99/+30
2018-04-19clk: Remove clk_init_cb typedefGeert Uytterhoeven1-1/+1
2018-04-16clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet1-3/+4
2018-04-06Merge branches 'clk-mvebu', 'clk-phase', 'clk-nxp', 'clk-mtk2712' and 'clk-qcom-rpmcc' into clk-nextStephen Boyd1-1/+7
2018-04-06Merge branches 'clk-versatile', 'clk-doc', 'clk-must-check', 'clk-qcom' and 'clk-debugfs' into clk-nextStephen Boyd1-53/+7
2018-03-19clk: Don't show the incorrect clock phaseShawn Lin1-0/+3
2018-03-19clk: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-53/+7
2018-03-16clk: Print the clock name and warning causeFabio Estevam1-7/+12
2018-03-12clk: call the clock init() callback before any other ops callbackJerome Brunet1-11/+11
2018-03-12clk: fix determine rate error with pass-through clockJerome Brunet1-1/+3
2018-03-12clk: migrate the count of orphaned clocks at initJerome Brunet1-16/+21
2018-03-11clk: update cached phase to respect the fact when setting phaseShawn Lin1-1/+4
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-98/+522
2018-01-26Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner' into clk-nextStephen Boyd1-1/+9
2018-01-26Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' and 'clk-meson' into clk-nextStephen Boyd1-28/+75
2018-01-26Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk-pxa' into clk-nextStephen Boyd1-2/+5
2018-01-26Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' and 'clk-omap' into clk-nextStephen Boyd1-69/+435
2018-01-10clk: fix reentrancy of clk_enable() on UP systemsDavid Lechner1-1/+9
2018-01-10clk: Simplify debugfs registrationStephen Boyd1-6/+2
2018-01-10clk: Fix debugfs_create_*() usageGeert Uytterhoeven1-19/+17
2018-01-10clk: Show symbolic clock flags in debugfsGeert Uytterhoeven1-2/+55
2018-01-03clk: Improve flags doc for of_clk_detect_critical()Geert Uytterhoeven1-1/+1
2017-12-26clk: use atomic runtime pm api in clk_core_is_enabledDong Aisheng1-1/+2
2017-12-21clk: Don't touch hardware when reparenting during registrationStephen Boyd1-2/+5
2017-12-19clk: fix set_rate_range when current rate is out of rangeJerome Brunet1-4/+33
2017-12-19clk: add clk_rate_exclusive apiJerome Brunet1-0/+172
2017-12-19clk: cosmetic changes to clk_summary debugfs entryJerome Brunet1-3/+4
2017-12-19clk: add clock protection mechanism to clk coreJerome Brunet1-7/+112
2017-12-19clk: use round rate to bail out early in set_rateJerome Brunet1-2/+23
2017-12-19clk: rework calls to round and determine rate callbacksJerome Brunet1-30/+52
2017-12-19clk: add clk_core_set_phase_nolock functionJerome Brunet1-12/+21
2017-12-19clk: take the prepare lock out of clk_core_set_parentJerome Brunet1-20/+20
2017-12-19clk: fix incorrect usage of ENOSYSJerome Brunet1-1/+1
2017-12-19clk: check ops pointer on clock registerJerome Brunet1-0/+7
2017-12-05clk: Manage proper runtime PM state in clk_change_rate()Marek Szyprowski1-0/+5
2017-11-14Merge branch 'clk-devm-provider' into clk-nextStephen Boyd1-0/+52
2017-11-01clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd1-0/+52
2017-09-29Merge branch 'clk-pm-runtime' into clk-nextStephen Boyd1-14/+112
2017-09-07clk: Add support for runtime PMMarek Szyprowski1-14/+112
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-04-21clk: Improve a size determination in two functionsMarkus Elfring1-2/+2
2017-04-21clk: Replace four seq_printf() calls by seq_putc()Markus Elfring1-5/+4
2017-04-12clk: aggregate return codes of notify chainsPeter De Schrijver1-0/+2