index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
meson
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
clk: meson: clk-regmap: add read-only gate ops
Martin Blumenstingl
2018-11-23
2
-0
/
+6
*
|
clk: meson: meson8b: allow changing the CPU clock tree
Martin Blumenstingl
2018-11-23
1
-6
/
+6
*
|
clk: meson: meson8b: run from the XTAL when changing the CPU frequency
Martin Blumenstingl
2018-11-23
1
-0
/
+63
*
|
clk: meson: meson8b: add support for more M/N values in sys_pll
Martin Blumenstingl
2018-11-23
1
-0
/
+5
*
|
clk: meson: meson8b: mark the CPU clock as CLK_IS_CRITICAL
Martin Blumenstingl
2018-11-23
1
-1
/
+2
*
|
clk: meson: meson8b: do not use cpu_div3 for cpu_scale_out_sel
Martin Blumenstingl
2018-11-23
1
-2
/
+9
*
|
clk: meson: clk-pll: check if the clock is already enabled
Martin Blumenstingl
2018-11-23
1
-0
/
+19
*
|
clk: meson: meson8b: fix the width of the cpu_scale_div clock
Martin Blumenstingl
2018-11-23
1
-1
/
+1
*
|
clk: meson: meson8b: fix incorrect divider mapping in cpu_scale_table
Martin Blumenstingl
2018-11-23
1
-7
/
+8
*
|
clk: meson: meson8b: use the HHI syscon if available
Martin Blumenstingl
2018-11-23
1
-9
/
+15
*
|
clk: meson-gxbb: Add video clocks
Neil Armstrong
2018-11-23
1
-0
/
+722
*
|
dt-bindings: clk: meson-gxbb: Add Video clock bindings
Neil Armstrong
2018-11-23
1
-2
/
+24
*
|
clk: meson-gxbb: Fix HDMI PLL for GXL SoCs
Neil Armstrong
2018-11-23
1
-2
/
+49
*
|
clk: meson: Add vid_pll divider driver
Neil Armstrong
2018-11-23
3
-1
/
+98
|
/
*
clk: meson: meson8b: use the regmap in the internal reset controller
Martin Blumenstingl
2018-09-26
1
-7
/
+6
*
clk: meson: meson8b: register the clock controller early
Martin Blumenstingl
2018-09-26
1
-60
/
+34
*
clk: meson-axg: pcie: drop the mpll3 clock parent
Yixun Lan
2018-09-26
1
-2
/
+4
*
clk: meson: axg: round audio system master clocks down
Jerome Brunet
2018-09-26
1
-11
/
+23
*
clk: meson: clk-pll: drop hard-coded rates from pll tables
Jerome Brunet
2018-09-26
5
-142
/
+162
*
clk: meson: clk-pll: remove od parameters
Jerome Brunet
2018-09-26
8
-498
/
+493
*
clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
Jerome Brunet
2018-09-26
3
-8
/
+8
*
clk: meson: clk-pll: add enable bit
Jerome Brunet
2018-09-26
5
-10
/
+113
*
clk: meson: add gen_clk
Jerome Brunet
2018-07-09
4
-3
/
+135
*
clk: meson: gxbb: remove HHI_GEN_CLK_CTNL duplicate definition
Jerome Brunet
2018-07-09
1
-1
/
+0
*
clk: meson-axg: add clocks required by pcie driver
Yixun Lan
2018-07-09
2
-1
/
+150
*
clk: meson: remove unused clk-audio-divider driver
Jerome Brunet
2018-07-09
3
-119
/
+1
*
clk: meson: stop rate propagation for audio clocks
Jerome Brunet
2018-07-09
1
-9
/
+7
*
clk: meson: axg: add the audio clock controller driver
Jerome Brunet
2018-07-09
4
-0
/
+982
*
clk: meson: add axg audio sclk divider driver
Jerome Brunet
2018-07-09
3
-1
/
+252
*
clk: meson: add triple phase clock driver
Jerome Brunet
2018-07-09
4
-0
/
+94
*
clk: meson: add clk-phase clock driver
Jerome Brunet
2018-07-09
3
-0
/
+72
*
clk: meson: clean-up meson clock configuration
Jerome Brunet
2018-07-09
1
-9
/
+5
*
clk: meson: remove obsolete register access
Jerome Brunet
2018-07-09
2
-69
/
+4
*
clk: meson: audio-divider is one based
Jerome Brunet
2018-06-21
1
-1
/
+1
*
clk: meson-gxbb: set fclk_div2 as CLK_IS_CRITICAL
Neil Armstrong
2018-06-19
1
-0
/
+1
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2018-06-09
20
-309
/
+586
|
\
|
*
clk: meson: axg: let mpll clocks round closest
Jerome Brunet
2018-05-21
1
-0
/
+4
|
*
clk: meson: mpll: add round closest support
Jerome Brunet
2018-05-21
2
-5
/
+22
|
*
clk: meson: meson8b: mark fclk_div2 gate clocks as CLK_IS_CRITICAL
Martin Blumenstingl
2018-05-21
1
-0
/
+7
|
*
clk: meson: use SPDX license identifiers consistently
Jerome Brunet
2018-05-18
13
-238
/
+20
|
*
clk: meson: drop CLK_SET_RATE_PARENT flag
Yixun Lan
2018-05-15
1
-1
/
+1
|
*
clk: meson-axg: Add AO Clock and Reset controller driver
Qiufang Dai
2018-05-15
4
-1
/
+195
|
*
clk: meson: aoclk: refactor common code into dedicated file
Yixun Lan
2018-05-15
6
-62
/
+160
|
*
clk: meson: migrate to devm_of_clk_add_hw_provider API
Yixun Lan
2018-05-15
1
-1
/
+1
|
*
clk: meson: gxbb: add the video decoder clocks
Maxime Jourdan
2018-05-15
2
-1
/
+119
|
*
clk: meson: meson8b: add support for the NAND clocks
Martin Blumenstingl
2018-05-15
2
-1
/
+58
*
|
Merge tag 'meson-clk-fixes-4.17-1' of https://github.com/BayLibre/clk-meson i...
Stephen Boyd
2018-05-01
2
-4
/
+3
|
\
\
|
*
|
clk: meson: meson8b: fix meson8b_cpu_clk parent clock name
Martin Blumenstingl
2018-04-25
1
-1
/
+2
|
*
|
clk: meson: meson8b: fix meson8b_fclk_div3_div clock name
Martin Blumenstingl
2018-04-25
1
-1
/
+1
|
*
|
clk: meson: drop meson_aoclk_gate_regmap_ops
Yixun Lan
2018-04-25
1
-2
/
+0
|
|
/
[prev]
[next]