All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Mikko Perttunen <cyndis@kapsi.fi>,
	Dave Airlie <airlied@gmail.com>,
	dri-devel@lists.freedesktop.org, linux-tegra@vger.kernel.org
Subject: Re: [GIT PULL] drm/tegra: Changes for v6.4-rc1
Date: Thu, 6 Apr 2023 17:01:25 +0200	[thread overview]
Message-ID: <ZC7exbolgfqCEB1V@orome> (raw)
In-Reply-To: <ZC7PPvFL/rKwhakQ@phenom.ffwll.local>

[-- Attachment #1: Type: text/plain, Size: 2086 bytes --]

On Thu, Apr 06, 2023 at 03:55:10PM +0200, Daniel Vetter wrote:
> On Thu, Apr 06, 2023 at 04:18:46PM +0300, Mikko Perttunen wrote:
> > On 4/6/23 16:09, Daniel Vetter wrote:
> > > On Thu, Apr 06, 2023 at 02:14:04PM +0200, Thierry Reding wrote:
> > > > Hi Dave, Daniel,
> > > > 
> > > > The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:
> > > > 
> > > >    Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)
> > > > 
> > > > are available in the Git repository at:
> > > > 
> > > >    https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-6.4-rc1
> > > > 
> > > > for you to fetch changes up to 2429b3c529da29d4277d519bd66d034842dcd70c:
> > > > 
> > > >    drm/tegra: Avoid potential 32-bit integer overflow (2023-04-06 14:02:33 +0200)
> > > > 
> > > > Thanks,
> > > > Thierry
> > > > 
> > > > ----------------------------------------------------------------
> > > > drm/tegra: Changes for v6.4-rc1
> > > > 
> > > > The majority of this is minor cleanups and fixes. Other than those, this
> > > > contains Uwe's conversion to the new driver remove callback and Thomas'
> > > > fbdev DRM client conversion. The driver can now also be built on other
> > > > architectures to easy compile coverage.
> > > 
> > > Neat cleanup on top might be too look at the generic fbdev stuff, just as
> > > an idea.
> > > 
> > > > Finally, this adds Mikko as a second maintainer for the driver. As a
> > > > next step we also want Tegra DRM to move into drm-misc to streamline the
> > > > maintenance process.
> > > 
> > > Amusingly the one patch that dim flagged as lacking a 2nd set of eyes (no
> > > a-b/rb or committer!=author) is the MAINTAINERS patch, would have been
> > > good to record Mikko's ack for getting volunteered :-)
> > 
> > Haha, admittedly I was a bit surprised to see myself being added to
> > MAINTAINERS so quickly after talking about it with Thierry; but yes, I
> > submit myself to the duty :)
> 
> Thanks for confirming! :-)

I guess I tried to rush it so that Mikko wouldn't get cold feet. =P

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: linux-tegra@vger.kernel.org, Mikko Perttunen <cyndis@kapsi.fi>,
	dri-devel@lists.freedesktop.org
Subject: Re: [GIT PULL] drm/tegra: Changes for v6.4-rc1
Date: Thu, 6 Apr 2023 17:01:25 +0200	[thread overview]
Message-ID: <ZC7exbolgfqCEB1V@orome> (raw)
In-Reply-To: <ZC7PPvFL/rKwhakQ@phenom.ffwll.local>

[-- Attachment #1: Type: text/plain, Size: 2086 bytes --]

On Thu, Apr 06, 2023 at 03:55:10PM +0200, Daniel Vetter wrote:
> On Thu, Apr 06, 2023 at 04:18:46PM +0300, Mikko Perttunen wrote:
> > On 4/6/23 16:09, Daniel Vetter wrote:
> > > On Thu, Apr 06, 2023 at 02:14:04PM +0200, Thierry Reding wrote:
> > > > Hi Dave, Daniel,
> > > > 
> > > > The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:
> > > > 
> > > >    Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)
> > > > 
> > > > are available in the Git repository at:
> > > > 
> > > >    https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-6.4-rc1
> > > > 
> > > > for you to fetch changes up to 2429b3c529da29d4277d519bd66d034842dcd70c:
> > > > 
> > > >    drm/tegra: Avoid potential 32-bit integer overflow (2023-04-06 14:02:33 +0200)
> > > > 
> > > > Thanks,
> > > > Thierry
> > > > 
> > > > ----------------------------------------------------------------
> > > > drm/tegra: Changes for v6.4-rc1
> > > > 
> > > > The majority of this is minor cleanups and fixes. Other than those, this
> > > > contains Uwe's conversion to the new driver remove callback and Thomas'
> > > > fbdev DRM client conversion. The driver can now also be built on other
> > > > architectures to easy compile coverage.
> > > 
> > > Neat cleanup on top might be too look at the generic fbdev stuff, just as
> > > an idea.
> > > 
> > > > Finally, this adds Mikko as a second maintainer for the driver. As a
> > > > next step we also want Tegra DRM to move into drm-misc to streamline the
> > > > maintenance process.
> > > 
> > > Amusingly the one patch that dim flagged as lacking a 2nd set of eyes (no
> > > a-b/rb or committer!=author) is the MAINTAINERS patch, would have been
> > > good to record Mikko's ack for getting volunteered :-)
> > 
> > Haha, admittedly I was a bit surprised to see myself being added to
> > MAINTAINERS so quickly after talking about it with Thierry; but yes, I
> > submit myself to the duty :)
> 
> Thanks for confirming! :-)

I guess I tried to rush it so that Mikko wouldn't get cold feet. =P

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2023-04-06 15:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06 12:14 [GIT PULL] drm/tegra: Changes for v6.4-rc1 Thierry Reding
2023-04-06 12:14 ` Thierry Reding
2023-04-06 13:09 ` Daniel Vetter
2023-04-06 13:09   ` Daniel Vetter
2023-04-06 13:18   ` Mikko Perttunen
2023-04-06 13:18     ` Mikko Perttunen
2023-04-06 13:55     ` Daniel Vetter
2023-04-06 13:55       ` Daniel Vetter
2023-04-06 15:01       ` Thierry Reding [this message]
2023-04-06 15:01         ` Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZC7exbolgfqCEB1V@orome \
    --to=thierry.reding@gmail.com \
    --cc=airlied@gmail.com \
    --cc=cyndis@kapsi.fi \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-tegra@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.