summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0414-153/+23
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-1014-153/+23
* | clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang2022-07-101-2/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-05-271-1/+1
|\
| * clk: bcm: rpi: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET2022-05-201-1/+1
* | clk: bcm2835: fix bcm2835_clock_choose_divStefan Wahren2022-05-171-0/+1
|/
*-. Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd2022-03-291-17/+110
|\ \
| * | clk: bcm: rpi: Run some clocks at the minimum rate allowedMaxime Ripard2022-03-111-0/+37
| * | clk: bcm: rpi: Set a default minimum rateMaxime Ripard2022-03-111-0/+26
| * | clk: bcm: rpi: Add variant structureMaxime Ripard2022-03-111-17/+47
| |/
* | clk: bcm2835: Remove unused variableMaxime Ripard2022-03-111-2/+0
* | clk: cleanup commentsTom Rix2022-03-112-2/+2
|/
* clk: bcm-2835: Remove rounding up the dividersMaxime Ripard2021-10-251-8/+3
* clk: bcm-2835: Pick the closest clock rateMaxime Ripard2021-10-251-1/+1
* clk: bcm2835: Switch to clk_divider.determine_rateMartin Blumenstingl2021-08-051-5/+4
* clk: bcm: rpi: Release firmware handle on unbindNicolas Saenz Julienne2021-03-221-1/+1
* clk: bcm: clk-iproc-pll: Demote kernel-doc abuseLee Jones2021-02-111-1/+1
* clk: bcm: dvp: Add MODULE_DEVICE_TABLE()Nicolas Saenz Julienne2020-12-191-0/+1
* clk: bcm: dvp: drop a variable that is assigned to onlyUwe Kleine-König2020-12-191-2/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-10-222-1/+4
|\
| * clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost2020-10-131-1/+3
| * clk: bcm: rpi: Add register to control pixel bvb clkHoegeun Kwon2020-09-221-0/+1
* | clk: bcm: dvp: Select the reset frameworkMaxime Ripard2020-09-101-0/+1
|/
*-. Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Stephen Boyd2020-08-031-2/+2
|\ \
| | * clk: iproc: round clock rate to the closestLori Hikichi2020-07-241-2/+2
| |/
* | clk: bcm2835: Do not use prediv with bcm2711's PLLsNicolas Saenz Julienne2020-08-031-4/+21
* | clk: bcm: dvp: Add missing module informationsMaxime Ripard2020-06-261-0/+4
* | clk: bcm: rpi: Remove the quirks for the CPU clockMaxime Ripard2020-06-191-164/+0
* | clk: bcm2835: Don't cache the PLLB rateMaxime Ripard2020-06-191-2/+3
* | clk: bcm2835: Allow custom CCF flags for the PLLsMaxime Ripard2020-06-191-1/+2
* | Revert "clk: bcm2835: remove pllb"Maxime Ripard2020-06-191-4/+26
* | clk: bcm: rpi: Give firmware clocks a nameMaxime Ripard2020-06-191-1/+20
* | clk: bcm: rpi: Discover the firmware clocksMaxime Ripard2020-06-191-12/+141
* | clk: bcm: rpi: Add an enum for the firmware clocksMaxime Ripard2020-06-191-4/+19
* | clk: bcm: rpi: Add DT provider for the clocksMaxime Ripard2020-06-191-0/+16
* | clk: bcm: rpi: Make the PLLB registration function return a clk_hwMaxime Ripard2020-06-191-22/+24
* | clk: bcm: rpi: Split pllb clock hooksMaxime Ripard2020-06-191-8/+22
* | clk: bcm: rpi: Rename is_prepared functionMaxime Ripard2020-06-191-2/+2
* | clk: bcm: rpi: Pass the clocks data to the firmware functionMaxime Ripard2020-06-191-15/+14
* | clk: bcm: rpi: Add clock id to dataMaxime Ripard2020-06-191-9/+9
* | clk: bcm: rpi: Create a data structure for the clocksMaxime Ripard2020-06-191-10/+21
* | clk: bcm: rpi: Use CCF boundaries instead of rolling our ownMaxime Ripard2020-06-191-10/+8
* | clk: bcm: rpi: Make sure the clkdev lookup is removedMaxime Ripard2020-06-191-2/+3
* | clk: bcm: rpi: Switch to clk_hw_register_clkdevMaxime Ripard2020-06-191-6/+5
* | clk: bcm: rpi: Remove pllb_arm_lookup global pointerMaxime Ripard2020-06-191-4/+4
* | clk: bcm: rpi: Make sure pllb_arm is removedMaxime Ripard2020-06-191-2/+1
* | clk: bcm: rpi: Remove global pllb_arm clock pointerMaxime Ripard2020-06-191-4/+3
* | clk: bcm: rpi: Use clk_hw_register for pllb_armMaxime Ripard2020-06-191-6/+18
* | clk: bcm: rpi: Statically init clk_init_dataMaxime Ripard2020-06-191-2/+1
* | clk: bcm: rpi: Allow the driver to be probed by DTMaxime Ripard2020-06-191-2/+17