summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2016-05-11clk: versatile: sp810: support reentranceLinus Walleij1-1/+3
2015-09-30clk: versatile: off by one in clk_sp810_timerclken_of_get()Dan Carpenter1-2/+2
2015-03-16clk-gate: fix bit # check in clk_register_gate()Sergei Shtylyov1-1/+1
2015-03-16sunxi: clk: Set sun6i-pll1 n_start = 1Hans de Goede1-0/+1
2015-03-16clk: sunxi: Support factor clocks with N factor starting not from 0Chen-Yu Tsai2-1/+2
2015-03-16clk: zynq: Force CPU_2X clock to be ungatedSoren Brinkmann1-0/+1
2014-10-13clk: prevent erronous parsing of children during rate changeTero Kristo1-1/+6
2014-07-18clk: s2mps11: Fix double free corruption during driver unbindKrzysztof Kozlowski1-5/+2
2014-07-18clk: spear3xx: Use proper control register offsetThomas Gleixner1-1/+1
2014-06-09clk: vexpress: NULL dereference on error pathDan Carpenter1-1/+1
2014-06-06clk: tegra: Fix wrong value written to PLLE_AUXTuomas Tynkkynen1-1/+1
2014-06-06clk: tegra: use pll_ref as the pll_e parentPeter De Schrijver2-4/+7
2014-05-15clk: s2mps11: Fix possible NULL pointer dereferenceKrzysztof Kozlowski1-1/+1
2014-01-16clk: exynos5250: fix sysmmu_mfc{l,r} gate clocksAndrew Bresticker1-2/+2
2014-01-16clk: samsung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clockAbhilash Kesavan1-1/+2
2014-01-16clk: samsung: exynos5250: Add MDMA0 clocksAbhilash Kesavan1-1/+4
2014-01-16clk: samsung: exynos5250: Fix ACP gate register offsetAbhilash Kesavan1-1/+1
2014-01-16clk: samsung: exynos4: Correct SRC_MFC registerSeung-Woo Kim1-1/+1
2014-01-16clk: clk-divider: fix divisor > 255 bugJames Hogan1-1/+1
2013-10-08clk: fixup argument order when setting VCO parametersJonathan Austin1-1/+1
2013-10-08clk: socfpga: Fix incorrect sdmmc clock nameDinh Nguyen1-1/+1
2013-10-07clk: armada-370: fix tclk frequenciesSimon Guinot1-2/+2
2013-10-02clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij1-0/+21
2013-09-10Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds47-1069/+2953
2013-09-10clk: only call get_parent if there is oneAlex Elder1-1/+1
2013-09-07clk: samsung: exynos5250: Simplify registration of PLL rate tablesTomasz Figa1-10/+2
2013-09-07clk: samsung: exynos4: Register PLL rate tables for Exynos4x12Tomasz Figa1-0/+49
2013-09-07clk: samsung: exynos4: Register PLL rate tables for Exynos4210Tomasz Figa1-0/+45
2013-09-07clk: samsung: exynos4: Reorder registration of mout_vpllsrcTomasz Figa1-1/+7
2013-09-07clk: samsung: pll: Add support for rate configuration of PLL46xxTomasz Figa2-1/+135
2013-09-07clk: samsung: pll: Use new registration method for PLL46xxTomasz Figa3-65/+14
2013-09-07clk: samsung: pll: Add support for rate configuration of PLL45xxTomasz Figa2-1/+119
2013-09-07clk: samsung: pll: Use new registration method for PLL45xxTomasz Figa3-62/+20
2013-09-07clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_pllsTomasz Figa1-3/+3
2013-09-07clk: samsung: exynos4: Remove checks for DT nodeTomasz Figa1-7/+4
2013-09-07clk: samsung: exynos4: Remove unused static clkdev aliasesTomasz Figa1-184/+172
2013-09-07clk: samsung: Modify _get_rate() helper to use __clk_lookup()Tomasz Figa3-9/+7
2013-09-07clk: samsung: exynos4: Use separate aliases for cpufreq related clocksTomasz Figa1-8/+27
2013-09-07Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-0/+38
2013-09-04clk: Move symbol export to proper locationThierry Reding1-1/+1
2013-08-30clk: fix new_parent dereference before null checkJames Hogan1-6/+7
2013-08-30clk: wm831x: Initialise wm831x pointer on initMark Brown1-0/+2
2013-08-30clk/exynos5420: assign dout_pixel id to pixel clock dividerRahul Sharma1-1/+4
2013-08-30clk/exynos5420: add hdmi mux to change parents in hdmi driverRahul Sharma1-1/+4
2013-08-30clk/exynos5420: fix the order of parents of hdmi muxRahul Sharma1-1/+1
2013-08-30clk/exynos5420: add gate clock for mixer sysmmuRahul Sharma1-1/+2
2013-08-30clk/exynos5420: add sclk_hdmiphy to the list of special clocksRahul Sharma1-2/+2
2013-08-30clk: wm831x: Provide is_prepared() rather than is_enabled()Mark Brown1-7/+7
2013-08-29clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystemRahul Sharma1-2/+2
2013-08-29clk: tegra30: Don't wait for PLL_U lock bitTuomas Tynkkynen1-1/+1