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 4487EC25B67 for ; Fri, 27 Oct 2023 12:15:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345772AbjJ0MPf (ORCPT ); Fri, 27 Oct 2023 08:15:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345740AbjJ0MPe (ORCPT ); Fri, 27 Oct 2023 08:15:34 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F1F2FA; Fri, 27 Oct 2023 05:15:32 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21DDDC433C8; Fri, 27 Oct 2023 12:15:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698408931; bh=kZXcL0pvG1L+KmFF/HHHVHZZ3cpx4UPBud9Z2XG1+jY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Na83yLsXQ8cVXeHxNSVwKpp0JHPuEx2sxfV9fovOyYIALNVibwtYGGnfH062AfuT0 S1YuGZbE6dYzksX2Tkn2C0sFdrBGKccEx7YT3Sb/eyTO/fkNxErzvyIHG8YtWmj7xH 32m+hHq73zdINDvnx//6sMrgp4r4Xox6uqEEAMMo= Date: Fri, 27 Oct 2023 14:15:28 +0200 From: Greg Kroah-Hartman To: Geert Uytterhoeven Cc: Sasha Levin , Wolfram Sang , Ulf Hansson , Pavel Machek , stable@vger.kernel.org, linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: Re: [PATCH v5.10.199] mmc: renesas_sdhi: use custom mask for TMIO_MASK_ALL Message-ID: <2023102722-parchment-repeated-f684@gregkh> References: <1b9fda30f2d86fab50341a947d17b5206a2c7507.1698321354.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1b9fda30f2d86fab50341a947d17b5206a2c7507.1698321354.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Oct 26, 2023 at 02:18:56PM +0200, Geert Uytterhoeven wrote: > From: Wolfram Sang > > [ Upstream commit 9f12cac1bb88e3296990e760d867a98308d6b0ac ] > > Populate the new member for custom mask values to make sure this value > is applied whenever needed. Also, rename the define holding the value > because this is not only about initialization anymore. > > Signed-off-by: Wolfram Sang > Reviewed-by: Yoshihiro Shimoda > Tested-by: Yoshihiro Shimoda > Link: https://lore.kernel.org/r/20210304092903.8534-1-wsa+renesas@sang-engineering.com > Signed-off-by: Ulf Hansson > [geert: Backport to v5.10.199] > Signed-off-by: Geert Uytterhoeven > --- > Fixes: 6d3745bbc3341d3b ("mmc: renesas_sdhi: register irqs before registering controller") Now queued up, thanks. greg k-h