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 6866E250F4; Fri, 5 Jan 2024 10:26:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XVFfGJmf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 837B5C433C7; Fri, 5 Jan 2024 10:26:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1704450376; bh=s3mtJTvuYHdeyBQggl9EVdJFY7DVkC48wjvMymD/mdg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XVFfGJmfT8stTQTdKj3Fr6OKIgnzmdjZ4HLdLx6KU2Rf2htGJ4voM36JBrLFCEEvh sAE5cK1FtK5BmF1uwI6oI2iPh64K35rTipVd5ooO77lHae8cCx5J9Ien+ko7MS7kb4 qpP3qPdBV3sUh3Z9DQrFpHGyOoI6MkFcQfxwGKzM= Date: Fri, 5 Jan 2024 11:26:14 +0100 From: Greg KH To: Ulf Hansson Cc: Ricky Wu , arnd@arndb.de, linux-kernel@vger.kernel.org, frank.li@vivo.com, u.kleine-koenig@pengutronix.de, linux-mmc@vger.kernel.org Subject: Re: [PATCH v7 3/3] mmc: rtsx: add rts5264 to support sd express card Message-ID: <2024010542-stratus-during-896d@gregkh> References: <20231208032145.2143580-1-ricky_wu@realtek.com> <20231208032145.2143580-4-ricky_wu@realtek.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jan 05, 2024 at 11:16:52AM +0100, Ulf Hansson wrote: > On Fri, 8 Dec 2023 at 04:22, Ricky Wu wrote: > > > > rts5264 can support sd express card, so add the id in sd express card init > > to do rts5264 register setting when the sd express card insert > > > > Signed-off-by: Ricky Wu > > Greg, unless you think it's too late to get this in for v6.8, feel > free to pick this mmc patch too as a part of the series. > > Acked-by: Ulf Hansson These are all part of my tree, and have been so for 3 weeks now, and in linux-next. thanks, greg k-h