index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
bcm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-22
clk: Switch back to struct platform_driver::remove()
Uwe Kleine-König
3
-3
/
+3
2024-08-28
clk: bcm: bcm53573: fix OF node leak in init
Krzysztof Kozlowski
1
-1
/
+1
2024-04-30
clk: bcm: rpi: Assign ->num before accessing ->hws
Nathan Chancellor
1
-1
/
+1
2024-04-30
clk: bcm: dvp: Assign ->num before accessing ->hws
Nathan Chancellor
1
-1
/
+2
2023-07-19
clk: Explicitly include correct DT includes
Rob Herring
3
-3
/
+2
2023-06-15
clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()
Dan Carpenter
1
-2
/
+2
2023-04-30
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
6
-12
/
+232
2023-04-25
Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-next
Stephen Boyd
6
-12
/
+232
2023-03-29
clk: bcm: Convert to platform remove callback returning void
Uwe Kleine-König
3
-12
/
+6
2023-03-27
clk: bcm: Add BCM63268 timer clock and reset driver
Álvaro Fernández Rojas
3
-0
/
+226
2023-03-06
kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modules
Nick Alcock
2
-2
/
+0
2022-10-28
firmware: raspberrypi: Move the clock IDs to the firmware header
Maxime Ripard
1
-19
/
+0
2022-10-08
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-6
/
+48
2022-10-01
clk: bcm: rpi: Add support for VEC clock
Dom Cobley
1
-0
/
+5
2022-10-01
clk: bcm: rpi: Handle pixel clock in firmware
Ivan T. Ivanov
1
-0
/
+3
2022-10-01
clk: bcm: rpi: Add support HEVC clock
Ivan T. Ivanov
1
-0
/
+3
2022-10-01
clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration
Stefan Wahren
1
-3
/
+3
2022-10-01
clk: bcm2835: Round UART input clock up
Ivan T. Ivanov
1
-2
/
+33
2022-10-01
clk: bcm2835: Make peripheral PLLC critical
Maxime Ripard
1
-1
/
+1
2022-09-29
clk: iproc: Do not rely on node name for correct PLL setup
Florian Fainelli
1
-4
/
+8
2022-08-24
clk: bcm: rpi: Show clock id limit in error case
Stefan Wahren
1
-1
/
+2
2022-08-24
clk: bcm: rpi: Add missing newline
Stefan Wahren
1
-3
/
+3
2022-08-24
clk: bcm: rpi: Prevent out-of-bounds access
Stefan Wahren
1
-1
/
+6
2022-08-23
clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate
Stefan Wahren
1
-1
/
+1
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
14
-153
/
+23
2022-07-11
clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
William Zhang
1
-2
/
+2
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
14
-153
/
+23
2022-05-28
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+1
2022-05-21
clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()
Christophe JAILLET
1
-1
/
+1
2022-05-17
clk: bcm2835: fix bcm2835_clock_choose_div
Stefan Wahren
1
-0
/
+1
2022-03-29
Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...
Stephen Boyd
1
-17
/
+110
2022-03-12
clk: bcm2835: Remove unused variable
Maxime Ripard
1
-2
/
+0
2022-03-12
clk: bcm: rpi: Run some clocks at the minimum rate allowed
Maxime Ripard
1
-0
/
+37
2022-03-12
clk: bcm: rpi: Set a default minimum rate
Maxime Ripard
1
-0
/
+26
2022-03-12
clk: bcm: rpi: Add variant structure
Maxime Ripard
1
-17
/
+47
2022-03-12
clk: cleanup comments
Tom Rix
2
-2
/
+2
2021-10-25
clk: bcm-2835: Remove rounding up the dividers
Maxime Ripard
1
-8
/
+3
2021-10-25
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
2021-03-22
clk: bcm: rpi: Release firmware handle on unbind
Nicolas Saenz Julienne
1
-1
/
+1
2021-02-11
clk: bcm: clk-iproc-pll: Demote kernel-doc abuse
Lee Jones
1
-1
/
+1
2020-12-19
clk: bcm: dvp: Add MODULE_DEVICE_TABLE()
Nicolas Saenz Julienne
1
-0
/
+1
2020-12-19
clk: bcm: dvp: drop a variable that is assigned to only
Uwe Kleine-König
1
-2
/
+1
2020-10-22
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-1
/
+4
2020-10-14
clk: bcm2835: add missing release if devm_clk_hw_register fails
Navid Emamdoost
1
-1
/
+3
2020-09-22
clk: bcm: rpi: Add register to control pixel bvb clk
Hoegeun Kwon
1
-0
/
+1
2020-09-10
clk: bcm: dvp: Select the reset framework
Maxime Ripard
1
-0
/
+1
2020-08-04
Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...
Stephen Boyd
1
-2
/
+2
2020-08-04
clk: bcm2835: Do not use prediv with bcm2711's PLLs
Nicolas Saenz Julienne
1
-4
/
+21
2020-07-24
clk: iproc: round clock rate to the closest
Lori Hikichi
1
-2
/
+2
[next]