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 E1B93C433EF for ; Fri, 13 May 2022 07:54:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377939AbiEMHyx (ORCPT ); Fri, 13 May 2022 03:54:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377952AbiEMHyv (ORCPT ); Fri, 13 May 2022 03:54:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63BDC29B025 for ; Fri, 13 May 2022 00:54:50 -0700 (PDT) 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 294A461F27 for ; Fri, 13 May 2022 07:54:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 219F2C34100; Fri, 13 May 2022 07:54:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652428489; bh=CtB8eWc5giTw2GqxlyMpmNDKRZQ1plzyfLO2D6CUniQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sPysA6fk8dgtyO7C25RhDkry03bB07tL8gQJpsWviBz2CBSk2yknnAVYPvBDP0MLo C7jCmRC0AkWT2FbT7nIalA1JSMJix1CJdZk2hoGc4woaVrWCxbtncp9/sMoEuiTXon wEuUd7AHDwycabdWH1oSjeQQGagPNYSLl/Aeh64s= Date: Fri, 13 May 2022 09:54:45 +0200 From: Greg Kroah-Hartman To: Christian =?iso-8859-1?Q?L=F6hle?= Cc: Ulf Hansson , "stable@vger.kernel.org" , Ricky WU Subject: Re: [PATCH] mmc: rtsx: add 74 Clocks in power on flow Message-ID: References: <939808fa84904f72a54d427ca4592486@hyperstone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <939808fa84904f72a54d427ca4592486@hyperstone.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 10, 2022 at 01:02:24PM +0000, Christian Löhle wrote: > >commit 1f311c94aabd ("mmc: rtsx: add 74 Clocks in power on flow") upstream. > >backport note: removed unavailable power_delay_ms 5ms as 10ms is fine, too. > > > >SD spec definition: > >"Host provides at least 74 Clocks before issuing first command" > >After 1ms for the voltage stable then start issuing the Clock signals > > > >if POWER STATE is > >MMC_POWER_OFF to MMC_POWER_UP to issue Clock signal to card > >MMC_POWER_UP to MMC_POWER_ON to stop issuing signal to card > > > >Signed-off-by: Ricky Wu > >Signed-off-by: Ulf Hansson > >Signed-off-by: Christian Loehle > >--- > > Now for 4.9.y and 4.14.y, my bad and thanks a lot. Now queued up, thanks. greg k-h