summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-12-22Merge branch 'clk-shmobile-for-v4.5' of git://git.kernel.org/pub/scm/linux/ke...Michael Turquette7-63/+1216
2015-12-22clk: fix codying style of if ... else blocksMasahiro Yamada1-3/+2
2015-12-08clk: shmobile: r8a7795: Add new CPG/MSSR driverGeert Uytterhoeven5-0/+392
2015-12-08clk: shmobile: Add new CPG/MSSR driver coreGeert Uytterhoeven2-0/+721
2015-12-08clk: shmobile: div6: Extract cpg_div6_register()Geert Uytterhoeven2-45/+94
2015-12-08clk: shmobile: div6: Make clock-output-names optionalGeert Uytterhoeven1-10/+3
2015-12-08clk: shmobile: Rework CONFIG_ARCH_SHMOBILE_MULTIMagnus Damm1-12/+10
2015-12-02Merge branch 'clk-fixes' into clk-nextStephen Boyd14-75/+53
2015-12-02clk: sunxi: pll2: Fix clock running too fastMaxime Ripard1-18/+5
2015-12-02clk: let of_clk_get_parent_name() fail for invalid clock-indicesMasahiro Yamada1-0/+3
2015-12-01Merge branch 'clk-msm8996' into clk-nextStephen Boyd9-4/+7164
2015-11-30clk: qcom: Add MSM8996 Multimedia Clock Controller (MMCC) driverStephen Boyd3-0/+3227
2015-11-30clk: qcom: Add gfx3d ping-pong PLL frequency switchingStephen Boyd2-0/+88
2015-11-30clk: qcom: Add MSM8996 Global Clock Control (GCC) driverStephen Boyd3-0/+3431
2015-11-30clk: qcom: Add Alpha PLL supportStephen Boyd3-0/+413
2015-11-30clk: divider: Cap table divider values to 'width' memberStephen Boyd1-4/+5
2015-11-30clk: add CS2000 Fractional-N driverKuninori Morimoto3-0/+517
2015-11-30clk: scpi: add missing of_node_putJulia Lawall1-0/+1
2015-11-30clk: qoriq: fix memory leakSudip Mukherjee1-1/+3
2015-11-30imx/clk-pllv2: fix wrong do_div() usageNicolas Pitre1-4/+5
2015-11-30imx/clk-pllv1: fix wrong do_div() usageNicolas Pitre1-7/+7
2015-11-30Merge branch 'for-4.4-rc/ti-clk-fixes' of https://github.com/t-kristo/linux-p...Stephen Boyd5-29/+12
2015-11-30clk: fix a typo in comment block of clk_notifier_register()Masahiro Yamada1-4/+3
2015-11-30clk: ti: omap5+: dpll: implement errata i810Tero Kristo1-1/+24
2015-11-25clk: mmp: add linux/clk.h includesArnd Bergmann3-0/+3
2015-11-24clk: ti: drop locking code from mux/divider driversGrygorii Strashko2-25/+6
2015-11-24clk: ti816x: Add missing dmtimer clkdev entriesNeil Armstrong1-0/+2
2015-11-24clk: ti: fapll: fix wrong do_div() usageNicolas Pitre1-2/+2
2015-11-24clk: ti: clkt_dpll: fix wrong do_div() usageNicolas Pitre1-2/+2
2015-11-20clk: qcom: msm8916: Move xo and sleep clocks into DTGeorgi Djakov1-9/+7
2015-11-20clk: ti: dra7: constify clk_hw_omap_ops structureJulia Lawall1-1/+1
2015-11-20Merge branch 'clk-bcm63xx' into clk-nextStephen Boyd3-0/+33
2015-11-20clk: bcm: Add BCM63138 clock supportFlorian Fainelli3-0/+33
2015-11-20clk: qcom: Specify LE device endiannessStephen Boyd11-0/+13
2015-11-20clk: shmobile: rcar-gen2: Spelling/Grammar: dependant of, ouputGeert Uytterhoeven1-2/+2
2015-11-20clk: Spelling s/derefing/dereferencing/Geert Uytterhoeven1-1/+1
2015-11-20clk: st: avoid uninitialized variable useArnd Bergmann1-8/+9
2015-11-20clk: at91: Revert "keep slow clk enabled to prevent system hang"Alexandre Belloni1-29/+0
2015-11-20clk: xgene: Fix divider with non-zero shift valueLoc Ho1-1/+2
2015-11-20clk: si5351: Add PLL soft resetJacob Siverskog1-0/+7
2015-11-20clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)Masahiro Yamada1-1/+1
2015-11-20clk: remove redundant negative index check in of_clk_get_parent_name()Masahiro Yamada1-3/+0
2015-11-20clk: versatile: remove unneeded error messageSudip Mukherjee1-3/+1
2015-11-18clk: gpio: Get parent clk names in of_gpio_clk_setup()Jyri Sarha1-16/+17
2015-11-18clk: versatile: fix memory leakSudip Mukherjee1-0/+1
2015-11-16clk: tango4: clkgen driver for Tango4 platformsMarc Gonzalez2-0/+62
2015-11-16clk: qcom: Move cxo/pxo/xo into dt filesStephen Boyd5-43/+33
2015-11-16clk: qcom: common: Add API to register board clocks backwards compatiblyStephen Boyd2-0/+91
2015-11-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-3/+18
2015-11-13Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-31/+177