summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-loongson1.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-24clk: qcom: gcc-sc8280xp: Add EMAC GDSCsAndrew Halaney2-0/+20
2023-04-18clk: starfive: Delete the redundant dev_set_drvdata() in JH7110 clock driversHal Feng2-4/+0
2023-04-18clk: rockchip: rk3588: make gate linked clocks criticalSebastian Reichel1-16/+26
2023-04-14clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clkKonrad Dybcio1-3/+0
2023-04-14clk: qcom: add the GPUCC driver for sa8775pShazad Hussain3-0/+635
2023-04-14dt-bindings: clock: qcom: describe the GPUCC clock for SA8775PBartosz Golaszewski2-0/+52
2023-04-14clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handlingDmitry Baryshkov1-34/+13
2023-04-14clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in lpass_...Mohammad Rafi Shaik1-0/+2
2023-04-14clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registrationSrinivasa Rao Mandadapu1-6/+10
2023-04-14dt-bindings: clock: qcom,sc7280-lpasscc: Add qcom,adsp-pil-mode propertySrinivasa Rao Mandadapu1-0/+7
2023-04-14clk: starfive: Avoid casting iomem pointersStephen Boyd3-6/+35
2023-04-14clk: microchip: fix potential UAF in auxdev release callbackConor Dooley1-2/+1
2023-04-12clk: qcom: rpm: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-04-11clk: mediatek: fhctl: Mark local variables staticTom Rix1-2/+2
2023-04-10clk: sifive: make SiFive clk drivers depend on ARCH_ symbolsConor Dooley1-3/+3
2023-04-10clk: uniphier: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-04-10clk: si5351: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-04-10clk: si570: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-11/+3
2023-04-10clk: si514: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-04-10clk: lmk04832: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-3/+2
2023-04-10clk: hsdk-pll: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-04-10clk: cdce706: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-9/+2
2023-04-10clk: axs10x: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-04-10clk: axm5516: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-7/+1
2023-04-10clk: axi-clkgen: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-04-09clk: imx: imx8ulp: update clk flag for system critical clockJacky Bai1-7/+7
2023-04-09clk: imx: imx8ulp: Add tpm5 clock as critical gate clockJacky Bai1-1/+1
2023-04-09clk: imx: imx8ulp: keep MU0_B clock enabled alwaysJacky Bai1-1/+1
2023-04-09clk: imx: imx8ulp: Add divider closest support to get more accurate clock rateJacky Bai2-8/+17
2023-04-09clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parentsPeng Fan1-2/+2
2023-04-09clk: imx: imx93: Add nic and A55 clkPeng Fan1-2/+15
2023-04-09dt-bindings: clock: imx93: add NIC, A55 and ARM PLL CLKPeng Fan1-1/+5
2023-04-09clk: imx: imx93: add mcore_booted module paratemterPeng Fan2-1/+9
2023-04-09clk: imx: fracn-gppll: Add 300MHz freq support for imx9Jacky Bai1-1/+2
2023-04-09clk: imx: fracn-gppll: support integer pllPeng Fan2-7/+68
2023-04-09clk: imx: fracn-gppll: disable hardware select controlPeng Fan1-0/+6
2023-04-09clk: imx: fracn-gppll: fix the rate tablePeng Fan1-7/+9
2023-04-09clk: imx: imx8mp: change the 'nand_usdhc_bus' clock to non-criticalHaibo Chen1-1/+1
2023-04-09clk: imx: imx8mp: Add LDB root clockLiu Ying1-0/+1
2023-04-09dt-bindings: clock: imx8mp: Add LDB clock entryPeng Fan1-2/+2
2023-04-09clk: imx: imx8mp: correct DISP2 pixel clock typePeng Fan1-1/+1
2023-04-07clk: qcom: Add Global Clock Controller driver for IPQ9574Devi Priya3-0/+4257
2023-04-07dt-bindings: clock: Add ipq9574 clock and reset definitionsDevi Priya3-0/+438
2023-04-07clk: qcom: gpucc-sm6375: Configure CX_GDSC disable wait valueKonrad Dybcio1-0/+1
2023-04-07clk: qcom: gcc-sm6115: Mark RCGs shared where applicableKonrad Dybcio1-25/+25
2023-04-05clk: Remove mmask and nmask fields in struct clk_fractional_dividerChristophe JAILLET1-2/+0
2023-04-05clk: rockchip: Remove values for mmask and nmask in struct clk_fractional_div...Christophe JAILLET1-2/+0
2023-04-05clk: imx: Remove values for mmask and nmask in struct clk_fractional_dividerChristophe JAILLET1-4/+0
2023-04-05clk: Compute masks for fractional_divider clk when needed.Christophe JAILLET1-5/+11
2023-04-05MAINTAINERS: generalise StarFive clk/reset entriesEmil Renner Berthing1-10/+12