index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
meson
/
meson8b.c
Age
Commit message (
Expand
)
Author
2018-09-26
clk: meson: meson8b: use the regmap in the internal reset controller
Martin Blumenstingl
2018-09-26
clk: meson: meson8b: register the clock controller early
Martin Blumenstingl
2018-09-26
clk: meson: clk-pll: drop hard-coded rates from pll tables
Jerome Brunet
2018-09-26
clk: meson: clk-pll: remove od parameters
Jerome Brunet
2018-09-26
clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
Jerome Brunet
2018-09-26
clk: meson: clk-pll: add enable bit
Jerome Brunet
2018-06-09
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2018-05-21
clk: meson: meson8b: mark fclk_div2 gate clocks as CLK_IS_CRITICAL
Martin Blumenstingl
2018-05-18
clk: meson: use SPDX license identifiers consistently
Jerome Brunet
2018-05-15
clk: meson: meson8b: add support for the NAND clocks
Martin Blumenstingl
2018-04-25
clk: meson: meson8b: fix meson8b_cpu_clk parent clock name
Martin Blumenstingl
2018-04-25
clk: meson: meson8b: fix meson8b_fclk_div3_div clock name
Martin Blumenstingl
2018-03-14
clk: meson: Drop unused local variable and add static
Stephen Boyd
2018-03-13
clk: meson: clean-up clk81 clocks
Jerome Brunet
2018-03-13
clk: meson: add fdiv clock gates
Jerome Brunet
2018-03-13
clk: meson: add mpll pre-divider
Jerome Brunet
2018-03-13
clk: meson: add fractional part of meson8b fixed_pll
Jerome Brunet
2018-03-13
clk: meson: rework meson8b cpu clock
Jerome Brunet
2018-03-13
clk: meson: split divider and gate part of mpll
Jerome Brunet
2018-03-13
clk: meson: migrate plls clocks to clk_regmap
Jerome Brunet
2018-03-13
clk: meson: migrate mplls clocks to clk_regmap
Jerome Brunet
2018-03-13
clk: meson: migrate muxes to clk_regmap
Jerome Brunet
2018-03-13
clk: meson: migrate dividers to clk_regmap
Jerome Brunet
2018-03-13
clk: meson: migrate gates to clk_regmap
Jerome Brunet
2018-03-13
clk: meson: add regmap to the clock controllers
Jerome Brunet
2018-03-13
clk: meson: remove obsolete comments
Jerome Brunet
2018-03-13
clk: meson: only one loop index is necessary in probe
Jerome Brunet
2018-03-13
clk: meson: use devm_of_clk_add_hw_provider
Jerome Brunet
2017-12-14
clk: meson: make the spinlock naming more specific
Yixun Lan
2017-08-23
Merge tag 'meson-clk-for-4.14' of git://github.com/baylibre/clk-meson into cl...
Stephen Boyd
2017-08-04
clk: meson: meson8b: register the built-in reset controller
Martin Blumenstingl
2017-08-04
clk: meson: meson8b: fix protection against undefined clks
Jerome Brunet
2017-08-01
clk: meson: mpll: fix mpll0 fractional part ignored
Jerome Brunet
2017-06-12
clk: meson: meson8b: add compatibles for Meson8 and Meson8m2
Martin Blumenstingl
2017-05-29
clk: meson: meson8b: mark clk81 as critical
Martin Blumenstingl
2017-03-27
clk: meson8b: add the mplls clocks 0, 1 and 2
Jerome Brunet
2017-03-27
clk: meson8b: put dividers and muxes in tables
Jerome Brunet
2017-03-27
clk: meson: add missing const qualifiers on gate arrays
Jerome Brunet
2017-01-26
clk: meson8b: fix clk81 register address
Jerome Brunet
2016-09-14
clk: meson: fix CLKID_GCLK_VENCI_INT typo
Arnd Bergmann
2016-09-14
meson: clk: Use builtin_platform_driver to simplify the code
Wei Yongjun
2016-09-01
meson: clk: Add support for clock gates
Alexander Müller
2016-09-01
clk: meson: Copy meson8b CLKID defines to private header file
Alexander Müller
2016-09-01
meson: clk: Rename register names according to Amlogic datasheet
Alexander Müller
2016-09-01
meson: clk: Move register definitions to meson8b.h
Alexander Müller
2016-09-01
clk: meson: Rename meson8b-clkc.c to reflect gxbb naming convention
Alexander Müller