aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29clk: exynos5420: Add IDs for clocks used in DISP1 power domainJavier Martinez Canillas1-11/+12
2015-01-28clk: Remove __clk_registerTomeu Vizoso1-42/+0
2015-01-28clk: Remove unneeded NULL checksTomeu Vizoso1-9/+0
2015-01-28clk: qoriq: Use pr_fmt()Emil Medve1-2/+5
2015-01-28clk: qoriq: Replace kzalloc() with kmalloc()Emil Medve1-1/+1
2015-01-28clk: qoriq: Make local symbol 'static'Emil Medve1-1/+1
2015-01-28clk: qoriq: Fix checkpatch type OOM_MESSAGEEmil Medve1-12/+5
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_SIZEOF_STRUCTEmil Medve1-2/+2
2015-01-28clk: qoriq: Fix checkpatch type ALLOC_WITH_MULTIPLYEmil Medve1-2/+2
2015-01-28clk: qoriq: Fix checkpatch type PARENTHESIS_ALIGNMENTEmil Medve1-4/+4
2015-01-28clk: samsung: exynos4: Add divider clock id for memory bus frequencyChanwoo Choi1-5/+5
2015-01-27clk: pxa: add pxa3xx clock driverRobert Jarzmik2-0/+365
2015-01-27clk: zynq: Force CPU_2X clock to be ungatedSoren Brinkmann1-0/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-28/+69
2015-01-27Merge tag 'sunxi-clocks-for-3.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextMichael Turquette8-143/+710
2015-01-27Merge tag 'v3.20-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextMichael Turquette1-13/+35
2015-01-27clk: ti: Drop use of clk-private.hStephen Boyd3-3/+3
2015-01-27clk: ux500: Drop use of clk-private.hStephen Boyd2-2/+0
2015-01-27clk: Export phase functionsMaxime Ripard1-0/+2
2015-01-27clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driverStephen Boyd3-0/+595
2015-01-27clk: qcom: Add IPQ806X LPASS clock controller (LCC) driverRajendra Nayak4-0/+495
2015-01-27clk: qcom: Add simple regmap based muxesStephen Boyd3-0/+89
2015-01-27clk: qcom: Add support for regmap divider clocksJosh Cartwright3-0/+100
2015-01-27clk: divider: Make generic for usage elsewhereStephen Boyd1-84/+128
2015-01-27clk: Add __clk_mux_determine_rate_closestStephen Boyd1-9/+38
2015-01-27clk: Fix debugfs clk removal before initedSrinivas Kandagatla1-4/+0
2015-01-27Merge branch 'clk-shmobile-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-nextMichael Turquette4-4/+342
2015-01-26Merge tag 'sunxi-core-for-3.20' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into next/socOlof Johansson1-0/+1
2015-01-25sunxi: clk: Set sun6i-pll1 n_start = 1Hans de Goede1-0/+1
2015-01-25clk: sunxi: rewrite sun9i_a80_get_pll4_factors()Hans de Goede1-28/+29
2015-01-24Merge branch 'clk-has-parent' into clk-nextMichael Turquette1-0/+30
2015-01-24clk: Introduce clk_has_parent()Thierry Reding1-0/+30
2015-01-22clk: rockchip: add a dummy clock for the watchdog pclk on rk3288Heiko Stuebner1-0/+8
2015-01-22clk: rockchip: add PVTM clocks on rk3288huang lin1-2/+2
2015-01-22clk: rockchip: use the clock ID for usbphy480m_srcKever Yang1-1/+1
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2015-01-20ARM: clk: add clk-asm9260 driverOleksij Rempel2-0/+349
2015-01-20clk: st: STiH410: Fix pdiv and fdiv divisor when setting ratePeter Griffin1-4/+15
2015-01-20clk: ppc-corenet: rename driver to clk-qoriqTang Yuantian3-9/+9
2015-01-20clock: redefine variable clocks_per_pll as a struct memberTang Yuantian1-7/+15
2015-01-20Merge tag 'for-v3.20-exynos7-clk' of git://linuxtv.org/snawrocki/samsung into clk-nextMichael Turquette1-2/+406
2015-01-20clk: ti: Initialize clocks for dm816xTony Lindgren3-8/+55
2015-01-20clk: ti: Add support for FAPLL on dm816xTony Lindgren2-0/+411
2015-01-20clk: Skip fetching index for single parent clocksStephen Boyd1-1/+1
2015-01-20clk-gate: fix bit # check in clk_register_gate()Sergei Shtylyov1-1/+1
2015-01-20clk: ppc-corenet: fix section mismatch warningKevin Hao1-37/+6
2015-01-20clk: sunxi: Add driver for A80 MMC config clocks/resetsChen-Yu Tsai2-0/+220
2015-01-19clk: sunxi: Add mod0 and mmc module clock support for A80Chen-Yu Tsai1-0/+32
2015-01-17clk: exynos-audss: Fix memory leak on driver unbind or probe failureKrzysztof Kozlowski1-10/+22
2015-01-17clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski3-0/+48