aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm/clk-bcm2835.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30clk: bcm2835: fix bcm2835_clock_rate_from_divisor declarationStefan Wahren1-3/+3
2022-09-30clk: bcm2835: Round UART input clock upIvan T. Ivanov1-2/+33
2022-09-30clk: bcm2835: Make peripheral PLLC criticalMaxime Ripard1-1/+1
2022-05-17clk: bcm2835: fix bcm2835_clock_choose_divStefan Wahren1-0/+1
2022-03-11clk: bcm2835: Remove unused variableMaxime Ripard1-2/+0
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-05clk: bcm2835: Switch to clk_divider.determine_rateMartin Blumenstingl1-5/+4
2020-10-13clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost1-1/+3
2020-08-03clk: bcm2835: Do not use prediv with bcm2711's PLLsNicolas Saenz Julienne1-4/+21
2020-06-19clk: bcm2835: Don't cache the PLLB rateMaxime Ripard1-2/+3
2020-06-19clk: bcm2835: Allow custom CCF flags for the PLLsMaxime Ripard1-1/+2
2020-06-19Revert "clk: bcm2835: remove pllb"Maxime Ripard1-4/+26
2020-05-27clk: bcm2835: Constify struct debugfs_reg32Rikard Falkeborn1-3/+3
2020-05-26clk: bcm2835: Remove casting to bcm2835_clk_registerNathan Chancellor1-31/+37
2020-05-26clk: bcm2835: Fix return type of bcm2835_register_gateNathan Chancellor1-5/+5
2019-10-16clk: bcm2835: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-17clk: bcm2835: Mark PLLD_PER as CRITICALStefan Wahren1-1/+6
2019-09-17clk: bcm2835: Add BCM2711_CLOCK_EMMC2 supportStefan Wahren1-1/+19
2019-09-17clk: bcm2835: Introduce SoC specific clock registrationStefan Wahren1-17/+96
2019-06-25clk: bcm2835: remove pllbNicolas Saenz Julienne1-24/+4
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-12-14Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and 'clk-ops-const' into clk-nextStephen Boyd1-11/+1
2018-11-14clk: bcm2835: Switch to SPDX identifierStefan Wahren1-11/+1
2018-11-06clk: bcm2835: make license text and module license matchStefan Wahren1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-24/+18
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-06-04Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and 'clk-bcm-stingray' into clk-nextStephen Boyd1-7/+6
2018-06-01clk: bcm2835: use match_string() helperYisheng Xie1-7/+6
2018-06-01clk: Return void from debug_init opStephen Boyd1-14/+11
2018-06-01clk: bcm2835: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+2
2018-04-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-3/+5
2018-04-06clk: bcm2835: De-assert/assert PLL reset signal when appropriateBoris Brezillon1-3/+5
2018-03-19clk: bcm2835: Protect sections updating shared registersBoris Brezillon1-0/+4
2018-03-19clk: bcm2835: Fix ana->maskX definitionsBoris Brezillon1-4/+4
2017-09-25clk: bcm2835: remove remains from stub clk driverDanilo Krummrich1-30/+0
2017-06-02clk: bcm2835: Minimise clock jitter for PCM clockPhil Elwell1-5/+29
2017-06-02clk: bcm2835: Limit PCM clock to OSC and PLLD_PERPhil Elwell1-1/+26
2017-06-02clk: bcm2835: Correct the prediv logicPhil Elwell1-1/+3
2017-01-20clk: bcm2835: Add leaf clock measurement support, disabled by defaultEric Anholt1-25/+119
2017-01-20clk: bcm2835: Register the DSI0/DSI1 pixel clocks.Eric Anholt1-12/+109
2017-01-20clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers.Eric Anholt1-14/+28
2016-12-12clk: bcm: Fix 'maybe-uninitialized' warning in bcm2835_clock_choose_div_and_prate()Boris Brezillon1-1/+1
2016-12-08clk: bcm: Allow rate change propagation to PLLH_AUX on VEC clockBoris Brezillon1-1/+6
2016-12-08clk: bcm: Support rate change propagation on bcm2835 clocksBoris Brezillon1-4/+63
2016-12-08clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clkBoris Brezillon1-1/+3
2016-11-23clk: bcm2835: Fix ->fixed_divider of pllh_auxBoris Brezillon1-1/+1
2016-10-17clk: bcm2835: Clamp the PLL's requested rate to the hardware limits.Eric Anholt1-7/+4
2016-09-14clk: bcm2835: Migrate to clk_hw based registration and OF APIsStephen Boyd1-39/+46