dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] drm/tegra: Fixes for v5.1-rc2
@ 2019-03-22 13:15 Thierry Reding
  2019-04-03 16:06 ` Thierry Reding
  0 siblings, 1 reply; 6+ messages in thread
From: Thierry Reding @ 2019-03-22 13:15 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-tegra, dri-devel

Hi Dave,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2

for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:

  drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)

I'm a little late sending this out, so I realize this will probably go
into v5.1-rc3 despite the name of the tag.

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Fixes for v5.1-rc2

These are a couple of minor fixes for build issues and sparse warnings.

----------------------------------------------------------------
Anders Roxell (1):
      drm/tegra: vic: Fix implicit function declaration warning

Thierry Reding (1):
      drm/tegra: hub: Fix dereference before check

 drivers/gpu/drm/tegra/hub.c | 4 +++-
 drivers/gpu/drm/tegra/vic.c | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] drm/tegra: Fixes for v5.1-rc2
  2019-03-22 13:15 [GIT PULL] drm/tegra: Fixes for v5.1-rc2 Thierry Reding
@ 2019-04-03 16:06 ` Thierry Reding
  2019-04-04  2:15   ` Dave Airlie
  0 siblings, 1 reply; 6+ messages in thread
From: Thierry Reding @ 2019-04-03 16:06 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-tegra, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1285 bytes --]

On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> Hi Dave,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> 
> for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> 
>   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> 
> I'm a little late sending this out, so I realize this will probably go
> into v5.1-rc3 despite the name of the tag.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> drm/tegra: Fixes for v5.1-rc2
> 
> These are a couple of minor fixes for build issues and sparse warnings.
> 
> ----------------------------------------------------------------
> Anders Roxell (1):
>       drm/tegra: vic: Fix implicit function declaration warning
> 
> Thierry Reding (1):
>       drm/tegra: hub: Fix dereference before check
> 
>  drivers/gpu/drm/tegra/hub.c | 4 +++-
>  drivers/gpu/drm/tegra/vic.c | 2 ++
>  2 files changed, 5 insertions(+), 1 deletion(-)

Ping. Can we get this into drm-fixes?

Thanks,
Thierry

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

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] drm/tegra: Fixes for v5.1-rc2
  2019-04-03 16:06 ` Thierry Reding
@ 2019-04-04  2:15   ` Dave Airlie
  2019-04-04 11:33     ` Thierry Reding
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Airlie @ 2019-04-04  2:15 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, dri-devel

On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > Hi Dave,
> >
> > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> >
> >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> >
> > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> >
> >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> >
> > I'm a little late sending this out, so I realize this will probably go
> > into v5.1-rc3 despite the name of the tag.
> >
> > Thanks,
> > Thierry
> >
> > ----------------------------------------------------------------
> > drm/tegra: Fixes for v5.1-rc2
> >
> > These are a couple of minor fixes for build issues and sparse warnings.
> >
> > ----------------------------------------------------------------
> > Anders Roxell (1):
> >       drm/tegra: vic: Fix implicit function declaration warning
> >
> > Thierry Reding (1):
> >       drm/tegra: hub: Fix dereference before check
> >
> >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> >  drivers/gpu/drm/tegra/vic.c | 2 ++
> >  2 files changed, 5 insertions(+), 1 deletion(-)
>
> Ping. Can we get this into drm-fixes?

Huh this already landed in Linus tree afaik,

Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] drm/tegra: Fixes for v5.1-rc2
  2019-04-04  2:15   ` Dave Airlie
@ 2019-04-04 11:33     ` Thierry Reding
  2019-04-05 19:45       ` Sean Paul
  0 siblings, 1 reply; 6+ messages in thread
From: Thierry Reding @ 2019-04-04 11:33 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-tegra, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1773 bytes --]

On Thu, Apr 04, 2019 at 12:15:48PM +1000, Dave Airlie wrote:
> On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
> >
> > On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > > Hi Dave,
> > >
> > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > >
> > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> > >
> > > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> > >
> > >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> > >
> > > I'm a little late sending this out, so I realize this will probably go
> > > into v5.1-rc3 despite the name of the tag.
> > >
> > > Thanks,
> > > Thierry
> > >
> > > ----------------------------------------------------------------
> > > drm/tegra: Fixes for v5.1-rc2
> > >
> > > These are a couple of minor fixes for build issues and sparse warnings.
> > >
> > > ----------------------------------------------------------------
> > > Anders Roxell (1):
> > >       drm/tegra: vic: Fix implicit function declaration warning
> > >
> > > Thierry Reding (1):
> > >       drm/tegra: hub: Fix dereference before check
> > >
> > >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> > >  drivers/gpu/drm/tegra/vic.c | 2 ++
> > >  2 files changed, 5 insertions(+), 1 deletion(-)
> >
> > Ping. Can we get this into drm-fixes?
> 
> Huh this already landed in Linus tree afaik,

Indeed it has. I must've gotten confused because this is not in drm-misc
and I was seeing build failures due to the above.

Anyway, sorry for the noise.

Thierry

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

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] drm/tegra: Fixes for v5.1-rc2
  2019-04-04 11:33     ` Thierry Reding
