linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Staging driver fix for 5.17-rc6
@ 2022-02-25 13:23 Greg KH
  2022-02-25 19:57 ` Linus Torvalds
  2022-02-25 20:17 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2022-02-25 13:23 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell
  Cc: linux-kernel, linux-staging

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.17-rc6

for you to fetch changes up to b6821b0d9b56386d2bf14806f90ec401468c799f:

  staging: fbtft: fb_st7789v: reset display before initialization (2022-02-15 17:14:22 +0100)

----------------------------------------------------------------
Staging driver fix for 5.17-rc6

Here is a single staging driver fix for 5.17-rc6.

It resolves a reported problem in the fbtft fb_st7789v.c driver that
could cause the display to be flipped in cold weather.

It has been in linux-next with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Oliver Graute (1):
      staging: fbtft: fb_st7789v: reset display before initialization

 drivers/staging/fbtft/fb_st7789v.c | 2 ++
 1 file changed, 2 insertions(+)

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

* Re: [GIT PULL] Staging driver fix for 5.17-rc6
  2022-02-25 13:23 [GIT PULL] Staging driver fix for 5.17-rc6 Greg KH
@ 2022-02-25 19:57 ` Linus Torvalds
  2022-02-26  7:59   ` Greg KH
  2022-02-25 20:17 ` pr-tracker-bot
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2022-02-25 19:57 UTC (permalink / raw)
  To: Greg KH
  Cc: Andrew Morton, Stephen Rothwell, Linux Kernel Mailing List,
	linux-staging

On Fri, Feb 25, 2022 at 5:23 AM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> It resolves a reported problem in the fbtft fb_st7789v.c driver that
> could cause the display to be flipped in cold weather.

LOL. WTF?

I just had to read the commit message for that odd thing.

             Linus

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

* Re: [GIT PULL] Staging driver fix for 5.17-rc6
  2022-02-25 13:23 [GIT PULL] Staging driver fix for 5.17-rc6 Greg KH
  2022-02-25 19:57 ` Linus Torvalds
@ 2022-02-25 20:17 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2022-02-25 20:17 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, linux-kernel,
	linux-staging

The pull request you sent on Fri, 25 Feb 2022 14:23:08 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.17-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eae9350eb40aa0b07c280ab3a504bdc65c2211f1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] Staging driver fix for 5.17-rc6
  2022-02-25 19:57 ` Linus Torvalds
@ 2022-02-26  7:59   ` Greg KH
  2022-02-28  9:34     ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2022-02-26  7:59 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Stephen Rothwell, Linux Kernel Mailing List,
	linux-staging

On Fri, Feb 25, 2022 at 11:57:43AM -0800, Linus Torvalds wrote:
> On Fri, Feb 25, 2022 at 5:23 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > It resolves a reported problem in the fbtft fb_st7789v.c driver that
> > could cause the display to be flipped in cold weather.
> 
> LOL. WTF?
> 
> I just had to read the commit message for that odd thing.

Here it is in the real world, I should have added this to the changelog,
but I figured the url might not be permanent:
	https://www.core77.com/posts/111994/Hyundais-Strange-Cold-Weather-UI-Bug-Digital-Dashboard-Rotates-Flips-Display


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

* Re: [GIT PULL] Staging driver fix for 5.17-rc6
  2022-02-26  7:59   ` Greg KH
@ 2022-02-28  9:34     ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-02-28  9:34 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell,
	Linux Kernel Mailing List, linux-staging

On Sat, Feb 26, 2022 at 9:08 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> On Fri, Feb 25, 2022 at 11:57:43AM -0800, Linus Torvalds wrote:
> > On Fri, Feb 25, 2022 at 5:23 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> > > It resolves a reported problem in the fbtft fb_st7789v.c driver that
> > > could cause the display to be flipped in cold weather.
> >
> > LOL. WTF?
> >
> > I just had to read the commit message for that odd thing.
>
> Here it is in the real world, I should have added this to the changelog,
> but I figured the url might not be permanent:
>         https://www.core77.com/posts/111994/Hyundais-Strange-Cold-Weather-UI-Bug-Digital-Dashboard-Rotates-Flips-Display

Don't keep your production drivers too long in staging?

(sorry, couldn't resist :-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2022-02-28  9:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 13:23 [GIT PULL] Staging driver fix for 5.17-rc6 Greg KH
2022-02-25 19:57 ` Linus Torvalds
2022-02-26  7:59   ` Greg KH
2022-02-28  9:34     ` Geert Uytterhoeven
2022-02-25 20:17 ` pr-tracker-bot

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).