summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorLines
2015-10-28Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-1/+2
2015-10-20clkdev: fix clk_add_alias() with a NULL alias device nameRussell King-1/+2
2015-10-14Partially revert "clk: mvebu: Convert to clk_hw based provider APIs"Stephen Boyd-1/+3
2015-10-02Merge branch 'for-4.3-rc/ti-clk-fixes' of https://github.com/t-kristo/linux-p...Stephen Boyd-34/+209
2015-10-02clk: ti: dflt: fix enable_reg validity checkSuman Anna-2/+2
2015-10-02clk: ti: fix dual-registration of uart4_ickBen Dooks-1/+1
2015-10-02clk: ti: clk-7xx: Remove hardwired ABE clock configurationPeter Ujfalusi-17/+1
2015-09-22clk: samsung: fix cpu clock's flags checkingBartlomiej Zolnierkiewicz-5/+5
2015-09-19Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+25
2015-09-17drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_xGabriel Fernandez-10/+10
2015-09-16clk: check for invalid parent index of orphans in __clk_init()Mans Rullgard-1/+2
2015-09-16clk: tegra: dfll: Properly protect OPP listThierry Reding-1/+7
2015-09-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+17
2015-09-14clk: rockchip: add critical clock for rk3368Heiko Stübner-0/+6
2015-09-10Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds-0/+50
2015-09-10clk: rockchip: Add pclk_peri to critical clocks on RK3066/RK3188Romain Perier-0/+1
2015-09-10clk: rockchip: add pclk_cpu to the list of rk3188 critical clocksMichael Niewoehner-0/+1
2015-09-10clk: rockchip: handle critical clocks after registering all clocksHeiko Stuebner-2/+5
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-0/+6
2015-09-04Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-0/+1
2015-09-03clk: Hi6220: separately build stub clock driverLeo Yan-2/+9
2015-09-02clk: h8s2678: Fix compile errorGuenter Roeck-0/+1
2015-09-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds-0/+1
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+96
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-3/+36
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-0/+3
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2365/+8988
2015-08-27clk: s5pv210: add missing call to samsung_clk_of_add_provider()Marek Szyprowski-0/+2
2015-08-26clk: pistachio: correct critical clock listDamien.Horsley-5/+14
2015-08-26clk: pistachio: Fix PLL rate calculation in integer modeZdenko Pulitika-2/+46
2015-08-26clk: pistachio: Fix override of clk-pll settings from boot loaderZdenko Pulitika-3/+2
2015-08-26clk: pistachio: Fix 32bit integer overflowsZdenko Pulitika-21/+19
2015-08-25clk: tegra: Fix some static checker problemsStephen Boyd-7/+9
2015-08-25Merge tag 'tegra-for-4.3-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd-9/+2304
2015-08-25clk: qcom: Fix MSM8916 prng clock enable bitGeorgi Djakov-1/+1
2015-08-24drivers/clk: appropriate __init annotation for const dataNicolas Pitre-3/+3
2015-08-24clk: rockchip: register pll mux before pll itselfHeiko Stuebner-31/+32
2015-08-24clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij-154/+209
2015-08-24clk: remove duplicated code with __clk_set_parent_afterDong Aisheng-7/+1
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd-70/+70
2015-08-24clk: Constify clk_hw argument to provider APIsStephen Boyd-7/+8
2015-08-24clk: Hi6220: add stub clock driverLeo Yan-2/+278
2015-08-24clk: atlas7: fix pll missed divide NR in fraction modeGuo Zeng-0/+1
2015-08-24clk: atlas7: fix bit field and its root clk for coresight_tpiuGuo Zeng-1/+1
2015-08-24clk: atlas7: replace dto resolution magic number by macroYibo Cai-5/+8
2015-08-24clk: atlas7: fix integer overflow in dto rate calculationYibo Cai-2/+2
2015-08-24clk: atlas7: export mux clks so that consumers can get themGuo Zeng-2/+3
2015-08-24clk: atlas7: add lost pwm unit clksGuo Zeng-0/+4
2015-08-24clk: socfpga: Add a second parent option for the dbg_base_clkDinh Nguyen-4/+15
2015-08-24clk: ux500: delete the non-DT U8500 clock implementationLinus Walleij-526/+0