From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DD9D519AD92 for ; Mon, 24 Jun 2024 14:53:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719240815; cv=none; b=nbHZ244dDOl/F4+y4S9O3hcJQDzyA8U83/fVHnBKiDvMdmg8+Ksc/nL70pdDKaiSV7AZZUua4etalmBljjQnz6lWNDxGXJ8N3GFSZsh12xSguxOKgOBag5dhK54V7INTHoLG0RYx1H+2S7wl0xrjrP5/X1gtbyGLgXP/NpWOs7Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719240815; c=relaxed/simple; bh=RtJvbGSG1OCBq7rxwQmiXYnm6vr2jOm0nvVHnvCZFdE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KunNKwH5XZeXfZPKpM9JooSHRQFxGYPjtE8CQCfIhfggohxEdPnm5aiPLMuBx6uwjKnAOtL3P0v/RctSrJZ2unzxmkkYVljGd3hQUq40A9U7hpB4tTFefUju9j+AUeGgU9XtUd0oRiCtH9qvbST1nbdmxRldbORpIQ5KTpOHHgw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Fnf5kK1I; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Fnf5kK1I" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BEECC2BBFC; Mon, 24 Jun 2024 14:53:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1719240814; bh=RtJvbGSG1OCBq7rxwQmiXYnm6vr2jOm0nvVHnvCZFdE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fnf5kK1Ik51rpKuVrIUJV3O8QeiyxsjpK+bdS7nL/NUdqHN0NnzU0p4NI1S/ZEOaJ 2GGiaUNvGYS/XDAL54PGNBaFGRFIgcxzmJlSu4PdwJCxchGRZ7FiG+A4mxmW95DJI0 6XtN1wgCBAyixJDT0NSdvwxpr53nMCRpXKxrv++A= Date: Mon, 24 Jun 2024 16:53:31 +0200 From: Greg Kroah-Hartman To: Fabio Estevam Cc: stable@vger.kernel.org, Martin Kaiser , Shawn Guo Subject: Re: [PATCH] arm64: defconfig: enable the vf610 gpio driver Message-ID: <2024062424-scanning-haziness-fa69@gregkh> References: <20240604181043.3481032-1-festevam@gmail.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Jun 19, 2024 at 10:13:06AM -0300, Fabio Estevam wrote: > Hi Greg, > > On Tue, Jun 4, 2024 at 3:10 PM Fabio Estevam wrote: > > > > From: Martin Kaiser > > > > commit a73bda63a102a5f1feb730d4d809de098a3d1886 upstream. > > > > The vf610 gpio driver is used in i.MX8QM, DXL, ULP and i.MX93 chips. > > Enable it in arm64 defconfig. > > > > (vf610 gpio used to be enabled by default for all i.MX chips. This was > > changed recently as most i.MX chips don't need this driver.) > > > > Cc: # 6.6.x > > Signed-off-by: Martin Kaiser > > Signed-off-by: Shawn Guo > > Signed-off-by: Fabio Estevam > > --- > > Hi, > > > > This fixes a boot regression on imx93-evk running 6.6.32. > > > > Please apply it to the 6.6.y stable tree. > > A gentle ping. > > Please consider applying this one to 6.6 stable as it fixes a boot regression. Sorry for the delay, now queued up. greg k-h