summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1615-124/+1810
|\
| * Merge branch 'clk-rate-range' into clk-nextStephen Boyd2022-10-149-113/+1805
| |\
| | * clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno2022-10-141-0/+10
| | * clk: tests: Add tests for notifiersMaxime Ripard2022-10-101-0/+156
| | * clk: Update req_rate on __clk_recalc_rates()Maxime Ripard2022-10-101-28/+11
| | * clk: tests: Add missing test case for rangesMaxime Ripard2022-09-151-0/+53
| | * clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard2022-09-151-0/+9
| | * clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard2022-09-151-0/+16
| | * clk: Zero the clk_rate_request structureMaxime Ripard2022-09-151-0/+2
| | * clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard2022-09-156-16/+274
| | * clk: Constify clk_has_parent()Maxime Ripard2022-09-151-1/+1
| | * clk: Introduce clk_core_has_parent()Maxime Ripard2022-09-152-15/+65
| | * clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockMaxime Ripard2022-09-151-3/+10
| | * clk: Add our request boundaries in clk_core_init_rate_reqMaxime Ripard2022-09-151-6/+1
| | * clk: Introduce clk_hw_init_rate_request()Maxime Ripard2022-09-152-10/+30
| | * clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...Maxime Ripard2022-09-151-5/+3
| | * clk: Change clk_core_init_rate_req prototypeMaxime Ripard2022-09-151-4/+6
| | * clk: Set req_rate on reparentingMaxime Ripard2022-09-152-0/+261
| | * clk: Take into account uncached clocks in clk_set_rate_range()Maxime Ripard2022-09-152-1/+36
| | * clk: tests: Add some tests for orphan with multiple parentsMaxime Ripard2022-09-151-0/+237
| | * clk: tests: Add tests for mux with multiple parentsMaxime Ripard2022-09-151-0/+121
| | * clk: tests: Add tests for single parent muxMaxime Ripard2022-09-151-9/+185
| | * clk: tests: Add tests for uncached clockMaxime Ripard2022-09-151-1/+92
| | * clk: tests: Add reference to the orphan mux bug reportMaxime Ripard2022-09-151-0/+3
| | * clk: tests: Add test suites descriptionMaxime Ripard2022-09-151-0/+33
| | * clk: Clarify clk_get_rate() expectationsMaxime Ripard2022-09-151-2/+3
| | * clk: Skip clamping when rounding if there's no boundariesMaxime Ripard2022-09-151-1/+13
| | * clk: Drop the rate range on clk_put()Maxime Ripard2022-09-152-14/+141
| | * clk: test: Switch to clk_hw_get_clkMaxime Ripard2022-09-151-19/+55
| * | clk: tegra: Fix Tegra PWM parent clockJon Hunter2022-10-145-0/+5
| * | clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocksLinus Walleij2022-10-141-11/+0
* | | Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-142-0/+2
|\ \ \
| * | | clk: spear: Move prototype to accessible headerViresh Kumar2022-10-102-0/+2
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-08214-3761/+24667
|\ \ \ \ | | |/ / | |/| |
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'clk-baikal', 'clk-broadcom', 'clk-vc5' and 'clk-versaclock' i...Stephen Boyd2022-10-0415-224/+2101
| |\ \ \ \ \ \
| | | | | * | | clk: Renesas versaclock7 ccf device driverAlex Helms2022-09-303-0/+1321
| | | | | | |/ | | | | | |/|
| | | | * | | clk: vc5: Add support for IDT/Renesas VersaClock 5P49V6975Matthias Fend2022-10-031-0/+11
| | | | * | | clk: vc5: Use regmap_{set,clear}_bits() where appropriateLars-Peter Clausen2022-09-301-20/+15
| | | | * | | clk: vc5: Check IO access resultsLars-Peter Clausen2022-09-301-50/+91
| | | | |/ /
| | | * | | clk: bcm: rpi: Add support for VEC clockDom Cobley2022-09-301-0/+5
| | | * | | clk: bcm: rpi: Handle pixel clock in firmwareIvan T. Ivanov2022-09-301-0/+3
| | | * | | clk: bcm: rpi: Add support HEVC clockIvan T. Ivanov2022-09-301-0/+3
| | | * | | 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: baikal-t1: Convert to platform device driverSerge Semin2022-09-304-54/+226
| | * | | clk: baikal-t1: Add DDR/PCIe directly controlled resets supportSerge Semin2022-09-302-0/+76
| | * | | clk: baikal-t1: Move reset-controls code into a dedicated moduleSerge Semin2022-09-307-105/+231
| | * | | clk: baikal-t1: Add SATA internal ref clock bufferSerge Semin2022-09-303-1/+85
| | * | | clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parentSerge Semin2022-09-303-3/+12