summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm
AgeCommit message (Expand)AuthorLines
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
2022-05-17clk: bcm2835: fix bcm2835_clock_choose_divStefan Wahren-0/+1
2022-03-29Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd-17/+110
2022-03-11clk: bcm2835: Remove unused variableMaxime Ripard-2/+0
2022-03-11clk: bcm: rpi: Run some clocks at the minimum rate allowedMaxime Ripard-0/+37
2022-03-11clk: bcm: rpi: Set a default minimum rateMaxime Ripard-0/+26
2022-03-11clk: bcm: rpi: Add variant structureMaxime Ripard-17/+47
2022-03-11clk: cleanup commentsTom Rix-2/+2
2021-10-25clk: bcm-2835: Remove rounding up the dividersMaxime Ripard-8/+3
2021-10-25clk: bcm-2835: Pick the closest clock rateMaxime Ripard-1/+1
2021-08-05clk: bcm2835: Switch to clk_divider.determine_rateMartin Blumenstingl-5/+4
2021-03-22clk: bcm: rpi: Release firmware handle on unbindNicolas Saenz Julienne-1/+1
2021-02-11clk: bcm: clk-iproc-pll: Demote kernel-doc abuseLee Jones-1/+1
2020-12-19clk: bcm: dvp: Add MODULE_DEVICE_TABLE()Nicolas Saenz Julienne-0/+1
2020-12-19clk: bcm: dvp: drop a variable that is assigned to onlyUwe Kleine-König-2/+1
2020-10-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+4
2020-10-13clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost-1/+3
2020-09-22clk: bcm: rpi: Add register to control pixel bvb clkHoegeun Kwon-0/+1
2020-09-10clk: bcm: dvp: Select the reset frameworkMaxime Ripard-0/+1
2020-08-03Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Stephen Boyd-2/+2
2020-08-03clk: bcm2835: Do not use prediv with bcm2711's PLLsNicolas Saenz Julienne-4/+21
2020-07-24clk: iproc: round clock rate to the closestLori Hikichi-2/+2
2020-06-26clk: bcm: dvp: Add missing module informationsMaxime Ripard-0/+4
2020-06-19clk: bcm: rpi: Remove the quirks for the CPU clockMaxime Ripard-164/+0
2020-06-19clk: bcm2835: Don't cache the PLLB rateMaxime Ripard-2/+3
2020-06-19clk: bcm2835: Allow custom CCF flags for the PLLsMaxime Ripard-1/+2
2020-06-19Revert "clk: bcm2835: remove pllb"Maxime Ripard-4/+26
2020-06-19clk: bcm: rpi: Give firmware clocks a nameMaxime Ripard-1/+20
2020-06-19clk: bcm: rpi: Discover the firmware clocksMaxime Ripard-12/+141
2020-06-19clk: bcm: rpi: Add an enum for the firmware clocksMaxime Ripard-4/+19
2020-06-19clk: bcm: rpi: Add DT provider for the clocksMaxime Ripard-0/+16
2020-06-19clk: bcm: rpi: Make the PLLB registration function return a clk_hwMaxime Ripard-22/+24
2020-06-19clk: bcm: rpi: Split pllb clock hooksMaxime Ripard-8/+22
2020-06-19clk: bcm: rpi: Rename is_prepared functionMaxime Ripard-2/+2
2020-06-19clk: bcm: rpi: Pass the clocks data to the firmware functionMaxime Ripard-15/+14
2020-06-19clk: bcm: rpi: Add clock id to dataMaxime Ripard-9/+9
2020-06-19clk: bcm: rpi: Create a data structure for the clocksMaxime Ripard-10/+21
2020-06-19clk: bcm: rpi: Use CCF boundaries instead of rolling our ownMaxime Ripard-10/+8
2020-06-19clk: bcm: rpi: Make sure the clkdev lookup is removedMaxime Ripard-2/+3
2020-06-19clk: bcm: rpi: Switch to clk_hw_register_clkdevMaxime Ripard-6/+5
2020-06-19clk: bcm: rpi: Remove pllb_arm_lookup global pointerMaxime Ripard-4/+4