From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF8BDC433F5 for ; Fri, 25 Feb 2022 13:23:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241202AbiBYNXt (ORCPT ); Fri, 25 Feb 2022 08:23:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241206AbiBYNXp (ORCPT ); Fri, 25 Feb 2022 08:23:45 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D32521A6F81 for ; Fri, 25 Feb 2022 05:23:11 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6FA6461B49 for ; Fri, 25 Feb 2022 13:23:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E302C340F2; Fri, 25 Feb 2022 13:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645795390; bh=2dmbDmQ/c16gTr3sDpKSTosZiT/HKbrMGh5Gu46S2qc=; h=Date:From:To:Cc:Subject:From; b=lGXRitXKI0d/KdbSilYtN2dOuY1KmgpVqdYD2DL0WX+7oPQ/Dr1OA8+CaoUgTBIe+ 6nZiUPfkplgVY6M2u4SN3Ck9e113WdTZjkTCEh0UwpxcSfbCIoIDJK5QgJEDaczPIz cc2Ikw/7NQc7QL3kU2jOXxEX4a/VpaAXGCz6bFdI= Date: Fri, 25 Feb 2022 14:23:08 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton , Stephen Rothwell Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: [GIT PULL] Staging driver fix for 5.17-rc6 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- Oliver Graute (1): staging: fbtft: fb_st7789v: reset display before initialization drivers/staging/fbtft/fb_st7789v.c | 2 ++ 1 file changed, 2 insertions(+)