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 X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F24FC4338F for ; Mon, 9 Aug 2021 08:41:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 05E3061004 for ; Mon, 9 Aug 2021 08:41:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233944AbhHIImI (ORCPT ); Mon, 9 Aug 2021 04:42:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:46230 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234033AbhHIImC (ORCPT ); Mon, 9 Aug 2021 04:42:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DEA2161004; Mon, 9 Aug 2021 08:41:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628498502; bh=Qxd4HYvX3aRfn/wmAN7Ne2jEEMh5o0SV/36EibPAnPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B8S4Qpo77i5TDVAurBFxqMaItyoZUC3owyuZmIDcI4bKn+iVlAFekR0R9wQdIZTno g7q9uD/CDmM6AHnyhmWaT9Ob/v/v7ntpJJLrD6135P3VF4irhsUrZTMIR4YbGVPDpX yGmvnSyWCqT2CaiEq5N9VVCz0nzZJgoBP+3b2pcpIXM3+r6w6U9Pe5xEvJEEmLX3Gv p154BkNk4BYYomDrgCoWOCnder/9kjJqNZiXUsBhGpUOBKgebVkHej7nLTt10e82t7 ugCj8qR1sxI9yxN+ka90R6vWHV26jtuUx+R6Dm6KgzN29kuv0dVE5EzTLC69ANhQg4 D1BLa66ioqshA== Date: Mon, 9 Aug 2021 14:11:38 +0530 From: Vinod Koul To: "A, Rashmi" Cc: Ulf Hansson , Michal Simek , linux-mmc , Linux ARM , Linux Kernel Mailing List , Kishon , Andy Shevchenko , "linux-phy@lists.infradead.org" , Mark Gross , "kris.pan@linux.intel.com" , "Zhou, Furong" , "Sangannavar, Mallikarjunappa" , "Hunter, Adrian" , "Vaidya, Mahesh R" , "Srikandan, Nandhini" , "Demakkanavar, Kenchappa" Subject: Re: [PATCH 2/3] mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver Message-ID: References: <20210730063309.8194-1-rashmi.a@intel.com> <20210730063309.8194-3-rashmi.a@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09-08-21, 05:16, A, Rashmi wrote: > > > > Rashmi, is it safe to apply this separately from the phy driver/dt changes? > > Then I can queue this via my mmc tree, if you like. > No, the phy driver/dt changes must go together with "mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC driver" patch. Why is that? What could happen, emmc driver will complain about phy not found and bail right? -- ~Vinod