This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 33dc9614dc20 Merge tag 'ktest-v5.10-rc6' of git://git.kernel.org/pub/sc [...] new 0e830d2872cf drm/amdgpu/powerplay: parse fan table for CI asics new 578b6c487899 drm/amdgpu/disply: set num_crtc earlier new 2343e9d2c5a9 drm/amdgpu: fix debugfs creation/removal, again new c2ffe78b8b13 drm/amd/display: Prevent bandwidth overflow new 369b7ebe1792 drm/amd/display: Add wm table for Renoir new 6896887b8676 drm/amdgpu: fix sdma instance fw version and feature version init new ab6e4e9de8dd drm/amdkfd: Fix leak in dmabuf import new c9918d1f63a3 drm/amd/pm: update smu10.h WORKLOAD_PPLIB setting for raven new 157fe68d74c2 drm/amdgpu: fix size calculation with stolen vga memory new ab43234d0baf drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs new c5b58c8c860d drm/amd/pm: typo fix (CUSTOM -> COMPUTE) new a81ac2995a49 Merge tag 'amd-drm-fixes-5.10-2020-12-09' of git://people. [...] new 352ded44fbd8 drm/i915/gem: Check the correct variable in selftest new 0e124e19ce52 drm/i915/gem: Propagate error from cancelled submit due to [...] new 5419d93ffd77 drm/i915/gt: Ignore repeated attempts to suspend request f [...] new 0fe8bf4d3edc drm/i915/gt: Cancel the preemption timeout on responding to it new 88c52d805eb6 drm/i915: fix size_t greater or equal to zero comparison new f6cbe49be65e drm/i915/display/dp: Compute the correct slice count for V [...] new 7c5c15dffe1e drm/i915/gt: Declare gen9 has 64 mocs entries! new de2df164e3f9 Merge tag 'drm-intel-fixes-2020-12-09' of git://anongit.fr [...] new b1f195fc4981 drm/i915/display: Go softly softly on initial modeset failure new 059fe8296e0f Merge tag 'drm-fixes-2020-12-11' of git://anongit.freedesk [...] new 6247e31b7530 clk: imx: scu: fix MXC_CLK_SCU module build break new ceabbf94c317 clk: renesas: r9a06g032: Drop __packed for portability new c1cea11227cb Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 0ac22098de6f gpio: arizona: disable pm_runtime in case of failure new 60593df667e0 gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend() new 6dbbf8460396 gpiolib: Don't free if pin ranges are not defined new 7f57b295f990 gpio: zynq: fix reference leak in zynq_gpio functions new 7ee1a01e4740 gpio: mvebu: fix potential user-after-free on probe new 77c12bf38394 Merge tag 'gpio-fixes-for-v5.10-rc7' of git://git.kernel.o [...] new 263ade7166a2 gpio: eic-sprd: break loop when getting NULL device resource new 6d47cdecaa45 Merge tag 'v5.10-3' of git://git.kernel.org/pub/scm/linux/ [...] new 59024c936561 pinctrl: jasperlake: Unhide SPI group of pins new cdd8fc2dd64e pinctrl: jasperlake: Fix HOSTSW_OWN offset new 03a61f11c002 pinctrl: merrifield: Set default bias in case no particula [...] new 5f714771d01e pinctrl: baytrail: Avoid clearing debounce value when turn [...] new 5fa9c5f9a407 Merge tag 'intel-pinctrl-v5.10-3' of gitolite.kernel.org:p [...] new 47a000143635 pinctrl: amd: remove debounce filter setting in IRQ type setting new 7aeb35380261 pinctrl: aspeed: Fix GPIO requests on pass-through banks new e8873c0afd34 pinctrl: intel: Actually disable Tx and Rx buffers on GPIO [...] new 94801e5c6d46 Merge tag 'pinctrl-v5.10-3' of git://git.kernel.org/pub/sc [...]
The 42 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/imx/Kconfig | 4 +- drivers/clk/renesas/r9a06g032-clocks.c | 2 +- drivers/gpio/gpio-arizona.c | 1 + drivers/gpio/gpio-dwapb.c | 2 + drivers/gpio/gpio-eic-sprd.c | 2 +- drivers/gpio/gpio-mvebu.c | 16 +- drivers/gpio/gpio-zynq.c | 4 +- drivers/gpio/gpiolib.c | 5 + drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 8 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 41 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 3 + drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 13 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h | 6 - drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 9 +- .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 93 ++++- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 7 +- drivers/gpu/drm/amd/pm/inc/smu10.h | 14 +- .../drm/amd/pm/powerplay/hwmgr/processpptables.c | 103 ++++- .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c | 9 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 2 +- drivers/gpu/drm/i915/display/intel_display.c | 2 +- drivers/gpu/drm/i915/display/intel_dp.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 7 +- drivers/gpu/drm/i915/gt/intel_lrc.c | 7 +- drivers/gpu/drm/i915/gt/intel_mocs.c | 7 +- drivers/gpu/drm/i915/gt/shmem_utils.c | 2 +- drivers/gpu/drm/i915/selftests/i915_gem.c | 4 +- drivers/pinctrl/aspeed/pinctrl-aspeed.c | 74 +++- drivers/pinctrl/aspeed/pinmux-aspeed.h | 7 +- drivers/pinctrl/intel/pinctrl-baytrail.c | 8 +- drivers/pinctrl/intel/pinctrl-intel.c | 4 +- drivers/pinctrl/intel/pinctrl-jasperlake.c | 452 +++++++++++---------- drivers/pinctrl/intel/pinctrl-merrifield.c | 8 + drivers/pinctrl/pinctrl-amd.c | 7 - 36 files changed, 614 insertions(+), 325 deletions(-)