aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextStephen Boyd9-239/+219
2022-03-29Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into clk-nextStephen Boyd29-945/+5927
2022-03-29Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' into clk-nextStephen Boyd51-1488/+598
2022-03-29Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into clk-nextStephen Boyd27-221/+1320
2022-03-29Merge branches 'clk-xilinx', 'clk-kunit', 'clk-cs2000' and 'clk-renesas' into clk-nextStephen Boyd20-309/+1290
2022-03-29Merge branches 'clk-microchip', 'clk-si', 'clk-mtk', 'clk-at91' and 'clk-st' into clk-nextStephen Boyd66-460/+1411
2022-03-29clk: zynq: Update the parameters to zynq_clk_register_periph_clkShubhrajyoti Datta1-6/+6
2022-03-29clk: zynq: trivial warning fixShubhrajyoti Datta1-0/+1
2022-03-25clk: Drop the rate range on clk_put()Maxime Ripard2-14/+136
2022-03-25clk: test: Test clk_set_rate_range on orphan muxMaxime Ripard1-0/+105
2022-03-25clk: Initialize orphan req_rateMaxime Ripard1-0/+13
2022-03-24clk: qcom: gcc-msm8994: Fix gpll4 widthKonrad Dybcio1-0/+1
2022-03-18clk: rs9: Add Renesas 9-series PCIe clock generator driverMarek Vasut3-0/+332
2022-03-18clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()Marek Vasut1-0/+22
2022-03-17clk: visconti: prevent array overflow in visconti_clk_register_gates()Dan Carpenter3-2/+5
2022-03-15clk: sifive: Move all stuff into SoCs header files from C filesZong Li6-235/+214
2022-03-15clk: sifive: Add SoCs prefix in each SoCs-dependent dataZong Li2-50/+35
2022-03-15clk: sifive: duplicate the macro definitions for the time beingZong Li2-2/+15
2022-03-15clk: qcom: sm6125-gcc: fix typos in commentsJulia Lawall1-1/+1
2022-03-15clk: ti: clkctrl: fix typos in commentsJulia Lawall1-1/+1
2022-03-15clk: imx: Select MXC_CLK for i.MX93 clock driverAbel Vesa1-0/+1
2022-03-15clk: ti: Drop legacy compatibility clocks for dra7Tony Lindgren4-832/+5
2022-03-15clk: ti: Drop legacy compatibility clocks for am4Tony Lindgren5-246/+6
2022-03-15clk: ti: Drop legacy compatibility clocks for am3Tony Lindgren4-230/+4
2022-03-15Merge tag 'v5.17-rc4' into clk-tiStephen Boyd413-1865/+4533
2022-03-15clk: clk-apple-nco: Allow and fix module buildingMartin Povišer2-2/+2
2022-03-11clk: clk-apple-nco: Add driver for Apple NCOMartin Povišer3-0/+344
2022-03-11clk: microchip: Add driver for Microchip PolarFire SoCDaire McNamara5-4/+394
2022-03-11clk: uniphier: Fix fixed-rate initializationKunihiko Hayashi1-0/+1
2022-03-11clk: COMMON_CLK_LAN966X should depend on SOC_LAN966Geert Uytterhoeven1-0/+1
2022-03-11clk: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-5/+1
2022-03-11clk: bcm2835: Remove unused variableMaxime Ripard1-2/+0
2022-03-11clk: tegra: tegra124-emc: Fix missing put_device() call in emc_ensure_emc_driverMiaoqian Lin1-0/+1
2022-03-11clk: bcm: rpi: Run some clocks at the minimum rate allowedMaxime Ripard1-0/+37
2022-03-11clk: bcm: rpi: Set a default minimum rateMaxime Ripard1-0/+26
2022-03-11clk: bcm: rpi: Add variant structureMaxime Ripard1-17/+47
2022-03-11clk: Add clk_drop_rangeMaxime Ripard1-2/+2
2022-03-11clk: Always set the rate on clk_set_range_rateMaxime Ripard2-52/+47
2022-03-11clk: Use clamp instead of open-coding our ownMaxime Ripard1-5/+1
2022-03-11clk: Always clamp the rounded rateMaxime Ripard2-18/+34
2022-03-11clk: Enforce that disjoints limits are invalidMaxime Ripard1-0/+24
2022-03-11clk: Introduce Kunit Tests for the frameworkMaxime Ripard4-0/+796
2022-03-11clk: Fix clk_hw_get_clk() when dev is NULLMaxime Ripard1-1/+2
2022-03-11clk: cleanup commentsTom Rix9-9/+9
2022-03-11clk: socfpga: cleanup spdx tagsTom Rix3-3/+3
2022-03-11clk: actions: Make sentinel elements more obviousJonathan Neuschäfer3-29/+31
2022-03-11clk: clps711x: Terminate clk_div_table with sentinel elementJonathan Neuschäfer1-0/+2
2022-03-11clk: hisilicon: Terminate clk_div_table with sentinel elementJonathan Neuschäfer1-2/+2
2022-03-11clk: loongson1: Terminate clk_div_table with sentinel elementJonathan Neuschäfer1-0/+1
2022-03-11clk: actions: Terminate clk_div_table with sentinel elementJonathan Neuschäfer2-1/+2