index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
bcm
/
clk-bcm2835.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
clk: bcm-2835: Remove rounding up the dividers
Maxime Ripard
1
-8
/
+3
2022-01-27
clk: bcm-2835: Pick the closest clock rate
Maxime Ripard
1
-1
/
+1
2021-08-06
clk: bcm2835: Switch to clk_divider.determine_rate
Martin Blumenstingl
1
-5
/
+4
2020-10-14
clk: bcm2835: add missing release if devm_clk_hw_register fails
Navid Emamdoost
1
-1
/
+3
2020-08-04
clk: bcm2835: Do not use prediv with bcm2711's PLLs
Nicolas Saenz Julienne
1
-4
/
+21
2020-06-20
clk: bcm2835: Don't cache the PLLB rate
Maxime Ripard
1
-2
/
+3
2020-06-20
clk: bcm2835: Allow custom CCF flags for the PLLs
Maxime Ripard
1
-1
/
+2
2020-06-20
Revert "clk: bcm2835: remove pllb"
Maxime Ripard
1
-4
/
+26
2020-05-27
clk: bcm2835: Constify struct debugfs_reg32
Rikard Falkeborn
1
-3
/
+3
2020-05-27
clk: bcm2835: Remove casting to bcm2835_clk_register
Nathan Chancellor
1
-31
/
+37
2020-05-27
clk: bcm2835: Fix return type of bcm2835_register_gate
Nathan Chancellor
1
-5
/
+5
2019-10-17
clk: bcm2835: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-17
clk: bcm2835: Mark PLLD_PER as CRITICAL
Stefan Wahren
1
-1
/
+6
2019-09-17
clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support
Stefan Wahren
1
-1
/
+19
2019-09-17
clk: bcm2835: Introduce SoC specific clock registration
Stefan Wahren
1
-17
/
+96
2019-06-26
clk: bcm2835: remove pllb
Nicolas Saenz Julienne
1
-24
/
+4
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
1
-0
/
+1
2018-12-15
Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and...
Stephen Boyd
1
-11
/
+1
2018-11-15
clk: bcm2835: Switch to SPDX identifier
Stefan Wahren
1
-11
/
+1
2018-11-06
clk: bcm2835: make license text and module license match
Stefan Wahren
1
-1
/
+1
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2018-06-09
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-24
/
+18
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
1
-2
/
+2
2018-06-04
Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '...
Stephen Boyd
1
-7
/
+6
2018-06-02
clk: bcm2835: use match_string() helper
Yisheng Xie
1
-7
/
+6
2018-06-02
clk: Return void from debug_init op
Stephen Boyd
1
-14
/
+11
2018-06-02
clk: bcm2835: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-4
/
+2
2018-04-14
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-3
/
+5
2018-04-06
clk: bcm2835: De-assert/assert PLL reset signal when appropriate
Boris Brezillon
1
-3
/
+5
2018-03-19
clk: bcm2835: Protect sections updating shared registers
Boris Brezillon
1
-0
/
+4
2018-03-19
clk: bcm2835: Fix ana->maskX definitions
Boris Brezillon
1
-4
/
+4
2017-09-25
clk: bcm2835: remove remains from stub clk driver
Danilo Krummrich
1
-30
/
+0
2017-06-03
clk: bcm2835: Minimise clock jitter for PCM clock
Phil Elwell
1
-5
/
+29
2017-06-03
clk: bcm2835: Limit PCM clock to OSC and PLLD_PER
Phil Elwell
1
-1
/
+26
2017-06-03
clk: bcm2835: Correct the prediv logic
Phil Elwell
1
-1
/
+3
2017-01-21
clk: bcm2835: Add leaf clock measurement support, disabled by default
Eric Anholt
1
-25
/
+119
2017-01-21
clk: bcm2835: Register the DSI0/DSI1 pixel clocks.
Eric Anholt
1
-12
/
+109
2017-01-21
clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers.
Eric Anholt
1
-14
/
+28
2016-12-12
clk: bcm: Fix 'maybe-uninitialized' warning in bcm2835_clock_choose_div_and_p...
Boris Brezillon
1
-1
/
+1
2016-12-09
clk: bcm: Allow rate change propagation to PLLH_AUX on VEC clock
Boris Brezillon
1
-1
/
+6
2016-12-09
clk: bcm: Support rate change propagation on bcm2835 clocks
Boris Brezillon
1
-4
/
+63
2016-12-09
clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
Boris Brezillon
1
-1
/
+3
2016-11-23
clk: bcm2835: Fix ->fixed_divider of pllh_aux
Boris Brezillon
1
-1
/
+1
2016-10-18
clk: bcm2835: Clamp the PLL's requested rate to the hardware limits.
Eric Anholt
1
-7
/
+4
2016-09-15
clk: bcm2835: Migrate to clk_hw based registration and OF APIs
Stephen Boyd
1
-39
/
+46
2016-09-07
clk: bcm2835: Skip PLLC clocks when deciding on a new clock parent
Eric Anholt
1
-0
/
+23
2016-09-07
clk: bcm2835: Mark the CM SDRAM clock's parent as critical
Eric Anholt
1
-0
/
+25
2016-09-07
clk: bcm2835: Mark GPIO clocks enabled at boot as critical
Eric Anholt
1
-1
/
+9
2016-09-07
clk: bcm2835: Mark the VPU clock as critical
Eric Anholt
1
-1
/
+4
2016-04-20
clk: bcm2835: Fix PLL poweron
Eric Anholt
1
-0
/
+4
[next]