Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp692092ybp; Wed, 9 Oct 2019 02:43:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqxuP8bdtB7aCadVgOskf/sZCva4apeahYax9N4N5UTAuvpFlu5wzRjzmVLKasWSCCMV/QEk X-Received: by 2002:a05:6402:1694:: with SMTP id a20mr2033412edv.277.1570614234893; Wed, 09 Oct 2019 02:43:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570614234; cv=none; d=google.com; s=arc-20160816; b=ho+SGY1FIWiRqI3Bn5JtuuzoprigdGR66YmcFFHrpE4T9KCOmbB18faYqRcdyeK08u e4ZE1T735mQ0YI22dpHkFPqSoZnE0KvOjDxrBAs3w6rNOJth+QyAiHn5DufaVbFlFezG a9qqWeQ/dZ/XSJzcuz2eT1NjrANw0IWbN4cQjpSD4bM9PGqu+coVDD/D+tWInE7v2FCa xatsmqn/JM+5yU79zD3NZdkquhoJXPjafYoV7GtE28EOZP6688BlSqRqFLLqo4tSHlFe hnk048lNp3deN8MJpOQRd4eFc3JLb9ftCIA5wWLRJOALU9palnAsiCMUNYPkXIel1BQg t6Xg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organization:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=B0zyCmXVBF5jq3RL4A1YGESURAcl0piE51bXxNHAPeM=; b=QZqZ6hbc/RAkE4C7TOlzuU3yfS9gnsGRcF8dW1m9gQSh96hRN+BnWgNbu2dRmghyoM p6j5TctSpKA6pdw6I/kPVInbMpEDbCfVfTxgqO3XXK1MluXGqdYuOgJwCuZ1036MT9q2 PdCM0zTNxy1HNRK7eUz9yhJ/NVKqyiStzP3UjfP3Im7kW5HhZo/gu/N6ujjjWZ0Expo5 Rh5aZm6qAsxOCKapKtucbAZwWEMj4b0Oz1nIwhm9VE1eAAugFstxVx9NBFX+qq4Udu3G PpKwpDFPRqTtfdS/kHezvXFVbF8qjYM0Hq6IIVbiUidyaIzSiZzh1bRt/W6mgKKEQAyU lJcw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x8si1116853edd.282.2019.10.09.02.43.31; Wed, 09 Oct 2019 02:43:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730511AbfJIJkM (ORCPT + 99 others); Wed, 9 Oct 2019 05:40:12 -0400 Received: from mga09.intel.com ([134.134.136.24]:20538 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727219AbfJIJkM (ORCPT ); Wed, 9 Oct 2019 05:40:12 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2019 02:40:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,273,1566889200"; d="scan'208";a="394962408" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga006.fm.intel.com with ESMTP; 09 Oct 2019 02:40:06 -0700 Received: from andy by smile with local (Exim 4.92.2) (envelope-from ) id 1iI8Rx-0005PC-C4; Wed, 09 Oct 2019 12:40:05 +0300 Date: Wed, 9 Oct 2019 12:40:05 +0300 From: Andy Shevchenko To: "Ramuthevar, Vadivel MuruganX" Cc: Adrian Hunter , ulf.hansson@linaro.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, michal.simek@xilinx.com, robh+dt@kernel.org, mark.rutland@arm.com, cheol.yong.kim@intel.com, qi-ming.wu@intel.com Subject: Re: [PATCH v1 2/2] mmc: sdhci-of-arasan: Add Support for Intel LGM SDXC Message-ID: <20191009094005.GB32742@smile.fi.intel.com> References: <20191003040032.37696-1-vadivel.muruganx.ramuthevar@linux.intel.com> <20191003040032.37696-3-vadivel.muruganx.ramuthevar@linux.intel.com> <2cbda555-42d2-392c-0887-09cae4a35dce@intel.com> <38228535-8d4c-76e9-f568-c0dfdc3994b3@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <38228535-8d4c-76e9-f568-c0dfdc3994b3@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 09, 2019 at 09:06:16AM +0800, Ramuthevar, Vadivel MuruganX wrote: > Hi Adrian, > > ??? Thank you for the Acked-by, will add *Acked-by* in the next-patch. Please, stop top-posting. Besides that, there is no need for next version if the only comments you got are ACKs. Rb:s, etc. -- With Best Regards, Andy Shevchenko