Age | Commit message (Expand) | Author | Files | Lines |
2023-07-19 | clk: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-03-06 | kbuild, clk: bcm2835: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2022-10-01 | clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration | Stefan Wahren | 1 | -3/+3 |
2022-10-01 | clk: bcm2835: Round UART input clock up | Ivan T. Ivanov | 1 | -2/+33 |
2022-10-01 | clk: bcm2835: Make peripheral PLLC critical | Maxime Ripard | 1 | -1/+1 |
2022-05-17 | clk: bcm2835: fix bcm2835_clock_choose_div | Stefan Wahren | 1 | -0/+1 |
2022-03-12 | clk: bcm2835: Remove unused variable | Maxime Ripard | 1 | -2/+0 |
2021-10-25 | clk: bcm-2835: Remove rounding up the dividers | Maxime Ripard | 1 | -8/+3 |
2021-10-25 | clk: bcm-2835: Pick the closest clock rate | Maxime Ripard | 1 | -1/+1 |
2021-08-06 | clk: bcm2835: Switch to clk_divider.determine_rate | Martin Blumenstingl | 1 | -5/+4 |
2020-10-14 | clk: bcm2835: add missing release if devm_clk_hw_register fails | Navid Emamdoost | 1 | -1/+3 |
2020-08-04 | clk: bcm2835: Do not use prediv with bcm2711's PLLs | Nicolas Saenz Julienne | 1 | -4/+21 |
2020-06-20 | clk: bcm2835: Don't cache the PLLB rate | Maxime Ripard | 1 | -2/+3 |
2020-06-20 | clk: bcm2835: Allow custom CCF flags for the PLLs | Maxime Ripard | 1 | -1/+2 |
2020-06-20 | Revert "clk: bcm2835: remove pllb" | Maxime Ripard | 1 | -4/+26 |
2020-05-27 | clk: bcm2835: Constify struct debugfs_reg32 | Rikard Falkeborn | 1 | -3/+3 |
2020-05-27 | clk: bcm2835: Remove casting to bcm2835_clk_register | Nathan Chancellor | 1 | -31/+37 |
2020-05-27 | clk: bcm2835: Fix return type of bcm2835_register_gate | Nathan Chancellor | 1 | -5/+5 |
2019-10-17 | clk: bcm2835: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-09-17 | clk: bcm2835: Mark PLLD_PER as CRITICAL | Stefan Wahren | 1 | -1/+6 |
2019-09-17 | clk: bcm2835: Add BCM2711_CLOCK_EMMC2 support | Stefan Wahren | 1 | -1/+19 |
2019-09-17 | clk: bcm2835: Introduce SoC specific clock registration | Stefan Wahren | 1 | -17/+96 |
2019-06-26 | clk: bcm2835: remove pllb | Nicolas Saenz Julienne | 1 | -24/+4 |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 1 | -0/+1 |
2018-12-15 | Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and... | Stephen Boyd | 1 | -11/+1 |
2018-11-15 | clk: bcm2835: Switch to SPDX identifier | Stefan Wahren | 1 | -11/+1 |
2018-11-06 | clk: bcm2835: make license text and module license match | Stefan Wahren | 1 | -1/+1 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+2 |
2018-06-09 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -24/+18 |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -2/+2 |
2018-06-04 | Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '... | Stephen Boyd | 1 | -7/+6 |
2018-06-02 | clk: bcm2835: use match_string() helper | Yisheng Xie | 1 | -7/+6 |
2018-06-02 | clk: Return void from debug_init op | Stephen Boyd | 1 | -14/+11 |
2018-06-02 | clk: bcm2835: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -4/+2 |
2018-04-14 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -3/+5 |
2018-04-06 | clk: bcm2835: De-assert/assert PLL reset signal when appropriate | Boris Brezillon | 1 | -3/+5 |
2018-03-19 | clk: bcm2835: Protect sections updating shared registers | Boris Brezillon | 1 | -0/+4 |
2018-03-19 | clk: bcm2835: Fix ana->maskX definitions | Boris Brezillon | 1 | -4/+4 |
2017-09-25 | clk: bcm2835: remove remains from stub clk driver | Danilo Krummrich | 1 | -30/+0 |
2017-06-03 | clk: bcm2835: Minimise clock jitter for PCM clock | Phil Elwell | 1 | -5/+29 |
2017-06-03 | clk: bcm2835: Limit PCM clock to OSC and PLLD_PER | Phil Elwell | 1 | -1/+26 |
2017-06-03 | clk: bcm2835: Correct the prediv logic | Phil Elwell | 1 | -1/+3 |
2017-01-21 | clk: bcm2835: Add leaf clock measurement support, disabled by default | Eric Anholt | 1 | -25/+119 |
2017-01-21 | clk: bcm2835: Register the DSI0/DSI1 pixel clocks. | Eric Anholt | 1 | -12/+109 |
2017-01-21 | clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers. | Eric Anholt | 1 | -14/+28 |
2016-12-12 | clk: bcm: Fix 'maybe-uninitialized' warning in bcm2835_clock_choose_div_and_p... | Boris Brezillon | 1 | -1/+1 |
2016-12-09 | clk: bcm: Allow rate change propagation to PLLH_AUX on VEC clock | Boris Brezillon | 1 | -1/+6 |
2016-12-09 | clk: bcm: Support rate change propagation on bcm2835 clocks | Boris Brezillon | 1 | -4/+63 |
2016-12-09 | clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk | Boris Brezillon | 1 | -1/+3 |
2016-11-23 | clk: bcm2835: Fix ->fixed_divider of pllh_aux | Boris Brezillon | 1 | -1/+1 |