index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-26
clk: use atomic runtime pm api in clk_core_is_enabled
Dong Aisheng
1
-1
/
+2
2017-12-26
clk: mediatek: Fix all warnings for missing struct clk_onecell_data
Sean Wang
1
-0
/
+1
2017-12-23
clk: meson: mpll: use 64-bit maths in params_from_rate
Martin Blumenstingl
1
-1
/
+1
2017-12-21
clk: si5351: Do not enable parent clocks on probe
Sergej Sawazki
1
-26
/
+9
2017-12-21
clk: si5351: Rename internal plls to avoid name collisions
Sergej Sawazki
1
-1
/
+1
2017-12-21
clk: si5351: Apply PLL soft reset before enabling the outputs
Sergej Sawazki
1
-0
/
+29
2017-12-21
clk: si5351: Add DT property to enable PLL reset
Sergej Sawazki
1
-0
/
+3
2017-12-21
clk: si5351: implement remove handler
Alexey Khoroshilov
1
-0
/
+13
2017-12-21
clk: axi-clkgen: Round closest in round_rate() and recalc_rate()
Lars-Peter Clausen
1
-3
/
+7
2017-12-21
clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
Lars-Peter Clausen
1
-5
/
+24
2017-12-21
clk: Don't touch hardware when reparenting during registration
Stephen Boyd
1
-2
/
+5
2017-12-21
clk: mediatek: fixup test-building of MediaTek clock drivers
Sean Wang
1
-1
/
+1
2017-12-21
clk: mediatek: group drivers under indpendent menu
Sean Wang
1
-46
/
+50
2017-12-21
clk: at91: pmc: Support backup for programmable clocks
Romain Izard
3
-0
/
+39
2017-12-21
clk: at91: pmc: Save SCSR during suspend
Romain Izard
1
-2
/
+2
2017-12-21
clk: at91: pmc: Wait for clocks when resuming
Romain Izard
1
-8
/
+16
2017-12-21
clk: qcom: ipq8074: add misc resets for PCIE and NSS
Abhishek Sahu
1
-0
/
+42
2017-12-21
clk: qcom: ipq8074: add GP and Crypto clocks
Abhishek Sahu
1
-0
/
+199
2017-12-21
clk: qcom: ipq8074: add NSS ethernet port clocks
Abhishek Sahu
1
-0
/
+1288
2017-12-21
clk: qcom: ipq8074: add NSS clocks
Abhishek Sahu
1
-0
/
+1034
2017-12-21
clk: qcom: ipq8074: add PCIE, USB and SDCC clocks
Abhishek Sahu
1
-0
/
+994
2017-12-21
clk: qcom: ipq8074: add remaining PLL’s
Abhishek Sahu
1
-1
/
+191
2017-12-21
clk: qcom: ipq8074: fix missing GPLL0 divider width
Abhishek Sahu
1
-0
/
+1
2017-12-21
clk: qcom: add parent map for regmap mux
Abhishek Sahu
4
-11
/
+18
2017-12-21
clk: qcom: add read-only divider operations
Abhishek Sahu
2
-0
/
+30
2017-12-21
clk: imx51: uart4, uart5 gates only exist on imx50, imx53
Philipp Zabel
1
-4
/
+8
2017-12-21
clk: qoriq: add more divider clocks support
Yuantian Tang
1
-1
/
+8
2017-12-21
clk: mvebu: armada-37xx-periph: add DVFS support for cpu clocks
Gregory CLEMENT
1
-4
/
+217
2017-12-21
clk: mvebu: armada-37xx-periph: prepare cpu clk to be used with DVFS
Gregory CLEMENT
1
-9
/
+73
2017-12-21
clk: mvebu: armada-37xx-periph: cosmetic changes
Gregory CLEMENT
1
-8
/
+9
2017-12-21
clk: sprd: add clocks support for SC9860
Chunyan Zhang
3
-0
/
+1987
2017-12-21
clk: sprd: add adjustable pll support
Chunyan Zhang
3
-0
/
+375
2017-12-21
clk: sprd: add composite clock support
Chunyan Zhang
3
-0
/
+112
2017-12-21
clk: sprd: add divider clock support
Chunyan Zhang
3
-0
/
+166
2017-12-21
clk: sprd: add mux clock support
Chunyan Zhang
3
-0
/
+151
2017-12-21
clk: sprd: add gate clock support
Chunyan Zhang
3
-0
/
+171
2017-12-21
clk: sprd: Add common infrastructure
Chunyan Zhang
6
-0
/
+143
2017-12-21
clk: move clock common macros out from vendor directories
Chunyan Zhang
2
-47
/
+0
2017-12-19
clk: fix set_rate_range when current rate is out of range
Jerome Brunet
1
-4
/
+33
2017-12-19
clk: add clk_rate_exclusive api
Jerome Brunet
1
-0
/
+172
2017-12-19
clk: cosmetic changes to clk_summary debugfs entry
Jerome Brunet
1
-3
/
+4
2017-12-19
clk: add clock protection mechanism to clk core
Jerome Brunet
1
-7
/
+112
2017-12-19
clk: use round rate to bail out early in set_rate
Jerome Brunet
1
-2
/
+23
2017-12-19
clk: rework calls to round and determine rate callbacks
Jerome Brunet
1
-30
/
+52
2017-12-19
clk: add clk_core_set_phase_nolock function
Jerome Brunet
1
-12
/
+21
2017-12-19
clk: take the prepare lock out of clk_core_set_parent
Jerome Brunet
1
-20
/
+20
2017-12-19
clk: fix incorrect usage of ENOSYS
Jerome Brunet
1
-1
/
+1
2017-12-19
clk: sunxi: sun9i-mmc: Implement reset callback for reset controls
Chen-Yu Tsai
1
-0
/
+12
2017-12-19
clk: check ops pointer on clock register
Jerome Brunet
1
-0
/
+7
2017-12-14
clk: ti: Drop legacy clk-3xxx-legacy code
Tony Lindgren
8
-5078
/
+0
[prev]
[next]