aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAge
...
| * | | clk: Export phase functionsMaxime Ripard2015-01-27
| * | | clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driverStephen Boyd2015-01-27
| * | | clk: qcom: Add IPQ806X LPASS clock controller (LCC) driverRajendra Nayak2015-01-27
| * | | clk: qcom: Add simple regmap based muxesStephen Boyd2015-01-27
| * | | clk: qcom: Add support for regmap divider clocksJosh Cartwright2015-01-27
| * | | clk: divider: Make generic for usage elsewhereStephen Boyd2015-01-27
| * | | clk: Add __clk_mux_determine_rate_closestStephen Boyd2015-01-27
| * | | clk: Fix debugfs clk removal before initedSrinivas Kandagatla2015-01-27
| * | | Merge branch 'clk-shmobile-for-3.20' of git://git.kernel.org/pub/scm/linux/ke...Michael Turquette2015-01-27
| |\ \ \
| | * | | clk: shmobile: Add R-Car Gen2 ADSP clock supportSergei Shtylyov2015-01-08
| | * | | clk: shmobile: Add R-Car Gen2 RCAN clock supportSergei Shtylyov2015-01-08
| | * | | clk: shmobile: r8a73a4 common clock framework implementationUlrich Hecht2015-01-08
| | * | | clk: shmobile: Add r8a7793 supportHisashi Nakamura2015-01-08
| | * | | clk: shmobile: div6: Avoid changing divisor in .disable()Geert Uytterhoeven2015-01-08
| | |/ /
| * | | Merge branch 'clk-has-parent' into clk-nextMichael Turquette2015-01-24
| |\ \ \
| | * | | clk: Introduce clk_has_parent()Thierry Reding2015-01-24
| | |/ /
| * | | ARM: clk: add clk-asm9260 driverOleksij Rempel2015-01-20
| * | | clk: st: STiH410: Fix pdiv and fdiv divisor when setting ratePeter Griffin2015-01-20
| * | | clk: ppc-corenet: rename driver to clk-qoriqTang Yuantian2015-01-20
| * | | clock: redefine variable clocks_per_pll as a struct memberTang Yuantian2015-01-20
| * | | Merge tag 'for-v3.20-exynos7-clk' of git://linuxtv.org/snawrocki/samsung into...Michael Turquette2015-01-20
| |\ \ \
| | * | | clk: samsung: exynos7: add clocks for audio blockPadmavathi Venna2015-01-15
| | * | | clk: samsung: exynos7: add clocks for SPI blockPadmavathi Venna2015-01-15
| | * | | clk: samsung: exynos7: add gate clock for DMA blockPadmavathi Venna2015-01-15
| | * | | clk: samsung: exynos7: Add required clock tree for USBVivek Gautam2014-12-23
| | * | | clk: samsung: exynos7: Add clocks for MSCL blockTony K Nadackal2014-12-23
| | |/ /
| * | | clk: ti: Initialize clocks for dm816xTony Lindgren2015-01-20
| * | | clk: ti: Add support for FAPLL on dm816xTony Lindgren2015-01-20
| * | | clk: Skip fetching index for single parent clocksStephen Boyd2015-01-20
| * | | clk-gate: fix bit # check in clk_register_gate()Sergei Shtylyov2015-01-20
| * | | clk: ppc-corenet: fix section mismatch warningKevin Hao2015-01-20
| * | | clk: exynos-audss: Fix memory leak on driver unbind or probe failureKrzysztof Kozlowski2015-01-17
| * | | clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski2015-01-17
| * | | clk: TI CDCE706 clock synthesizer driverMax Filippov2015-01-17
| | |/ | |/|
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-17
|\ \ \
| * | | clk: shmobile: fix sparse NULL pointer warningWei Yongjun2015-01-13
| * | | clk: shmobile: sh73a0 common clock framework implementationUlrich Hecht2014-12-21
| | |/ | |/|
* | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-02-17
|\ \ \
| * | | clk: exynos5420: Add IDs for clocks used in DISP1 power domainJavier Martinez Canillas2015-01-28
| |/ /
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-17
|\ \ \
| * \ \ Merge tag 'sunxi-core-for-3.20' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2015-01-26
| |\ \ \
| | * | | ARM: sunxi: Add "allwinner,sun6i-a31s" to mach-sunxiHans de Goede2015-01-05
| | |/ /
| * / / ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni2015-01-16
| |/ /
* | | clk: convert clock name allocations to kstrdup_constAndrzej Hajda2015-02-14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-10
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
| |\ \ \ | | | |/ | | |/|
| * | | GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMACRoger Chen2014-12-31
| | |/ | |/|
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-21
|\ \ \ | |_|/ |/| |
| * | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-06
| |/
* | clk: fix possible null pointer dereferenceStanimir Varbanov2015-01-17