summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-08clk: max77686: Register OF clock providerTomasz Figa3-0/+65
2014-01-08clk: max77686: Refactor driver data handlingTomasz Figa1-13/+14
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
2014-01-08MAINTAINERS: Add entry for Samsung SoC clock driversTomasz Figa1-0/+6
2013-12-31Merge branch 'clk-next-unregister' into clk-nextMike Turquette11-19/+235
2013-12-30Merge branch 'for_3.14/keystone-clk' of git://git.kernel.org/pub/scm/linux/ke...Mike Turquette3-12/+32
2013-12-29Merge tag 'sunxi-clk-3.14-for-mike' of https://bitbucket.org/emiliolopez/linu...Mike Turquette4-79/+445
2013-12-28clk: sunxi: Allwinner A20 output clock supportChen-Yu Tsai2-0/+58
2013-12-28clk: sunxi: support better factor DT nodesEmilio López1-0/+9
2013-12-28clk: sunxi: mod0 supportEmilio López2-1/+61
2013-12-28clk: sunxi: add PLL5 and PLL6 supportEmilio López2-0/+232
2013-12-28clk: sunxi: make factors_clk_setup return the clock it registersEmilio López1-7/+8
2013-12-28clk: sunxi: add gating support to PLL1Emilio López2-1/+3
2013-12-28clk: sunxi: clean the magic number of mux parentsEmilio López1-2/+3
2013-12-28clk: sunxi: register factors clocks behind compositeEmilio López3-73/+76
2013-12-27clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette3-12/+2
2013-12-26clk: max77686: Remove redundant breakSachin Kamat1-2/+0
2013-12-22clk: add accuracy support for fixed clockBoris BREZILLON3-6/+44
2013-12-22clk: add clk accuracy retrieval supportBoris BREZILLON5-7/+126
2013-12-22clk: si570: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-22Merge tag 'renesas-clock-for-v3.14' of git://git.kernel.org/pub/scm/linux/ker...Mike Turquette3-1/+203
2013-12-20Merge tag 'mvebu-clk-3.14' of git://git.infradead.org/linux-mvebu into clk-nextMike Turquette3-0/+229
2013-12-20Merge tag 'zynq-clk-for-3.14-v2' of git://git.xilinx.com/linux-xlnx into clk-...Mike Turquette2-3/+19
2013-12-20clk/zynq/clkc: Add 'fclk-enable' featureSoren Brinkmann2-3/+19
2013-12-19clk: ux500: Remove extra semicolonSachin Kamat1-1/+1
2013-12-19clk: vt8500: Staticize vtwm_pll_opsSachin Kamat1-1/+1
2013-12-19clk: mvebu: Staticize of_cpu_clk_setupSachin Kamat1-1/+1
2013-12-19clk: versatile: Staticize clk_sp810_timerclken_of_getSachin Kamat1-1/+1
2013-12-19clk: socfpga: Use NULL instead of 0Sachin Kamat1-1/+1
2013-12-19clk: tegra: Staticize tegra_clk_periph_nodiv_opsSachin Kamat1-1/+1
2013-12-19clk: tegra: Staticize local variables in clk-pll.cSachin Kamat1-6/+6
2013-12-19clk: SPEAr: Staticize clk_frac_opsSachin Kamat1-1/+1
2013-12-14clk: si570: Add a driver for SI570 oscillatorsSoren Brinkmann4-0/+581
2013-12-14clk: Fix debugfs reparenting NULL pointer dereferenceStephen Boyd1-2/+1
2013-12-14clk: emev2: Add support for emev2 SMU clocks with DTTakashi Yoshii3-1/+203
2013-12-12MAINTAINERS: Add maintainer for the ARM Ux500 clock driverUlf Hansson1-0/+8
2013-12-12Merge tag 'clk-hisilicon' of git://git.kernel.org/pub/scm/linux/kernel/git/hz...Mike Turquette8-0/+823
2013-12-12Merge branch 'clk-next-shmobile' into clk-nextMike Turquette9-0/+850
2013-12-12clk: shmobile: Add MSTP clock supportLaurent Pinchart3-0/+281
2013-12-12clk: shmobile: Add DIV6 clock supportLaurent Pinchart3-0/+214
2013-12-12clk: shmobile: Add R-Car Gen2 clocks supportLaurent Pinchart5-0/+355
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 Karicheri2-8/+24
2013-12-04Merge branch 'clk/clk-unregister' of git://linuxtv.org/snawrocki/samsung into...Mike Turquette11-19/+235