summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+10
2025-10-06Merge branch 'clk-determine-rate' into clk-nextStephen Boyd-10/+15
2025-09-21clk: bcm: rpi: Maximize V3D clockMaíra Canal-1/+5
2025-09-21clk: bcm: rpi: Turn firmware clock on/off when preparing/unpreparingMaíra Canal-1/+55
2025-09-21clk: bcm: rpi: Add missing logs if firmware failsStefan Wahren-2/+8
2025-09-08clk: bcm: iproc-asiu: convert from round_rate() to determine_rate()Brian Masney-10/+15
2025-07-26clk: Fix typosBjorn Helgaas-2/+2
2025-07-24clk: bcm: bcm2835: convert from round_rate() to determine_rate()Brian Masney-6/+11
2025-05-06clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()Henry Martin-0/+2
2025-05-06clk: bcm: rpi: Drop module aliasStefan Wahren-1/+0
2025-05-06clk: bcm: kona: Remove unused scaled_div_buildDr. David Alan Gilbert-20/+0
2025-01-21Merge branches 'clk-airoha', 'clk-rockchip', 'clk-stm', 'clk-thead' and 'clk-...Stephen Boyd-9/+24
2025-01-16clk: bcm: rpi: Add disp clockMaxime Ripard-0/+5
2025-01-16clk: bcm: rpi: Create helper to retrieve private dataMaxime Ripard-8/+10
2025-01-16clk: bcm: rpi: Enable minimize for all firmware clocksDom Cobley-0/+6
2025-01-16clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocksDom Cobley-1/+0
2025-01-16clk: bcm: rpi: Add ISP to exported clocksDom Cobley-0/+3
2025-01-15clk: Use str_enable_disable-like helpersKrzysztof Kozlowski-1/+2
2024-09-21clk: Switch back to struct platform_driver::remove()Uwe Kleine-König-3/+3
2024-08-28clk: bcm: bcm53573: fix OF node leak in initKrzysztof Kozlowski-1/+1
2024-04-29clk: bcm: rpi: Assign ->num before accessing ->hwsNathan Chancellor-1/+1
2024-04-29clk: bcm: dvp: Assign ->num before accessing ->hwsNathan Chancellor-1/+2
2023-07-19clk: Explicitly include correct DT includesRob Herring-3/+2
2023-06-14clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()Dan Carpenter-2/+2
2023-04-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-12/+232
2023-04-25Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-nextStephen Boyd-12/+232
2023-03-28clk: bcm: Convert to platform remove callback returning voidUwe Kleine-König-12/+6
2023-03-27clk: bcm: Add BCM63268 timer clock and reset driverÁlvaro Fernández Rojas-0/+226
2023-03-06kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modulesNick Alcock-2/+0
2022-10-28firmware: raspberrypi: Move the clock IDs to the firmware headerMaxime Ripard-19/+0
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-6/+48
2022-09-30clk: bcm: rpi: Add support for VEC clockDom Cobley-0/+5
2022-09-30clk: bcm: rpi: Handle pixel clock in firmwareIvan T. Ivanov-0/+3
2022-09-30clk: bcm: rpi: Add support HEVC clockIvan T. Ivanov-0/+3
2022-09-30clk: bcm2835: fix bcm2835_clock_rate_from_divisor declarationStefan Wahren-3/+3
2022-09-30clk: bcm2835: Round UART input clock upIvan T. Ivanov-2/+33
2022-09-30clk: bcm2835: Make peripheral PLLC criticalMaxime Ripard-1/+1
2022-09-28clk: iproc: Do not rely on node name for correct PLL setupFlorian Fainelli-4/+8
2022-08-23clk: bcm: rpi: Show clock id limit in error caseStefan Wahren-1/+2
2022-08-23clk: bcm: rpi: Add missing newlineStefan Wahren-3/+3
2022-08-23clk: bcm: rpi: Prevent out-of-bounds accessStefan Wahren-1/+6
2022-08-22clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rateStefan Wahren-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-153/+23
2022-07-10clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang-2/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner-153/+23
2022-05-27Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+1
2022-05-20clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET-1/+1