index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
bcm
/
clk-raspberrypi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
clk: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-04-29
clk: bcm: rpi: Assign ->num before accessing ->hws
Nathan Chancellor
1
-1
/
+1
2023-06-14
clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()
Dan Carpenter
1
-2
/
+2
2023-03-28
clk: bcm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
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
1
-0
/
+11
2022-09-30
clk: bcm: rpi: Add support for VEC clock
Dom Cobley
1
-0
/
+5
2022-09-30
clk: bcm: rpi: Handle pixel clock in firmware
Ivan T. Ivanov
1
-0
/
+3
2022-09-30
clk: bcm: rpi: Add support HEVC clock
Ivan T. Ivanov
1
-0
/
+3
2022-08-23
clk: bcm: rpi: Show clock id limit in error case
Stefan Wahren
1
-1
/
+2
2022-08-23
clk: bcm: rpi: Add missing newline
Stefan Wahren
1
-3
/
+3
2022-08-23
clk: bcm: rpi: Prevent out-of-bounds access
Stefan Wahren
1
-1
/
+6
2022-08-22
clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate
Stefan Wahren
1
-1
/
+1
2022-05-20
clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()
Christophe JAILLET
1
-1
/
+1
2022-03-11
clk: bcm: rpi: Run some clocks at the minimum rate allowed
Maxime Ripard
1
-0
/
+37
2022-03-11
clk: bcm: rpi: Set a default minimum rate
Maxime Ripard
1
-0
/
+26
2022-03-11
clk: bcm: rpi: Add variant structure
Maxime Ripard
1
-17
/
+47
2021-03-22
clk: bcm: rpi: Release firmware handle on unbind
Nicolas Saenz Julienne
1
-1
/
+1
2020-09-22
clk: bcm: rpi: Add register to control pixel bvb clk
Hoegeun Kwon
1
-0
/
+1
2020-06-19
clk: bcm: rpi: Remove the quirks for the CPU clock
Maxime Ripard
1
-164
/
+0
2020-06-19
clk: bcm: rpi: Give firmware clocks a name
Maxime Ripard
1
-1
/
+20
2020-06-19
clk: bcm: rpi: Discover the firmware clocks
Maxime Ripard
1
-12
/
+141
2020-06-19
clk: bcm: rpi: Add an enum for the firmware clocks
Maxime Ripard
1
-4
/
+19
2020-06-19
clk: bcm: rpi: Add DT provider for the clocks
Maxime Ripard
1
-0
/
+16
2020-06-19
clk: bcm: rpi: Make the PLLB registration function return a clk_hw
Maxime Ripard
1
-22
/
+24
2020-06-19
clk: bcm: rpi: Split pllb clock hooks
Maxime Ripard
1
-8
/
+22
2020-06-19
clk: bcm: rpi: Rename is_prepared function
Maxime Ripard
1
-2
/
+2
2020-06-19
clk: bcm: rpi: Pass the clocks data to the firmware function
Maxime Ripard
1
-15
/
+14
2020-06-19
clk: bcm: rpi: Add clock id to data
Maxime Ripard
1
-9
/
+9
2020-06-19
clk: bcm: rpi: Create a data structure for the clocks
Maxime Ripard
1
-10
/
+21
2020-06-19
clk: bcm: rpi: Use CCF boundaries instead of rolling our own
Maxime Ripard
1
-10
/
+8
2020-06-19
clk: bcm: rpi: Make sure the clkdev lookup is removed
Maxime Ripard
1
-2
/
+3
2020-06-19
clk: bcm: rpi: Switch to clk_hw_register_clkdev
Maxime Ripard
1
-6
/
+5
2020-06-19
clk: bcm: rpi: Remove pllb_arm_lookup global pointer
Maxime Ripard
1
-4
/
+4
2020-06-19
clk: bcm: rpi: Make sure pllb_arm is removed
Maxime Ripard
1
-2
/
+1
2020-06-19
clk: bcm: rpi: Remove global pllb_arm clock pointer
Maxime Ripard
1
-4
/
+3
2020-06-19
clk: bcm: rpi: Use clk_hw_register for pllb_arm
Maxime Ripard
1
-6
/
+18
2020-06-19
clk: bcm: rpi: Statically init clk_init_data
Maxime Ripard
1
-2
/
+1
2020-06-19
clk: bcm: rpi: Allow the driver to be probed by DT
Maxime Ripard
1
-2
/
+17
2019-06-25
clk: raspberrypi: register platform device for raspberrypi-cpufreq
Nicolas Saenz Julienne
1
-0
/
+15
2019-06-25
clk: bcm283x: add driver interfacing with Raspberry Pi's firmware
Nicolas Saenz Julienne
1
-0
/
+300