aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-17clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to domain being gatedKrzysztof Kozlowski1-1/+28
2014-12-15ARM: OMAP3: clock: fix boot breakage in legacy modeTero Kristo1-9/+14
2014-12-15ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIsTero Kristo3-8/+8
2014-12-15Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into tmpMichael Turquette9-63/+238
2014-12-15clk: Really fix deadlock with mmap_semStephen Boyd1-2/+3
2014-12-11Merge tag 'for-v3.19-exynos-clk-2' of git://linuxtv.org/snawrocki/samsung into clk-nextMichael Turquette5-10/+12
2014-12-11clk: mmp: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso14-49/+65
2014-12-03clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso2-4/+4
2014-12-03clk: Don't expose __clk_get_accuracyTomeu Vizoso2-2/+1
2014-12-03clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso1-1/+4
2014-12-03clk: Remove unused function __clk_get_prepare_countTomeu Vizoso2-6/+0
2014-12-02clk: samsung: Fix double add of syscore ops after driver rebindKrzysztof Kozlowski1-0/+4
2014-12-02clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmiAndrzej Hajda1-1/+1
2014-12-02clk: samsung: exynos4415: Fix build with PM_SLEEP disabledKrzysztof Kozlowski1-2/+4
2014-12-02clk: samsung: remove unnecessary inclusion of header files from clk.hPankaj Dubey2-4/+2
2014-12-02clk: samsung: remove unnecessary CONFIG_OF from clk.cPankaj Dubey1-2/+0
2014-12-02clk: samsung: Spelling s/bwtween/between/Pankaj Dubey1-1/+1
2014-11-28Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into clk-nextMichael Turquette8-24/+374
2014-11-28Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextMichael Turquette8-50/+315
2014-11-28clk: rockchip: Add support for the mmc clock phases using the frameworkAlexandru M Stan5-0/+198
2014-11-28clk: rockchip: add bindings for the mmc clocksAlexandru M Stan1-0/+8
2014-11-28clk: rockchip: rk3288 export i2s0_clkout for use in DTSonny Rao2-1/+2
2014-11-26clk: rockchip: use clock ID for DMC (memory controller) on rk3288Jeff Chen1-4/+4
2014-11-26clk: rockchip: add binding ID for DMC (memory controller) clocks on rk3288Jeff Chen1-0/+4
2014-11-25clk: clk-s2mps11: fix semicolon.cocci warningskbuild test robot1-1/+1
2014-11-25mfd: s2mps11: Add binding documentation for Samsung S2MPS13 PMICChanwoo Choi1-10/+12
2014-11-25clk: s2mps11: Add the support for S2MPS13 PMIC clockChanwoo Choi1-0/+24
2014-11-25regulator: s2mps11: Add support S2MPS13 regulator deviceChanwoo Choi5-8/+304
2014-11-25mfd: sec-core: Add support for S2MPS13 deviceChanwoo Choi3-6/+34
2014-11-25clk: rockchip: add ROCKCHIP_PLL_SYNC_RATE flag to some pllsHeiko Stuebner2-5/+5
2014-11-25clk: rockchip: add optional sync to pll rate parametersHeiko Stuebner2-0/+56
2014-11-25clk: rockchip: setup pll_mux data earlierHeiko Stuebner1-14/+13
2014-11-25clk: rockchip: add ability to specify pll-specific flagsHeiko Stuebner5-13/+19
2014-11-24Merge tag 'sunxi-clocks-for-3.19' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextMichael Turquette15-94/+380
2014-11-24Merge branch 'clk-fixes' into clk-nextMichael Turquette7-34/+32
2014-11-23clk: sunxi: gmac-tx-clk mux is not a CLK_MUX_INDEX_BIT muxHans de Goede1-1/+6
2014-11-23clk: sunxi: Implement A31 PLL6 as a divs clock for 2x outputChen-Yu Tsai2-14/+33
2014-11-23clk: sunxi: Specify number of child clocks for divs clocksChen-Yu Tsai1-2/+9
2014-11-23clk: sunxi: Removed unused/incorrect sun6i-a31-apb2-clk driverChen-Yu Tsai2-8/+0
2014-11-23ARM: dts: sunxi: Use sun4i-a10-apb1-clk for sun6i/sun8i apb2 clocks.Chen-Yu Tsai2-20/+4
2014-11-23ARM: dts: sunxi: unify APB1 clockEmilio López4-40/+8
2014-11-23clk: rockchip: fix rk3188 USB HSIC PHY clock dividerJulien CHAUVEAU1-1/+1
2014-11-23clk: rockchip: fix clock gate for rk3188 spdif_preJulien CHAUVEAU1-16/+9
2014-11-19clk: hi3620: Move const initdata into correct code sectionBintian Wang1-35/+35
2014-11-19clk_mux: Fix set_parent doing the wrong thing when INDEX_BIT && index >= 3Hans de Goede1-1/+1
2014-11-19Merge branch 'for-v3.19/exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-next-exynosMichael Turquette12-164/+2655
2014-11-19clk: shmobile: Deprecate renesas,clock-indicesGeert Uytterhoeven1-4/+4
2014-11-19Merge branch 'clk-next-shmobile' into clk-nextMichael Turquette2-18/+113
2014-11-19clk: delete a local variable's repeated assignmentZhen Lei1-1/+1