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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 1032BC433DF for ; Thu, 21 May 2020 12:34:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9FAB2070A for ; Thu, 21 May 2020 12:34:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729310AbgEUMes (ORCPT ); Thu, 21 May 2020 08:34:48 -0400 Received: from mga01.intel.com ([192.55.52.88]:53299 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728186AbgEUMes (ORCPT ); Thu, 21 May 2020 08:34:48 -0400 IronPort-SDR: +ybOD1RMM+pnamZpMlQhx5pyKpDsVA4bUjNqGl93EZ25QOh6KO8kEz6RGw3bpz1ozPFcPFTAMe W0yI9yRukN1Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2020 05:34:47 -0700 IronPort-SDR: Lctipwjy10ADkgk+KPH2ghdvELhfA1XPXfoH87Hxjm7JiX00WoBPlneW7usHOfpG0ZhBXRw/iV xdbRbECBOLwg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,417,1583222400"; d="scan'208";a="268618473" Received: from linux.intel.com ([10.54.29.200]) by orsmga006.jf.intel.com with ESMTP; 21 May 2020 05:34:47 -0700 Received: from [10.215.164.158] (vramuthx-mobl1.gar.corp.intel.com [10.215.164.158]) by linux.intel.com (Postfix) with ESMTP id AA28A580101; Thu, 21 May 2020 05:34:44 -0700 (PDT) Reply-To: vadivel.muruganx.ramuthevar@linux.intel.com Subject: Re: [PATCH v2 1/1] dt-bindings: spi: Add schema for Cadence QSPI Controller driver To: Mark Brown Cc: robh@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org, vigneshr@ti.com, cheol.yong.kim@intel.com, qi-ming.wu@intel.com References: <20200520123612.11797-1-vadivel.muruganx.ramuthevar@linux.intel.com> <20200520124329.GF4823@sirena.org.uk> <20200521105646.GA4770@sirena.org.uk> <24b0297c-5c33-f690-9514-68b76fc2c9ea@linux.intel.com> <20200521122035.GB4770@sirena.org.uk> From: "Ramuthevar, Vadivel MuruganX" Message-ID: <463b24a4-0a6a-9fcf-7eb9-8fde602c0c13@linux.intel.com> Date: Thu, 21 May 2020 20:34:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200521122035.GB4770@sirena.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On 21/5/2020 8:20 pm, Mark Brown wrote: > On Thu, May 21, 2020 at 08:14:04PM +0800, Ramuthevar, Vadivel MuruganX wrote: >> On 21/5/2020 6:56 pm, Mark Brown wrote: > >>> That doesn't address either of the issues. The removal of the old >>> bindings and addition of the YAML ones needs to be in a single patch >>> doing that conversion. What I'm suggesting should be done separately is >>> whatever changes to the semantics of the bindings you are (according to >>> your changelog) doing. > >> You mean semantics of the binding as a single patch you are suggesting me, >> right? , Thanks! > > I mean that any changes to the bindings ought to be split out into > separate patches, if there's multiple changes it may make sense for > there to be multiple patches. Got it, we do not have multiple changes since it is new YAML file. in case if we feel anything to be added , we add as separate patches. Thanks! Regards Vadivel >