summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen5-14/+5
2015-07-28clk: sunxi: make use of of_clk_parent_fill helper functionDinh Nguyen4-19/+7
2015-07-28clk: st: make use of of_clk_parent_fill helper functionDinh Nguyen2-9/+4
2015-07-28clk: keystone: make use of of_clk_parent_fill helper functionDinh Nguyen1-2/+1
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen6-42/+7
2015-07-28clk: mediatek: Add MT8173 MMPLL change rate supportJames Liao3-6/+42
2015-07-28clk: mediatek: Fix calculation of PLL rate settingsJames Liao1-2/+2
2015-07-28clk: mediatek: Fix PLL registers setting flowJames Liao1-9/+12
2015-07-28clk: Allow providers to configure min/max ratesStephen Boyd1-2/+14
2015-07-28clk: twl6040: Convert to use devm_clk_registerAxel Lin1-11/+1
2015-07-28clk: s2mps11: Simplify s2mps11_clk_probe unwind pathsAxel Lin1-10/+4
2015-07-28clk: shmobile: Remove unneeded #include <linux/clkdev.h>Geert Uytterhoeven7-7/+7
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd1-1/+1
2015-07-28clk: ti: clk-3xxx: Remove unused structuresStephen Boyd1-10/+0
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd1-1/+1
2015-07-28clk: ti: Check kzalloc() for failuresStephen Boyd1-0/+2
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd20-19/+2543
2015-07-28clk: h8300: Fix signness bugAxel Lin2-2/+2
2015-07-28clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocksStephen Boyd2-0/+2
2015-07-28clk: gpio: Unlock mutex on error pathStephen Boyd1-2/+4
2015-07-28clk: h8300: Use standard Linux I/O accessorsStephen Boyd1-5/+5
2015-07-28clk: h8300: Drop allocation printk and cleanup sizeof styleStephen Boyd1-4/+2
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd14-295/+323
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon7-8/+20
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon14-292/+308
2015-07-13clk: st: Fix error paths and allocation styleStephen Boyd1-38/+45
2015-07-07Merge branch 'clk-fixes' into clk-nextStephen Boyd1-1/+1
2015-07-07clk: Move clk_provider_list to scope of function using itStephen Boyd1-2/+1
2015-07-07clk: Check for allocation errors in of_clk_init()Stephen Boyd1-2/+11
2015-07-07Merge branch 'clk-rk3368' into clk-nextStephen Boyd8-16/+1090
2015-07-07clk: qcom: Add support for SR2 PLLsGeorgi Djakov2-0/+76
2015-07-07clk: at91: Silence warnings and cleanup __init/extern usageStephen Boyd1-66/+58
2015-07-07drivers: clk: st: Incorrect register offset used for lock_statusPankaj Dev1-1/+1
2015-07-06clk: qcom: Constify the parent names arraysGeorgi Djakov11-67/+67
2015-07-06clk: xgene: Delete duplicated name fieldMatthias Brugger1-15/+13
2015-07-06clk: Rename clk-gpio-gate.c to clk-gpio.cSergej Sawazki2-1/+1
2015-07-06clk: add gpio controlled clock multiplexerSergej Sawazki1-64/+178
2015-07-06clk: gpio-gate: Stay silent on EPROBE_DEFERSergej Sawazki1-2/+3
2015-07-06clk: gpio-gate: Include export.h instead of module.hSergej Sawazki1-1/+1
2015-07-06Merge branch 'clk-fixes' into clk-nextStephen Boyd15-49/+73
2015-07-06clk: mediatek: mt8173: Fix enabling of critical clocksSascha Hauer1-5/+21
2015-07-06clk: rockchip: add rk3368 clock controllerHeiko Stuebner3-0/+898
2015-07-06clk: rockchip: define the inverters of rk3066/rk3188 and rk3288Heiko Stuebner2-2/+14
2015-07-06clk: rockchip: fix issues in the mmc-phase clockHeiko Stuebner1-3/+3
2015-07-06clk: rockchip: add support for phase invertersHeiko Stuebner4-0/+144
2015-07-06clk: rockchip: add COMPOSITE_NOGATE_DIVTBL variantHeiko Stuebner1-0/+20
2015-07-06clk: rockchip: protect register macros against multipart valuesHeiko Stuebner1-8/+8
2015-07-06clk: rockchip: fix faulty vip parent name on rk3288Heiko Stuebner1-2/+2
2015-07-06clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_macHeiko Stuebner1-1/+1
2015-07-06drivers: clk: st: Fix mux bit-setting for Cortex A9 clocksGabriel Fernandez1-1/+1