summaryrefslogtreecommitdiff
path: root/drivers/clk/bcm
AgeCommit message (Expand)Author
2021-10-25clk: bcm-2835: Remove rounding up the dividersMaxime Ripard
2021-10-25clk: bcm-2835: Pick the closest clock rateMaxime Ripard
2021-08-05clk: bcm2835: Switch to clk_divider.determine_rateMartin Blumenstingl
2021-03-22clk: bcm: rpi: Release firmware handle on unbindNicolas Saenz Julienne
2021-02-11clk: bcm: clk-iproc-pll: Demote kernel-doc abuseLee Jones
2020-12-19clk: bcm: dvp: Add MODULE_DEVICE_TABLE()Nicolas Saenz Julienne
2020-12-19clk: bcm: dvp: drop a variable that is assigned to onlyUwe Kleine-König
2020-10-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-10-13clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost
2020-09-22clk: bcm: rpi: Add register to control pixel bvb clkHoegeun Kwon
2020-09-10clk: bcm: dvp: Select the reset frameworkMaxime Ripard
2020-08-03Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Stephen Boyd
2020-08-03clk: bcm2835: Do not use prediv with bcm2711's PLLsNicolas Saenz Julienne
2020-07-24clk: iproc: round clock rate to the closestLori Hikichi
2020-06-26clk: bcm: dvp: Add missing module informationsMaxime Ripard
2020-06-19clk: bcm: rpi: Remove the quirks for the CPU clockMaxime Ripard
2020-06-19clk: bcm2835: Don't cache the PLLB rateMaxime Ripard
2020-06-19clk: bcm2835: Allow custom CCF flags for the PLLsMaxime Ripard
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