summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2022-09-26clk: qcom: msm8996-cpu: Rename DIV_2_INDEX to SMUX_INDEXYassine Oudjana
2022-09-26clk: mediatek: Use mtk_clk_register_gates_with_dev in simple probeYassine Oudjana
2022-09-26clk: mediatek: gate: Export mtk_clk_register_gates_with_devYassine Oudjana
2022-09-26clk: mediatek: add VDOSYS1 clockPablo Sun
2022-09-26clk: mediatek: mt8192: add mtk_clk_simple_removeMiles Chen
2022-09-26clk: mediatek: mt8183: use mtk_clk_simple_probe to simplify driverMiles Chen
2022-09-26clk: mediatek: mt6797: use mtk_clk_simple_probe to simplify driverMiles Chen
2022-09-26clk: mediatek: mt6779: use mtk_clk_simple_probe to simplify driverMiles Chen
2022-09-26clk: mediatek: mt6765: use mtk_clk_simple_probe to simplify driverMiles Chen
2022-09-26clk: mediatek: mt2712: use mtk_clk_simple_probe to simplify driverMiles Chen
2022-09-26clk: mediatek: mt2701: use mtk_clk_simple_probe to simplify driverMiles Chen
2022-09-26clk: mediatek: Add MediaTek Helio X10 MT6795 clock driversAngeloGioacchino Del Regno
2022-09-26clk: mediatek: clk-apmixed: Add helper function to unregister ref2usb_txAngeloGioacchino Del Regno
2022-09-26clk: mediatek: Export required symbols to compile clk drivers as moduleAngeloGioacchino Del Regno
2022-09-26clk: mediatek: clk-apmixed: Remove unneeded __init annotationAngeloGioacchino Del Regno
2022-09-24platform/x86: int3472: Support multiple clock consumersDaniel Scally
2022-09-23clk: rockchip: Add clock controller support for RV1126 SoCJagan Teki
2022-09-19clk: imx93: add SAI IPG clkPeng Fan
2022-09-19clk: imx93: add MU1/2 clockPeng Fan
2022-09-19clk: imx93: switch to use new clk gate APIPeng Fan
2022-09-19clk: imx: add i.MX93 clk gatePeng Fan
2022-09-19clk: imx: clk-composite-93: check white_listPeng Fan
2022-09-19clk: imx: clk-composite-93: check slice busyPeng Fan
2022-09-18clk: renesas: r8a779g0: Add EtherAVB clocksGeert Uytterhoeven
2022-09-18clk: renesas: r8a779g0: Add PFC/GPIO clocksGeert Uytterhoeven
2022-09-18clk: renesas: r8a779g0: Add I2C clocksGeert Uytterhoeven
2022-09-18clk: renesas: r8a779g0: Add watchdog clockGeert Uytterhoeven
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang
2022-09-15clk: tests: Add missing test case for rangesMaxime Ripard
2022-09-15clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard
2022-09-15clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard
2022-09-15clk: Zero the clk_rate_request structureMaxime Ripard
2022-09-15clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard
2022-09-15clk: Constify clk_has_parent()Maxime Ripard
2022-09-15clk: Introduce clk_core_has_parent()Maxime Ripard
2022-09-15clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockMaxime Ripard
2022-09-15clk: Add our request boundaries in clk_core_init_rate_reqMaxime Ripard
2022-09-15clk: Introduce clk_hw_init_rate_request()Maxime Ripard
2022-09-15clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...Maxime Ripard
2022-09-15clk: Change clk_core_init_rate_req prototypeMaxime Ripard
2022-09-15clk: Set req_rate on reparentingMaxime Ripard
2022-09-15clk: Take into account uncached clocks in clk_set_rate_range()Maxime Ripard
2022-09-15clk: tests: Add some tests for orphan with multiple parentsMaxime Ripard
2022-09-15clk: tests: Add tests for mux with multiple parentsMaxime Ripard
2022-09-15clk: tests: Add tests for single parent muxMaxime Ripard
2022-09-15clk: tests: Add tests for uncached clockMaxime Ripard
2022-09-15clk: tests: Add reference to the orphan mux bug reportMaxime Ripard
2022-09-15clk: tests: Add test suites descriptionMaxime Ripard
2022-09-15clk: Clarify clk_get_rate() expectationsMaxime Ripard
2022-09-15clk: Skip clamping when rounding if there's no boundariesMaxime Ripard