1. 05 Nov, 2021 1 commit
  2. 04 Nov, 2021 2 commits
  3. 03 Nov, 2021 2 commits
  4. 02 Nov, 2021 15 commits
  5. 27 Oct, 2021 17 commits
  6. 26 Oct, 2021 3 commits
    • Stephen Boyd's avatar
      Merge tag 'clk-v5.16-samsung' of... · 4e44a0ba
      Stephen Boyd authored
      Merge tag 'clk-v5.16-samsung' of https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk into clk-samsung
      
      Pull Samsung clk driver updates from Sylwester Nawrocki:
      
       - Initial clock driver for the Exynos850 SoC
       - Refactoring of the CPU clock code and conversion of Exynos5433
         CPU clock driver to the platform driver
       - A few conversions to devm_platform_ioremap_resource()
       - Updates of the Samsung Kconfig help text
      
      * tag 'clk-v5.16-samsung' of https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk:
        clk: samsung: describe drivers in Kconfig
        clk: samsung: exynos5433: update apollo and atlas clock probing
        clk: samsung: add support for CPU clocks
        clk: samsung: Introduce Exynos850 clock driver
        dt-bindings: clock: Document Exynos850 CMU bindings
        dt-bindings: clock: Add bindings definitions for Exynos850 CMU
        clk: samsung: clk-pll: Implement pll0831x PLL type
        clk: samsung: clk-pll: Implement pll0822x PLL type
        clk: samsung: s5pv210-audss: Make use of devm_platform_ioremap_resource()
        clk: samsung: exynos5433: Make use of devm_platform_ioremap_resource()
        clk: samsung: exynos4412-isp: Make use of devm_platform_ioremap_resource()
        clk: samsung: exynos-audss: Make use of devm_platform_ioremap_resource()
      4e44a0ba
    • Stephen Boyd's avatar
      Merge tag 'clk-meson-v5.16-1' of https://github.com/BayLibre/clk-meson into clk-amlogic · 151a994f
      Stephen Boyd authored
      Pull Amlogic clock driver updates from Jerome Brunet:
      
       - Update video path realted clocks for meson8
      
      * tag 'clk-meson-v5.16-1' of https://github.com/BayLibre/clk-meson:
        clk: meson: meson8b: Make the video clock trees mutable
        clk: meson: meson8b: Initialize the HDMI PLL registers
        clk: meson: meson8b: Add the HDMI PLL M/N parameters
        clk: meson: meson8b: Add the vid_pll_lvds_en gate clock
        clk: meson: meson8b: Use CLK_SET_RATE_NO_REPARENT for vclk{,2}_in_sel
        clk: meson: meson8b: Export the video clocks
      151a994f
    • Stephen Boyd's avatar
      Merge tag 'sunxi-clk-for-5.16-1' of... · a69cd911
      Stephen Boyd authored
      Merge tag 'sunxi-clk-for-5.16-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-allwinner
      
      Pull Allwinner clk driver updates from Maxime Ripard:
      
      Our usual PR for the Allwinner SoCs, this time improving the module
      support and converting to more helpers.
      
      * tag 'sunxi-clk-for-5.16-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        clk: sunxi: sun8i-apb0: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi: sun6i-ar100: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi: sun6i-apb0-gates: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi: sun6i-apb0: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun9i-a80-usb: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun9i-a80-de: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun9i-a80: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun8i-r40: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun8i-de2: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun8i-a83t: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun50i-h6: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi-ng: ccu-sun50i-a64: Make use of the helper function devm_platform_ioremap_resource()
        clk: sunxi: clk-mod0: Make use of the helper function devm_platform_ioremap_resource()
        dt-bindings: clocks: Fix typo in the H6 compatible
        clk: sunxi-ng: Use a separate lock for each CCU instance
        clk: sunxi-ng: Prevent unbinding CCUs via sysfs
        clk: sunxi-ng: Unregister clocks/resets when unbinding
        clk: sunxi-ng: Add machine dependency to A83T CCU
        clk: sunxi-ng: mux: Remove unused 'reg' field
      a69cd911