summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-08clk: max77686: Fix clean-up in error and remove pathsTomasz Figa1-19/+10
2014-01-08clk: max77686: Make max77686_clk_register() return struct clk *Tomasz Figa1-7/+10
2014-01-08clk: max77686: Refactor successful exit of probe functionTomasz Figa1-2/+1
2014-01-08clk: max77686: Provide .recalc_rate() operationTomasz Figa1-0/+7
2014-01-08clk: max77686: Correct callback used for checking clock statusTomasz Figa1-2/+2
2013-12-31Merge branch 'clk-next-unregister' into clk-nextMike Turquette5-19/+217
2013-12-30Merge branch 'for_3.14/keystone-clk' of git://git.kernel.org/pub/scm/linux/ke...Mike Turquette2-8/+28
2013-12-30Merge tag 'sunxi-clk-3.14-for-mike' of https://bitbucket.org/emiliolopez/linu...Mike Turquette3-77/+437
2013-12-29clk: sunxi: Allwinner A20 output clock supportChen-Yu Tsai1-0/+57
2013-12-29clk: sunxi: support better factor DT nodesEmilio López1-0/+9
2013-12-29clk: sunxi: mod0 supportEmilio López1-0/+57
2013-12-29clk: sunxi: add PLL5 and PLL6 supportEmilio López1-0/+230
2013-12-29clk: sunxi: make factors_clk_setup return the clock it registersEmilio López1-7/+8
2013-12-29clk: sunxi: add gating support to PLL1Emilio López1-0/+2
2013-12-29clk: sunxi: clean the magic number of mux parentsEmilio López1-2/+3
2013-12-29clk: sunxi: register factors clocks behind compositeEmilio López3-73/+76
2013-12-28clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette2-11/+1
2013-12-27clk: max77686: Remove redundant breakSachin Kamat1-2/+0
2013-12-23clk: add accuracy support for fixed clockBoris BREZILLON1-6/+37
2013-12-23clk: add clk accuracy retrieval supportBoris BREZILLON1-7/+93
2013-12-23clk: si570: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-23Merge tag 'renesas-clock-for-v3.14' of git://git.kernel.org/pub/scm/linux/ker...Mike Turquette2-1/+105
2013-12-21Merge tag 'mvebu-clk-3.14' of git://git.infradead.org/linux-mvebu into clk-nextMike Turquette3-0/+229
2013-12-20clk/zynq/clkc: Add 'fclk-enable' featureSoren Brinkmann1-3/+15
2013-12-20clk: ux500: Remove extra semicolonSachin Kamat1-1/+1
2013-12-20clk: vt8500: Staticize vtwm_pll_opsSachin Kamat1-1/+1
2013-12-20clk: mvebu: Staticize of_cpu_clk_setupSachin Kamat1-1/+1
2013-12-20clk: versatile: Staticize clk_sp810_timerclken_of_getSachin Kamat1-1/+1
2013-12-20clk: socfpga: Use NULL instead of 0Sachin Kamat1-1/+1
2013-12-20clk: tegra: Staticize tegra_clk_periph_nodiv_opsSachin Kamat1-1/+1
2013-12-20clk: tegra: Staticize local variables in clk-pll.cSachin Kamat1-6/+6
2013-12-19clk: SPEAr: Staticize clk_frac_opsSachin Kamat1-1/+1
2013-12-15clk: si570: Add a driver for SI570 oscillatorsSoren Brinkmann3-0/+542
2013-12-15clk: Fix debugfs reparenting NULL pointer dereferenceStephen Boyd1-2/+1
2013-12-14clk: emev2: Add support for emev2 SMU clocks with DTTakashi Yoshii2-1/+105
2013-12-13Merge tag 'clk-hisilicon' of git://git.kernel.org/pub/scm/linux/kernel/git/hz...Mike Turquette6-0/+652
2013-12-13Merge branch 'clk-next-shmobile' into clk-nextMike Turquette5-0/+720
2013-12-13clk: shmobile: Add MSTP clock supportLaurent Pinchart2-0/+230
2013-12-13clk: shmobile: Add DIV6 clock supportLaurent Pinchart2-0/+186
2013-12-13clk: shmobile: Add R-Car Gen2 clocks supportLaurent Pinchart3-0/+304
2013-12-11clk: hi3620: add gate clock flagHaojian Zhuang1-59/+59
2013-12-11clk: hi3620: fix wrong flags on dividerHaojian Zhuang1-11/+11
2013-12-10clk: keystone: gate: fix error handling on initGrygorii Strashko1-4/+8
2013-12-10clk: keystone: use clkod register bits for postdivMurali Karicheri1-4/+20
2013-12-05Merge branch 'clk/clk-unregister' of git://linuxtv.org/snawrocki/samsung into...Mike Turquette5-19/+217
2013-12-04clk: exynos5420: fix cpll clock register offsetsChander Kashyap1-2/+2
2013-12-04clk: Implement clk_unregisterSylwester Nawrocki1-3/+118
2013-12-04clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki1-0/+26
2013-12-04clkdev: Fix race condition in clock lookup from device treeSylwester Nawrocki1-2/+10
2013-12-04clk: Provide not locked variant of of_clk_get_from_provider()Sylwester Nawrocki2-8/+46