summaryrefslogtreecommitdiff
path: root/drivers/clk/bcm
AgeCommit message (Expand)AuthorFilesLines
2025-01-21Merge branches 'clk-airoha', 'clk-rockchip', 'clk-stm', 'clk-thead' and 'clk-...Stephen Boyd1-9/+24
2025-01-17clk: bcm: rpi: Add disp clockMaxime Ripard1-0/+5
2025-01-17clk: bcm: rpi: Create helper to retrieve private dataMaxime Ripard1-8/+10
2025-01-17clk: bcm: rpi: Enable minimize for all firmware clocksDom Cobley1-0/+6
2025-01-17clk: bcm: rpi: Allow cpufreq driver to also adjust gpu clocksDom Cobley1-1/+0
2025-01-17clk: bcm: rpi: Add ISP to exported clocksDom Cobley1-0/+3
2025-01-15clk: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-09-22clk: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-08-28clk: bcm: bcm53573: fix OF node leak in initKrzysztof Kozlowski1-1/+1
2024-04-30clk: bcm: rpi: Assign ->num before accessing ->hwsNathan Chancellor1-1/+1
2024-04-30clk: bcm: dvp: Assign ->num before accessing ->hwsNathan Chancellor1-1/+2
2023-07-19clk: Explicitly include correct DT includesRob Herring3-3/+2
2023-06-15clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()Dan Carpenter1-2/+2
2023-04-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds6-12/+232
2023-04-25Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-nextStephen Boyd6-12/+232
2023-03-29clk: bcm: Convert to platform remove callback returning voidUwe Kleine-König3-12/+6
2023-03-27clk: bcm: Add BCM63268 timer clock and reset driverÁlvaro Fernández Rojas3-0/+226
2023-03-06kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2022-10-28firmware: raspberrypi: Move the clock IDs to the firmware headerMaxime Ripard1-19/+0
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-6/+48
2022-10-01clk: bcm: rpi: Add support for VEC clockDom Cobley1-0/+5
2022-10-01clk: bcm: rpi: Handle pixel clock in firmwareIvan T. Ivanov1-0/+3
2022-10-01clk: bcm: rpi: Add support HEVC clockIvan T. Ivanov1-0/+3
2022-10-01clk: bcm2835: fix bcm2835_clock_rate_from_divisor declarationStefan Wahren1-3/+3
2022-10-01clk: bcm2835: Round UART input clock upIvan T. Ivanov1-2/+33
2022-10-01clk: bcm2835: Make peripheral PLLC criticalMaxime Ripard1-1/+1
2022-09-29clk: iproc: Do not rely on node name for correct PLL setupFlorian Fainelli1-4/+8
2022-08-24clk: bcm: rpi: Show clock id limit in error caseStefan Wahren1-1/+2
2022-08-24clk: bcm: rpi: Add missing newlineStefan Wahren1-3/+3
2022-08-24clk: bcm: rpi: Prevent out-of-bounds accessStefan Wahren1-1/+6
2022-08-23clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rateStefan Wahren1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-153/+23
2022-07-11clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang1-2/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner14-153/+23
2022-05-28Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+1
2022-05-21clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-1/+1
2022-05-17clk: bcm2835: fix bcm2835_clock_choose_divStefan Wahren1-0/+1
2022-03-29Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd1-17/+110
2022-03-12clk: bcm2835: Remove unused variableMaxime Ripard1-2/+0
2022-03-12clk: bcm: rpi: Run some clocks at the minimum rate allowedMaxime Ripard1-0/+37
2022-03-12clk: bcm: rpi: Set a default minimum rateMaxime Ripard1-0/+26
2022-03-12clk: bcm: rpi: Add variant structureMaxime Ripard1-17/+47
2022-03-12clk: cleanup commentsTom Rix2-2/+2
2021-10-25clk: bcm-2835: Remove rounding up the dividersMaxime Ripard1-8/+3
2021-10-25clk: bcm-2835: Pick the closest clock rateMaxime Ripard1-1/+1
2021-08-06clk: bcm2835: Switch to clk_divider.determine_rateMartin Blumenstingl1-5/+4
2021-03-22clk: bcm: rpi: Release firmware handle on unbindNicolas Saenz Julienne1-1/+1
2021-02-11clk: bcm: clk-iproc-pll: Demote kernel-doc abuseLee Jones1-1/+1
2020-12-19clk: bcm: dvp: Add MODULE_DEVICE_TABLE()Nicolas Saenz Julienne1-0/+1
2020-12-19clk: bcm: dvp: drop a variable that is assigned to onlyUwe Kleine-König1-2/+1