Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-summary' into clk-next
- Support for SiFive FU740 PRCI - Add hardware enable information to clk_summary debugfs * clk-tegra: clk: tegra: Fix duplicated SE clock entry clk: tegra: bpmp: Clamp clock rates on requests clk: tegra: Do not return 0 on failure * clk-imx: (24 commits) clk: imx: scu: remove the calling of device_is_bound clk: imx: scu: Make pd_np with static keyword clk: imx8mq: drop of_match_ptr from of_device_id table clk: imx8mp: drop of_match_ptr from of_device_id table clk: imx8mn: drop of_match_ptr from of_device_id table clk: imx8mm: drop of_match_ptr from of_device_id table clk: imx: gate2: Remove unused variable ret clk: imx: gate2: Add locking in is_enabled op clk: imx: gate2: Add cgr_mask for more flexible number of control bits clk: imx: gate2: Check if clock is enabled against cgr_val clk: imx: gate2: Keep the register writing in on place clk: imx: gate2: Remove the IMX_CLK_GATE2_SINGLE_BIT special case clk: imx: scu: fix build break when compiled as modules clk: imx: remove redundant assignment to pointer np clk: imx: remove unneeded semicolon clk: imx: lpcg: add suspend/resume support clk: imx: clk-imx8qxp-lpcg: add runtime pm support clk: imx: lpcg: allow lpcg clk to take device pointer clk: imx: imx8qxp-lpcg: add parsing clocks from device tree clk: imx: scu: add suspend/resume support ... * clk-sifive: clk: sifive: Add clock enable and disable ops clk: sifive: Fix the wrong bit field shift clk: sifive: Add a driver for the SiFive FU740 PRCI IP block clk: sifive: Use common name for prci configuration clk: sifive: Extract prci core to common base dt-bindings: fu740: prci: add YAML documentation for the FU740 PRCI * clk-mediatek: clk: mediatek: Make mtk_clk_register_mux() a static function * clk-summary: clk: Add hardware-enable column to clk summary
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/clock/sifive/fu740-prci.yaml 60 additions, 0 deletions...entation/devicetree/bindings/clock/sifive/fu740-prci.yaml
- arch/riscv/Kconfig.socs 1 addition, 1 deletionarch/riscv/Kconfig.socs
- drivers/clk/clk.c 11 additions, 4 deletionsdrivers/clk/clk.c
- drivers/clk/imx/clk-gate2.c 32 additions, 36 deletionsdrivers/clk/imx/clk-gate2.c
- drivers/clk/imx/clk-imx8mm.c 1 addition, 1 deletiondrivers/clk/imx/clk-imx8mm.c
- drivers/clk/imx/clk-imx8mn.c 1 addition, 1 deletiondrivers/clk/imx/clk-imx8mn.c
- drivers/clk/imx/clk-imx8mp.c 2 additions, 2 deletionsdrivers/clk/imx/clk-imx8mp.c
- drivers/clk/imx/clk-imx8mq.c 1 addition, 1 deletiondrivers/clk/imx/clk-imx8mq.c
- drivers/clk/imx/clk-imx8qxp-lpcg.c 139 additions, 0 deletionsdrivers/clk/imx/clk-imx8qxp-lpcg.c
- drivers/clk/imx/clk-imx8qxp.c 76 additions, 60 deletionsdrivers/clk/imx/clk-imx8qxp.c
- drivers/clk/imx/clk-lpcg-scu.c 49 additions, 4 deletionsdrivers/clk/imx/clk-lpcg-scu.c
- drivers/clk/imx/clk-pll14xx.c 1 addition, 1 deletiondrivers/clk/imx/clk-pll14xx.c
- drivers/clk/imx/clk-scu.c 222 additions, 5 deletionsdrivers/clk/imx/clk-scu.c
- drivers/clk/imx/clk-scu.h 46 additions, 10 deletionsdrivers/clk/imx/clk-scu.h
- drivers/clk/imx/clk.h 12 additions, 15 deletionsdrivers/clk/imx/clk.h
- drivers/clk/mediatek/clk-mux.c 1 addition, 1 deletiondrivers/clk/mediatek/clk-mux.c
- drivers/clk/mediatek/clk-mux.h 0 additions, 4 deletionsdrivers/clk/mediatek/clk-mux.h
- drivers/clk/sifive/Kconfig 4 additions, 4 deletionsdrivers/clk/sifive/Kconfig
- drivers/clk/sifive/Makefile 1 addition, 1 deletiondrivers/clk/sifive/Makefile
- drivers/clk/sifive/fu540-prci.c 29 additions, 570 deletionsdrivers/clk/sifive/fu540-prci.c
Loading
Please register or sign in to comment