summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm/clk-bcm2835.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-061-1/+0
* clk: bcm2835: fix bcm2835_clock_rate_from_divisor declarationStefan Wahren2022-09-301-3/+3
* clk: bcm2835: Round UART input clock upIvan T. Ivanov2022-09-301-2/+33
* clk: bcm2835: Make peripheral PLLC criticalMaxime Ripard2022-09-301-1/+1
* clk: bcm2835: fix bcm2835_clock_choose_divStefan Wahren2022-05-171-0/+1
* clk: bcm2835: Remove unused variableMaxime Ripard2022-03-111-2/+0
* 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: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost2020-10-131-1/+3
* clk: bcm2835: Do not use prediv with bcm2711's PLLsNicolas Saenz Julienne2020-08-031-4/+21
* 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: bcm2835: Constify struct debugfs_reg32Rikard Falkeborn2020-05-271-3/+3
* clk: bcm2835: Remove casting to bcm2835_clk_registerNathan Chancellor2020-05-261-31/+37
* clk: bcm2835: Fix return type of bcm2835_register_gateNathan Chancellor2020-05-261-5/+5
* clk: bcm2835: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-161-3/+1
* clk: bcm2835: Mark PLLD_PER as CRITICALStefan Wahren2019-09-171-1/+6
* clk: bcm2835: Add BCM2711_CLOCK_EMMC2 supportStefan Wahren2019-09-171-1/+19
* clk: bcm2835: Introduce SoC specific clock registrationStefan Wahren2019-09-171-17/+96
* clk: bcm2835: remove pllbNicolas Saenz Julienne2019-06-251-24/+4
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
*-. Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and...Stephen Boyd2018-12-141-11/+1
|\ \
| | * clk: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-141-11/+1
| |/
* / clk: bcm2835: make license text and module license matchStefan Wahren2018-11-061-1/+1
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-24/+18
|\
| *-. Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '...Stephen Boyd2018-06-041-7/+6
| |\ \
| | * | clk: bcm2835: use match_string() helperYisheng Xie2018-06-011-7/+6
| | |/
| * | clk: Return void from debug_init opStephen Boyd2018-06-011-14/+11
| * | clk: bcm2835: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-4/+2
| |/
* / treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-04-131-3/+5
|\
| * clk: bcm2835: De-assert/assert PLL reset signal when appropriateBoris Brezillon2018-04-061-3/+5
* | clk: bcm2835: Protect sections updating shared registersBoris Brezillon2018-03-191-0/+4
* | clk: bcm2835: Fix ana->maskX definitionsBoris Brezillon2018-03-191-4/+4
|/
* clk: bcm2835: remove remains from stub clk driverDanilo Krummrich2017-09-251-30/+0
* clk: bcm2835: Minimise clock jitter for PCM clockPhil Elwell2017-06-021-5/+29
* clk: bcm2835: Limit PCM clock to OSC and PLLD_PERPhil Elwell2017-06-021-1/+26
* clk: bcm2835: Correct the prediv logicPhil Elwell2017-06-021-1/+3
* clk: bcm2835: Add leaf clock measurement support, disabled by defaultEric Anholt2017-01-201-25/+119
* clk: bcm2835: Register the DSI0/DSI1 pixel clocks.Eric Anholt2017-01-201-12/+109
* clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers.Eric Anholt2017-01-201-14/+28
* clk: bcm: Fix 'maybe-uninitialized' warning in bcm2835_clock_choose_div_and_p...Boris Brezillon2016-12-121-1/+1
* clk: bcm: Allow rate change propagation to PLLH_AUX on VEC clockBoris Brezillon2016-12-081-1/+6
* clk: bcm: Support rate change propagation on bcm2835 clocksBoris Brezillon2016-12-081-4/+63
* clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clkBoris Brezillon2016-12-081-1/+3
* clk: bcm2835: Fix ->fixed_divider of pllh_auxBoris Brezillon2016-11-231-1/+1