summaryrefslogtreecommitdiff
path: root/drivers/clk/bcm
AgeCommit message (Expand)Author
2020-06-19Revert "clk: bcm2835: remove pllb"Maxime Ripard
2020-06-19clk: bcm: rpi: Give firmware clocks a nameMaxime Ripard
2020-06-19clk: bcm: rpi: Discover the firmware clocksMaxime Ripard
2020-06-19clk: bcm: rpi: Add an enum for the firmware clocksMaxime Ripard
2020-06-19clk: bcm: rpi: Add DT provider for the clocksMaxime Ripard
2020-06-19clk: bcm: rpi: Make the PLLB registration function return a clk_hwMaxime Ripard
2020-06-19clk: bcm: rpi: Split pllb clock hooksMaxime Ripard
2020-06-19clk: bcm: rpi: Rename is_prepared functionMaxime Ripard
2020-06-19clk: bcm: rpi: Pass the clocks data to the firmware functionMaxime Ripard
2020-06-19clk: bcm: rpi: Add clock id to dataMaxime Ripard
2020-06-19clk: bcm: rpi: Create a data structure for the clocksMaxime Ripard
2020-06-19clk: bcm: rpi: Use CCF boundaries instead of rolling our ownMaxime Ripard
2020-06-19clk: bcm: rpi: Make sure the clkdev lookup is removedMaxime Ripard
2020-06-19clk: bcm: rpi: Switch to clk_hw_register_clkdevMaxime Ripard
2020-06-19clk: bcm: rpi: Remove pllb_arm_lookup global pointerMaxime Ripard
2020-06-19clk: bcm: rpi: Make sure pllb_arm is removedMaxime Ripard
2020-06-19clk: bcm: rpi: Remove global pllb_arm clock pointerMaxime Ripard
2020-06-19clk: bcm: rpi: Use clk_hw_register for pllb_armMaxime Ripard
2020-06-19clk: bcm: rpi: Statically init clk_init_dataMaxime Ripard
2020-06-19clk: bcm: rpi: Allow the driver to be probed by DTMaxime Ripard
2020-06-19clk: bcm: Add BCM2711 DVP driverMaxime Ripard
2020-06-19clk: bcm63xx-gate: switch to dt-bindings definitionsÁlvaro Fernández Rojas
2020-06-19clk: bcm63xx-gate: add BCM6318 supportÁlvaro Fernández Rojas
2020-06-19clk: bcm63xx-gate: fix last clock availabilityÁlvaro Fernández Rojas
2020-05-27clk: bcm2835: Constify struct debugfs_reg32Rikard Falkeborn
2020-05-26clk: bcm2835: Remove casting to bcm2835_clk_registerNathan Chancellor
2020-05-26clk: bcm2835: Fix return type of bcm2835_register_gateNathan Chancellor
2019-10-16clk: bcm2835: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-09-19Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and ...Stephen Boyd
2019-09-17clk: bcm2835: Mark PLLD_PER as CRITICALStefan Wahren
2019-09-17clk: bcm2835: Add BCM2711_CLOCK_EMMC2 supportStefan Wahren
2019-09-17clk: bcm2835: Introduce SoC specific clock registrationStefan Wahren
2019-09-06clk: fix devm_platform_ioremap_resource.cocci warningskbuild test robot
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-07-12Merge branches 'clk-bcm63xx', 'clk-silabs', 'clk-lochnagar' and 'clk-rockchip...Stephen Boyd
2019-06-27clk: add BCM63XX gated clock controller driverJonas Gorski
2019-06-25clk: raspberrypi: register platform device for raspberrypi-cpufreqNicolas Saenz Julienne
2019-06-25clk: bcm283x: add driver interfacing with Raspberry Pi's firmwareNicolas Saenz Julienne
2019-06-25clk: bcm2835: remove pllbNicolas Saenz Julienne
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner
2019-06-06clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTBFlorian Fainelli
2019-06-06clk: bcm: Make BCM2835 clock drivers selectableFlorian Fainelli
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2018-12-14Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and...Stephen Boyd
2018-11-14clk: bcm2835: Switch to SPDX identifierStefan Wahren
2018-11-06clk: bcm2835: make license text and module license matchStefan Wahren
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook