Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
b882964b376f214ef3d96d8a643c7c46121c30a8
/
drivers
/
clk
/
meson
/
meson8b.c
b882964
clk: meson: meson8b: add support for the GP_PLL clock on Meson8m2
by Martin Blumenstingl
· 6 years ago
32cd198
clk: meson: meson8b: use a separate clock table for Meson8m2
by Martin Blumenstingl
· 6 years ago
c5f09e6
clk: meson: meson8b: fix the naming of the APB clocks
by Martin Blumenstingl
· 6 years ago
889c2b7
clk: meson: rework and clean drivers dependencies
by Jerome Brunet
· 6 years ago
74e1f25
clk: meson: meson8b: add the GPU clock tree
by Martin Blumenstingl
· 6 years ago
cce433e
clk: meson: meson8b: use a separate clock table for Meson8
by Martin Blumenstingl
· 6 years ago
6cb57c6
clk: meson: meson8b: add the read-only video clock trees
by Martin Blumenstingl
· 6 years ago
007f3da
clk: meson: meson8b: add the fractional divider for vid_pll_dco
by Martin Blumenstingl
· 6 years ago
376d8c4
clk: meson: meson8b: fix the offset of vid_pll_dco's N value
by Martin Blumenstingl
· 6 years ago
a7d19b0
clk: meson: meson8b: add the CPU clock post divider clocks
by Martin Blumenstingl
· 6 years ago
700ecf7
clk: meson: meson8b: rename cpu_div2/cpu_div3 to cpu_in_div2/cpu_in_div3
by Martin Blumenstingl
· 6 years ago
7fc1609
clk: meson: meson8b: allow changing the CPU clock tree
by Martin Blumenstingl
· 6 years ago
7dc7eeb
clk: meson: meson8b: run from the XTAL when changing the CPU frequency
by Martin Blumenstingl
· 6 years ago
e36c7e9
clk: meson: meson8b: add support for more M/N values in sys_pll
by Martin Blumenstingl
· 6 years ago
0dad1ec6
clk: meson: meson8b: mark the CPU clock as CLK_IS_CRITICAL
by Martin Blumenstingl
· 6 years ago
a5ac1ea
clk: meson: meson8b: do not use cpu_div3 for cpu_scale_out_sel
by Martin Blumenstingl
· 6 years ago
a8662ead
clk: meson: meson8b: fix the width of the cpu_scale_div clock
by Martin Blumenstingl
· 6 years ago
ad9b2b8
clk: meson: meson8b: fix incorrect divider mapping in cpu_scale_table
by Martin Blumenstingl
· 6 years ago
bb6eddd1
clk: meson: meson8b: use the HHI syscon if available
by Martin Blumenstingl
· 6 years ago
93c873d
clk: meson: meson8b: use the regmap in the internal reset controller
by Martin Blumenstingl
· 6 years ago
6291b8c
clk: meson: meson8b: register the clock controller early
by Martin Blumenstingl
· 6 years ago
dd601db
clk: meson: clk-pll: drop hard-coded rates from pll tables
by Jerome Brunet
· 6 years ago
8717355
clk: meson: clk-pll: remove od parameters
by Jerome Brunet
· 6 years ago
2303a9c
clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
by Jerome Brunet
· 6 years ago
e40c7e3
clk: meson: clk-pll: add enable bit
by Jerome Brunet
· 6 years ago
6419945
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 7 years ago
72e1f23
clk: meson: meson8b: mark fclk_div2 gate clocks as CLK_IS_CRITICAL
by Martin Blumenstingl
· 7 years ago
22f65a3
clk: meson: use SPDX license identifiers consistently
by Jerome Brunet
· 7 years ago
b8c1dda
clk: meson: meson8b: add support for the NAND clocks
by Martin Blumenstingl
· 7 years ago
5b33139
clk: meson: meson8b: fix meson8b_cpu_clk parent clock name
by Martin Blumenstingl
· 7 years ago
b251e4c
clk: meson: meson8b: fix meson8b_fclk_div3_div clock name
by Martin Blumenstingl
· 7 years ago
5d1c04d
clk: meson: Drop unused local variable and add static
by Stephen Boyd
· 7 years ago
5b13ef6
clk: meson: clean-up clk81 clocks
by Jerome Brunet
· 7 years ago
05f8144
clk: meson: add fdiv clock gates
by Jerome Brunet
· 7 years ago
513b67a
clk: meson: add mpll pre-divider
by Jerome Brunet
· 7 years ago
2eab2d7
clk: meson: add fractional part of meson8b fixed_pll
by Jerome Brunet
· 7 years ago
251b6fd
clk: meson: rework meson8b cpu clock
by Jerome Brunet
· 7 years ago
d610b54
clk: meson: split divider and gate part of mpll
by Jerome Brunet
· 7 years ago
722825d
clk: meson: migrate plls clocks to clk_regmap
by Jerome Brunet
· 7 years ago
c763e61
clk: meson: migrate mplls clocks to clk_regmap
by Jerome Brunet
· 7 years ago
2513a28
clk: meson: migrate muxes to clk_regmap
by Jerome Brunet
· 7 years ago
f06ddd2
clk: meson: migrate dividers to clk_regmap
by Jerome Brunet
· 7 years ago
7f9768a
clk: meson: migrate gates to clk_regmap
by Jerome Brunet
· 7 years ago
161f6e5b
clk: meson: add regmap to the clock controllers
by Jerome Brunet
· 7 years ago
7b174c5
clk: meson: remove obsolete comments
by Jerome Brunet
· 7 years ago
14bd7b9
clk: meson: only one loop index is necessary in probe
by Jerome Brunet
· 7 years ago
332b32a
clk: meson: use devm_of_clk_add_hw_provider
by Jerome Brunet
· 7 years ago
27aad90
clk: meson: make the spinlock naming more specific
by Yixun Lan
· 7 years ago
3477a72b
Merge tag 'meson-clk-for-4.14' of git://github.com/baylibre/clk-meson into clk-next
by Stephen Boyd
· 7 years ago
1896217
clk: meson: meson8b: register the built-in reset controller
by Martin Blumenstingl
· 7 years ago
de2bc41
clk: meson: meson8b: fix protection against undefined clks
by Jerome Brunet
· 7 years ago
1f737ff
clk: meson: mpll: fix mpll0 fractional part ignored
by Jerome Brunet
· 7 years ago
855f06a
clk: meson: meson8b: add compatibles for Meson8 and Meson8m2
by Martin Blumenstingl
· 8 years ago
be58e49
clk: meson: meson8b: mark clk81 as critical
by Martin Blumenstingl
· 8 years ago
b778f74
clk: meson8b: add the mplls clocks 0, 1 and 2
by Jerome Brunet
· 8 years ago
e988aae
clk: meson8b: put dividers and muxes in tables
by Jerome Brunet
· 8 years ago
f7e3a82
clk: meson: add missing const qualifiers on gate arrays
by Jerome Brunet
· 8 years ago
340a84c
clk: meson8b: fix clk81 register address
by Jerome Brunet
· 8 years ago
0d5aa65
clk: meson: fix CLKID_GCLK_VENCI_INT typo
by Arnd Bergmann
· 8 years ago
8edeae5
meson: clk: Use builtin_platform_driver to simplify the code
by Wei Yongjun
· 8 years ago
e31a190
meson: clk: Add support for clock gates
by Alexander Müller
· 8 years ago
0f32e64
clk: meson: Copy meson8b CLKID defines to private header file
by Alexander Müller
· 8 years ago
e0818a3
meson: clk: Rename register names according to Amlogic datasheet
by Alexander Müller
· 8 years ago
d0c175d
meson: clk: Move register definitions to meson8b.h
by Alexander Müller
· 8 years ago
2335381
clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention
by Alexander Müller
· 8 years ago
[Renamed from drivers/clk/meson/meson8b-clkc.c]
a718ce3
clk: meson8b: make it explicitly non-modular
by Paul Gortmaker
· 9 years ago
796b9aa
clk: meson8b: convert to platform_driver
by Michael Turquette
· 9 years ago
c0daa3e
clk: meson8b: clean up composite clocks
by Michael Turquette
· 9 years ago
ab95d6e
clk: meson8b: remove mali clk
by Michael Turquette
· 9 years ago
55d42c4
clk: meson8b: clean up cpu clocks
by Michael Turquette
· 9 years ago
6282a2d
clk: meson8b: clean up fixed factor clocks
by Michael Turquette
· 9 years ago
ec623f2
clk: meson8b: clean up pll clocks
by Michael Turquette
· 9 years ago
e92f7cc
clk: meson8b: clean up fixed rate clocks
by Michael Turquette
· 9 years ago
89ef4b6
clk: meson8b: rectify reg offsets with datasheet
by Michael Turquette
· 9 years ago
f2d32b6
clk: meson: Remove CLK_IS_ROOT
by Stephen Boyd
· 9 years ago
28b9fcd
clk: meson8b: Add support for Meson8b clocks
by Carlo Caione
· 10 years ago