This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c816f2e9813d Merge tag 'perf-tools-fixes-for-v6.0-2022-09-29' of git:// [...] new 6726d552a691 clk: ingenic-tcu: Properly enable registers before accessi [...] new 5da39ac5d648 clk: microchip: mpfs: fix clk_cfg array bounds violation new 05d27090b6dc clk: microchip: mpfs: make the rtc's ahb clock critical new 3d87f6c3be0d Merge tag 'clk-microchip-fixes-6.0' of https://git.kernel. [...] new b1ff1bfe81e7 clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocks new 4014e916fd0c clk: sunxi-ng: h6: Fix default PLL GPU rate new 1b24a132eba7 clk: iproc: Do not rely on node name for correct PLL setup new daaa2fbe678e clk: imx93: drop of_match_ptr new e5fa173f9a47 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new a3aded135e84 drm/amdgpu: Enable VCN DPG for GC11_0_1 new 541540b9045c drm/amdgpu: Enable sram on vcn_4_0_2 new af81a9201e01 drm/amdgpu: save rlcv/rlcp ucode version in amdgpu_gfx new 2f3f95860272 drm/amdgpu: add helper to init rlc fw in header v2_0 new 90df15124526 drm/amdgpu: add helper to init rlc fw in header v2_1 new bcecb6524881 drm/amdgpu: add helper to init rlc fw in header v2_2 new c1c3f41ffb1b drm/amdgpu: add helper to init rlc fw in header v2_3 new b33139ee1535 drm/amdgpu: add helper to init rlc fw in header v2_4 new 04fa38cce6e0 drm/amdgpu: add helper to init rlc firmware new 0fd85e89b5bf drm/amdgpu/gfx11: switch to amdgpu_gfx_rlc_init_microcode new 414208e48963 Merge tag 'amd-drm-fixes-6.0-2022-09-30-1' of https://gitl [...] new ffb4d94b4314 Merge tag 'drm-fixes-2022-10-01' of git://anongit.freedesk [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/clk/bcm/clk-iproc-pll.c | 12 +- drivers/clk/imx/clk-imx6sx.c | 4 +- drivers/clk/imx/clk-imx93.c | 2 +- drivers/clk/ingenic/tcu.c | 15 +- drivers/clk/microchip/clk-mpfs.c | 11 +- drivers/clk/sunxi-ng/ccu-sun50i-h6.c | 8 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c | 264 ++++++++++++++++++++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 4 + drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 151 +---------------- drivers/gpu/drm/amd/amdgpu/soc21.c | 1 + 13 files changed, 312 insertions(+), 170 deletions(-)