mbox series

[GIT,PULL] drm/tegra: Fixes for v5.10-rc7

Message ID 20201127145324.125776-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL] drm/tegra: Fixes for v5.10-rc7 | expand

Pull-request

ssh://git.freedesktop.org/git/tegra/linux.git tags/drm/tegra/for-5.10-rc7

Message

Thierry Reding Nov. 27, 2020, 2:53 p.m. UTC
Hi Dave,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  ssh://git.freedesktop.org/git/tegra/linux.git tags/drm/tegra/for-5.10-rc7

for you to fetch changes up to bf3a3cdcad40e5928a22ea0fd200d17fd6d6308d:

  drm/tegra: sor: Disable clocks on error in tegra_sor_init() (2020-11-26 18:44:48 +0100)

I don't have a feature pull request for v5.11 since nothing really on
the Tegra DRM side that was ready. The only thing that I've had in my
tree were these couple of fixes for minor issues. They are mostly for
non-critical bugs, so they don't necessarily need to go into v5.10 if
you're not comfortable with it. However, they're all fixes, so they
qualify and I didn't see a reason why they shouldn't go into v5.10.

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Fixes for v5.10-rc7

This is a set of small fixes for various issues found during the last
couple of weeks.

----------------------------------------------------------------
Deepak R Varma (1):
      drm/tegra: replace idr_init() by idr_init_base()

Jon Hunter (1):
      drm/tegra: sor: Don't warn on probe deferral

Marc Zyngier (1):
      drm/tegra: sor: Ensure regulators are disabled on teardown

Qinglang Miao (1):
      drm/tegra: sor: Disable clocks on error in tegra_sor_init()

Thierry Reding (1):
      drm/tegra: output: Do not put OF node twice

 drivers/gpu/drm/tegra/drm.c    |  2 +-
 drivers/gpu/drm/tegra/output.c |  1 -
 drivers/gpu/drm/tegra/sor.c    | 76 +++++++++++++++++++-----------------------
 3 files changed, 36 insertions(+), 43 deletions(-)