summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2015-03-12clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd4-54/+18
2015-03-12clk: Rename child_node to clks_node to avoid confusionStephen Boyd1-6/+6
2015-03-12clk: qcom: Properly change rates for ahbix clockStephen Boyd3-3/+65
2015-03-12Merge tag 'v3.20-exynos5433-clk' of git://linuxtv.org/snawrocki/samsung into ...Michael Turquette3-0/+5426
2015-03-12clk: qcom: Fix i2c frequency tableStephen Boyd1-1/+1
2015-03-12clk: clk_set_parent() with current parent shouldn't failStephen Boyd1-4/+6
2015-03-12clk: Add tracepoints for hardware operationsStephen Boyd1-10/+46
2015-03-12clk: Missing set_phase op is an errorStephen Boyd1-8/+4
2015-03-12clk: fractional-divider: support for divider bypassingHeikki Krogerus1-0/+3
2015-03-12clk: Use lockdep asserts to find missing hold of prepare_lockKrzysztof Kozlowski1-0/+14
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds81-1191/+11680
2015-02-20clk: Only recalculate the rate if neededTomeu Vizoso1-1/+4
2015-02-18Revert "clk: mxs: Fix invalid 32-bit access to frac registers"Stefan Wahren3-31/+18
2015-02-18clk: qoriq: Add support for the platform PLLEmil Medve1-0/+83
2015-02-18clk: Replace explicit clk assignment with __clk_hw_set_clkJavier Martinez Canillas5-35/+35
2015-02-18clk: Don't dereference parent clock if is NULLJavier Martinez Canillas1-2/+2
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+219
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-11/+12
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-0/+10
2015-02-14clk: convert clock name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+7
2015-02-07clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd3-37/+59
2015-02-05clk: samsung: exynos5433: Move CLK_SCLK_HDMI_SPDIF_DISP clock to CMU_TOP domainChanwoo Choi1-5/+5
2015-02-05clk: samsung: Add CLKOUT driver support for Exynos5433 SoCInha Song1-0/+2
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_CAM1 domainChanwoo Choi1-0/+435
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_CAM0 domainChanwoo Choi1-0/+501
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_ISP domainChanwoo Choi1-0/+267
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_HEVC domainChanwoo Choi1-0/+115
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_MFC domainChanwoo Choi1-0/+113
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_MSCL domainChanwoo Choi1-0/+185
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_ATLAS domainChanwoo Choi1-0/+219
2015-02-05clk: samsung: exynos5433: Add clocks for CMU_APOLLO domainChanwoo Choi1-0/+193
2015-02-05clk: shmobile: div6: Avoid division by zero in .round_rate()Geert Uytterhoeven1-0/+3
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_GSCL domainChanwoo Choi1-0/+146
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_G3D domainChanwoo Choi1-0/+127
2015-02-04clk: samsung: exynos5433: Add missing clocks for CMU_FSYS domainChanwoo Choi1-0/+302
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_BUS{0|1|2} domainsChanwoo Choi1-0/+187
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_AUD domainChanwoo Choi1-0/+172
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_DISP domainChanwoo Choi1-0/+437
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_MIF domainChanwoo Choi1-0/+599
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_G2D domainChanwoo Choi1-0/+146
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_PERIS domainChanwoo Choi1-2/+149
2015-02-04clk: samsung: exynos5433: Add clocks for CMU_PERIC domainChanwoo Choi1-2/+81
2015-02-04clk: samsung: exynos5433: Add MUX clocks of CMU_TOP domainChanwoo Choi1-0/+90
2015-02-04clk: samsung: exynos5433: Add clocks using common clock frameworkChanwoo Choi2-0/+964
2015-02-04clk: mxs: Fix invalid 32-bit access to frac registersStefan Wahren3-18/+31
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann6-2/+14
2015-02-03Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette7-52/+172
2015-02-03Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...Michael Turquette5-347/+112
2015-02-03clkdev: Export clk_register_clkdevTomeu Vizoso1-0/+1