index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-14
clk: samsung: exynos5800: fix cpu clock configuration data
Bartlomiej Zolnierkiewicz
1
-3
/
+33
2015-05-14
clk: samsung: exynos5420: add cpu clock configuration data and instantiate cp...
Thomas Abraham
1
-2
/
+56
2015-05-14
clk: samsung: exynos5250: add cpu clock configuration data and instantiate cp...
Thomas Abraham
1
-0
/
+31
2015-05-14
clk: samsung: exynos4x12: add cpu clock configuration data and instantiate cp...
Bartlomiej Zolnierkiewicz
1
-0
/
+50
2015-05-14
clk: samsung: exynos4: add cpu clock configuration data and instantiate cpu c...
Thomas Abraham
1
-1
/
+23
2015-05-14
clk: samsung: add infrastructure to register cpu clocks
Thomas Abraham
3
-1
/
+423
2015-05-14
clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support
Bartlomiej Zolnierkiewicz
1
-0
/
+3
2015-03-15
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-24
/
+59
2015-03-11
clk: introduce clk_is_match
Michael Turquette
1
-0
/
+26
2015-03-11
clk: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-09
clk: divider: fix calculation of initial best divider when rounding to closest
Uwe Kleine-König
1
-6
/
+7
2015-03-09
clk: divider: fix selection of divider when rounding to closest
Uwe Kleine-König
1
-1
/
+5
2015-03-09
clk: divider: fix calculation of maximal parent rate for a given divider
Uwe Kleine-König
1
-7
/
+1
2015-03-06
clk: divider: return real rate instead of divider value
Heiko Stübner
1
-1
/
+1
2015-03-04
clk: at91: implement suspend/resume for the PMC irqchip
Boris BREZILLON
2
-1
/
+20
2015-02-25
clk: qcom: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-02-25
clk: qcom: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-02-25
clk: qcom: Add PLL4 vote clock
Stephen Boyd
1
-0
/
+13
2015-02-25
clk: qcom: lcc-msm8960: Fix PLL rate detection
Stephen Boyd
1
-1
/
+1
2015-02-25
clk: qcom: Fix slimbus n and m val offsets
Stephen Boyd
1
-2
/
+2
2015-02-25
clk: ti: Fix FAPLL parent enable bit handling
Tony Lindgren
1
-3
/
+3
2015-02-21
Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
81
-1191
/
+11680
2015-02-19
clk: Only recalculate the rate if needed
Tomeu Vizoso
1
-1
/
+4
2015-02-18
Revert "clk: mxs: Fix invalid 32-bit access to frac registers"
Stefan Wahren
3
-31
/
+18
2015-02-18
clk: qoriq: Add support for the platform PLL
Emil Medve
1
-0
/
+83
2015-02-18
clk: Replace explicit clk assignment with __clk_hw_set_clk
Javier Martinez Canillas
5
-35
/
+35
2015-02-18
clk: Don't dereference parent clock if is NULL
Javier Martinez Canillas
1
-2
/
+2
2015-02-17
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+219
2015-02-17
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-11
/
+12
2015-02-17
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2
-0
/
+10
2015-02-13
clk: convert clock name allocations to kstrdup_const
Andrzej Hajda
1
-6
/
+6
2015-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-7
/
+7
2015-02-06
clkdev: Always allocate a struct clk and call __clk_get() w/ CCF
Stephen Boyd
3
-37
/
+59
2015-02-04
clk: shmobile: div6: Avoid division by zero in .round_rate()
Geert Uytterhoeven
1
-0
/
+3
2015-02-03
clk: mxs: Fix invalid 32-bit access to frac registers
Stefan Wahren
3
-18
/
+31
2015-02-03
clk: omap: compile legacy omap3 clocks conditionally
Arnd Bergmann
6
-2
/
+14
2015-02-02
Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...
Michael Turquette
7
-52
/
+172
2015-02-02
Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...
Michael Turquette
5
-347
/
+112
2015-02-02
clkdev: Export clk_register_clkdev
Tomeu Vizoso
1
-0
/
+1
2015-02-02
clk: Add rate constraints to clocks
Tomeu Vizoso
12
-58
/
+254
2015-02-02
clk: remove clk-private.h
Michael Turquette
1
-2
/
+39
2015-02-02
Merge branch 'clk-omap-legacy' into clk-next
Michael Turquette
10
-73
/
+5504
2015-02-02
clk: Make clk API return per-user struct clk instances
Tomeu Vizoso
3
-244
/
+476
2015-02-02
clk: tegra: Define PLLD_DSI and remove dsia(b)_mux
Mark Zhang
4
-26
/
+24
2015-02-02
clk: tegra: Add support for the Tegra132 CAR IP block
Paul Walmsley
3
-12
/
+129
2015-02-02
clk: tegra: make tegra_clocks_apply_init_table() arch_initcall
Peter De Schrijver
1
-2
/
+5
2015-02-02
clk: tegra: Fix order of arguments in WARN
Tomeu Vizoso
1
-4
/
+4
2015-02-02
clk: tegra124: Add init data for dsi lp clocks
Sean Paul
1
-0
/
+2
2015-02-02
clk: tegra: SDMMC controllers are on APB
Andrew Bresticker
1
-8
/
+8
2015-01-30
clk: ti: add omap3 legacy clock data
Tero Kristo
2
-1
/
+4655
[next]