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 77192C433F5 for ; Tue, 10 May 2022 12:40:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232506AbiEJMoj (ORCPT ); Tue, 10 May 2022 08:44:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234396AbiEJMoi (ORCPT ); Tue, 10 May 2022 08:44:38 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 198F5A1B6 for ; Tue, 10 May 2022 05:40:41 -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 ams.source.kernel.org (Postfix) with ESMTPS id D30A6B81B14 for ; Tue, 10 May 2022 12:40:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96E20C385C2; Tue, 10 May 2022 12:40:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652186438; bh=svrKlK4fEsIn8Ww6BnHMblDDpGm5RnkmfQqw7f3JXw0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NJYswgjHhvvS4ugtvc8/ARgUvP26MxvhCgD+qOtY1jPj2n5dOP750abbGCKG7FkO5 x8Uu5c+3bXoZFDlTphVNBPzbTjTIhu1d04dz+pOuhCtlB2D9N6X+OdpQ/ESxXrPl5X ILvDNPViJv+pfFJWcI5xA9KeZVdXM8iZdKFd2ZcM= Date: Tue, 10 May 2022 14:40:35 +0200 From: Greg Kroah-Hartman To: Christian =?iso-8859-1?Q?L=F6hle?= Cc: Ulf Hansson , Ricky WU , "stable@vger.kernel.org" Subject: Re: [PATCH] mmc: rtsx: add 74 Clocks in power on flow Message-ID: References: <64c6a1e0131e4084960864d1f4a9f961@hyperstone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 10, 2022 at 12:09:45PM +0000, Christian Löhle wrote: > >commit 1f311c94aabd ("mmc: rtsx: add 74 Clocks in power on flow") upstream. > > > >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 > > Based on 5.10.y, applies to all down to 4.9.y= It breaks the build on 4.14.y and 4.9.y :(