@ 2019-04-05 19:45       ` Sean Paul
  2019-04-08  9:05         ` Maxime Ripard
  0 siblings, 1 reply; 6+ messages in thread
From: Sean Paul @ 2019-04-05 19:45 UTC (permalink / raw)
  To: Thierry Reding, Maxime Ripard; +Cc: linux-tegra, dri-devel

On Thu, Apr 4, 2019 at 7:33 AM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Thu, Apr 04, 2019 at 12:15:48PM +1000, Dave Airlie wrote:
> > On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
> > >
> > > On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > > > Hi Dave,
> > > >
> > > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > > >
> > > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> > > >
> > > > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> > > >
> > > >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> > > >
> > > > I'm a little late sending this out, so I realize this will probably go
> > > > into v5.1-rc3 despite the name of the tag.
> > > >
> > > > Thanks,
> > > > Thierry
> > > >
> > > > ----------------------------------------------------------------
> > > > drm/tegra: Fixes for v5.1-rc2
> > > >
> > > > These are a couple of minor fixes for build issues and sparse warnings.
> > > >
> > > > ----------------------------------------------------------------
> > > > Anders Roxell (1):
> > > >       drm/tegra: vic: Fix implicit function declaration warning
> > > >
> > > > Thierry Reding (1):
> > > >       drm/tegra: hub: Fix dereference before check
> > > >
> > > >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> > > >  drivers/gpu/drm/tegra/vic.c | 2 ++
> > > >  2 files changed, 5 insertions(+), 1 deletion(-)
> > >
> > > Ping. Can we get this into drm-fixes?
> >
> > Huh this already landed in Linus tree afaik,
>
> Indeed it has. I must've gotten confused because this is not in drm-misc
> and I was seeing build failures due to the above.
>

Adding Maxime for a backmerge/rebase of -fixes so we can pick this up.

Sean

> Anyway, sorry for the noise.
>
> Thierry
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] drm/tegra: Fixes for v5.1-rc2
  2019-04-05 19:45       ` Sean Paul
@ 2019-04-08  9:05         ` Maxime Ripard
  0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2019-04-08  9:05 UTC (permalink / raw)
  To: Sean Paul; +Cc: linux-tegra, Thierry Reding, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2220 bytes --]

On Fri, Apr 05, 2019 at 03:45:10PM -0400, Sean Paul wrote:
> On Thu, Apr 4, 2019 at 7:33 AM Thierry Reding <thierry.reding@gmail.com> wrote:
> >
> > On Thu, Apr 04, 2019 at 12:15:48PM +1000, Dave Airlie wrote:
> > > On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
> > > >
> > > > On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > > > > Hi Dave,
> > > > >
> > > > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > > > >
> > > > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > > > >
> > > > > are available in the Git repository at:
> > > > >
> > > > >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> > > > >
> > > > > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> > > > >
> > > > >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> > > > >
> > > > > I'm a little late sending this out, so I realize this will probably go
> > > > > into v5.1-rc3 despite the name of the tag.
> > > > >
> > > > > Thanks,
> > > > > Thierry
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > drm/tegra: Fixes for v5.1-rc2
> > > > >
> > > > > These are a couple of minor fixes for build issues and sparse warnings.
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > Anders Roxell (1):
> > > > >       drm/tegra: vic: Fix implicit function declaration warning
> > > > >
> > > > > Thierry Reding (1):
> > > > >       drm/tegra: hub: Fix dereference before check
> > > > >
> > > > >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> > > > >  drivers/gpu/drm/tegra/vic.c | 2 ++
> > > > >  2 files changed, 5 insertions(+), 1 deletion(-)
> > > >
> > > > Ping. Can we get this into drm-fixes?
> > >
> > > Huh this already landed in Linus tree afaik,
> >
> > Indeed it has. I must've gotten confused because this is not in drm-misc
> > and I was seeing build failures due to the above.
> >
>
> Adding Maxime for a backmerge/rebase of -fixes so we can pick this up.

It's done now, thanks for the notice
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-08  9:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 13:15 [GIT PULL] drm/tegra: Fixes for v5.1-rc2 Thierry Reding
2019-04-03 16:06 ` Thierry Reding
2019-04-04  2:15   ` Dave Airlie
2019-04-04 11:33     ` Thierry Reding
2019-04-05 19:45       ` Sean Paul
2019-04-08  9:05         ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).