aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/meson/clk-pll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-11clk: meson: change usleep_range() to udelay() for atomic contextDmitry Rokosov1-2/+2
2023-06-15clk: meson: pll: remove unneeded semicolonJiapeng Chong1-1/+1
2023-05-30clk: meson: introduce new pll power-on sequence for A1 SoC familyDmitry Rokosov1-0/+23
2023-05-30clk: meson: make pll rst bit as optionalDmitry Rokosov1-7/+17
2022-12-12Merge branches 'clk-bindings', 'clk-renesas', 'clk-amlogic', 'clk-allwinner' and 'clk-ti' into clk-nextStephen Boyd1-8/+12
2022-11-22clk: Remove a useless includeChristophe JAILLET1-1/+0
2022-11-08clk: meson: pll: add pcie lock retry workaroundHeiner Kallweit1-4/+8
2022-11-08clk: meson: pll: adjust timeout in meson_clk_pll_wait_lock()Heiner Kallweit1-4/+4
2021-05-19clk: meson: pll: switch to determine_rate for the PLL opsMartin Blumenstingl1-11/+15
2021-01-04clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate()Martin Blumenstingl1-2/+3
2021-01-04clk: meson: clk-pll: make "ret" a signed integerMartin Blumenstingl1-1/+2
2021-01-04clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl1-1/+1
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlogic' and 'clk-allwinner' into clk-nextStephen Boyd1-0/+9
2019-12-23clk: let init callback return an error codeJerome Brunet1-1/+3
2019-12-16clk: meson: pll: Fix by 0 division in __pll_params_to_rate()Remi Pommarel1-0/+9
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be' into clk-nextStephen Boyd1-0/+26
2019-04-01clk: meson-pll: add reduced specific clk_ops for G12A PCIe PLLNeil Armstrong1-0/+26
2019-03-25clk: meson: pll: fix rounding and setting a rate that matches preciselyMartin Blumenstingl1-1/+1
2019-02-04clk: meson: pll: update driver for the g12aJerome Brunet1-57/+146
2019-02-02clk: meson: rework and clean drivers dependenciesJerome Brunet1-4/+9
2018-11-23clk: meson: clk-pll: check if the clock is already enabledMartin Blumenstingl1-0/+19
2018-09-26clk: meson: clk-pll: drop hard-coded rates from pll tablesJerome Brunet1-23/+46
2018-09-26clk: meson: clk-pll: remove od parametersJerome Brunet1-27/+13
2018-09-26clk: meson: clk-pll: add enable bitJerome Brunet1-5/+42
2018-05-18clk: meson: use SPDX license identifiers consistentlyJerome Brunet1-12/+1
2018-03-13clk: meson: add ROUND_CLOSEST to the pll driverJerome Brunet1-4/+13
2018-03-13clk: meson: improve pll driver results with fracJerome Brunet1-47/+90
2018-03-13clk: meson: remove special gp0 lock loopJerome Brunet1-11/+1
2018-03-13clk: meson: migrate plls clocks to clk_regmapJerome Brunet1-150/+93
2018-02-12clk: meson: fix rate calculation of plls with a fractional partJerome Brunet1-1/+0
2018-02-12clk: meson: add od3 to the pll driverJerome Brunet1-3/+16
2018-02-12clk: meson: use the frac parameter width instead of a constantJerome Brunet1-1/+1
2018-02-12clk: meson: remove unnecessary rounding in the pll clockJerome Brunet1-8/+9
2018-02-12clk: meson: check pll rate param table before using itJerome Brunet1-0/+10
2017-04-04clk: meson: Add support for parameters for specific PLLsNeil Armstrong1-2/+51
2016-06-22clk: meson: fractional pll supportMichael Turquette1-2/+30
2016-06-22clk: meson8b: clean up pll clocksMichael Turquette1-61/+11
2015-06-05clk: meson: Add support for Meson clock controllerCarlo Caione1-0/+227