summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2022-05-17clk: at91: generated: consider range when calculating best rateCodrin Ciubotariu
2022-05-17Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"Jernej Skrabec
2022-05-17clk: bcm2835: fix bcm2835_clock_choose_divStefan Wahren
2022-04-25Merge tag 'sunxi-clk-fixes-for-5.18-2' of https://git.kernel.org/pub/scm/linu...Stephen Boyd
2022-04-25clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource()Yang Yingliang
2022-04-24clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as criticalSamuel Holland
2022-04-22clk: microchip: mpfs: add RTCREF clock controlConor Dooley
2022-04-22clk: microchip: mpfs: re-parent the configurable clocksConor Dooley
2022-04-22clk: microchip: mpfs: mark CLK_ATHENA as criticalConor Dooley
2022-04-22clk: microchip: mpfs: fix parents for FIC clocksConor Dooley
2022-04-21clk: qcom: clk-rcg2: fix gfx3d frequency calculationDmitry Baryshkov
2022-04-21clk: microchip: mpfs: don't reset disabled peripheralsConor Dooley
2022-04-06clk: sunxi-ng: fix not NULL terminated coccicheck errorWan Jiabing
2022-04-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd
2022-04-01Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2022-03-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-03-29Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextStephen Boyd
2022-03-29Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd
2022-03-29Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...Stephen Boyd
2022-03-29Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into cl...Stephen Boyd
2022-03-29Merge branches 'clk-xilinx', 'clk-kunit', 'clk-cs2000' and 'clk-renesas' into...Stephen Boyd
2022-03-29Merge branches 'clk-microchip', 'clk-si', 'clk-mtk', 'clk-at91' and 'clk-st' ...Stephen Boyd
2022-03-29clk: zynq: Update the parameters to zynq_clk_register_periph_clkShubhrajyoti Datta
2022-03-29clk: zynq: trivial warning fixShubhrajyoti Datta
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-25clk: Drop the rate range on clk_put()Maxime Ripard
2022-03-25clk: test: Test clk_set_rate_range on orphan muxMaxime Ripard
2022-03-25clk: Initialize orphan req_rateMaxime Ripard
2022-03-25clk: sunxi-ng: sun6i-rtc: include clk/sunxi-ng.hAlexandre Belloni
2022-03-24clk: qcom: gcc-msm8994: Fix gpll4 widthKonrad Dybcio
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23clk: sunxi-ng: sun6i-rtc: Add support for H6Samuel Holland
2022-03-23clk: sunxi-ng: Add support for the sun6i RTC clocksSamuel Holland
2022-03-23clk: sunxi-ng: mux: Allow muxes to have keysSamuel Holland
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-18clk: rs9: Add Renesas 9-series PCIe clock generator driverMarek Vasut
2022-03-18clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()Marek Vasut
2022-03-17clk: visconti: prevent array overflow in visconti_clk_register_gates()Dan Carpenter
2022-03-15clk: sifive: Move all stuff into SoCs header files from C filesZong Li
2022-03-15clk: sifive: Add SoCs prefix in each SoCs-dependent dataZong Li
2022-03-15clk: sifive: duplicate the macro definitions for the time beingZong Li
2022-03-15clk: qcom: sm6125-gcc: fix typos in commentsJulia Lawall
2022-03-15clk: ti: clkctrl: fix typos in commentsJulia Lawall
2022-03-15clk: imx: Select MXC_CLK for i.MX93 clock driverAbel Vesa
2022-03-15clk: ti: Drop legacy compatibility clocks for dra7Tony Lindgren
2022-03-15clk: ti: Drop legacy compatibility clocks for am4Tony Lindgren
2022-03-15clk: ti: Drop legacy compatibility clocks for am3Tony Lindgren
2022-03-15clk: clk-apple-nco: Allow and fix module buildingMartin PoviĊĦer
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman