summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clkdev.c (unfollow)
Commit message (Expand)AuthorFilesLines
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 Boyd2-2/+16
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-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-28clk: fix some determine_rate implementationsBoris Brezillon8-8/+24
2015-07-28clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon20-401/+392
2015-07-14clk: st: Fix error paths and allocation styleStephen Boyd1-38/+45
2015-07-08clk: Move clk_provider_list to scope of function using itStephen Boyd1-2/+1
2015-07-08clk: Check for allocation errors in of_clk_init()Stephen Boyd1-2/+11
2015-07-08clk: qcom: Add support for SR2 PLLsGeorgi Djakov2-0/+76
2015-07-08clk: at91: Silence warnings and cleanup __init/extern usageStephen Boyd1-66/+58
2015-07-08drivers: clk: st: Incorrect register offset used for lock_statusPankaj Dev1-1/+1
2015-07-07clk: qcom: Constify the parent names arraysGeorgi Djakov11-67/+67
2015-07-07clk: xgene: Delete duplicated name fieldMatthias Brugger1-15/+13
2015-07-07clk: Rename clk-gpio-gate.c to clk-gpio.cSergej Sawazki2-1/+1
2015-07-07clk: add gpio controlled clock multiplexerSergej Sawazki3-64/+214
2015-07-07clk: gpio-gate: Stay silent on EPROBE_DEFERSergej Sawazki1-2/+3
2015-07-07clk: gpio-gate: Include export.h instead of module.hSergej Sawazki1-1/+1
2015-07-07clk: mediatek: mt8173: Fix enabling of critical clocksSascha Hauer1-5/+21
2015-07-07clk: rockchip: add rk3368 clock controllerHeiko Stuebner3-0/+898
2015-07-07clk: rockchip: add missing include guardsHeiko Stuebner4-0/+20