From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E50D4385502 for ; Wed, 25 Feb 2026 09:23:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772011424; cv=none; b=axQr1h9JIhR5M5yANTwh1z3cKXJtGsZ+QZ/DAJv5hBUJnGerJRKC4VD3z6cVjf8VIz1glEd08q+PanWpzNCVb4ODzfY4/vWj0yTqrLEzw/jatbjqcdENzIILuOfCU64OShS3WOOIqozyjoiq6HybtN/8MG8UsrehSRqjW1p0WbE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772011424; c=relaxed/simple; bh=g+dIn8TDaNQow5QHREjkZRaGid18Ju+aW3peUFa+Bfo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fPx0oFnaFgx001NXiN6Bo7PWfYYV/Fw7eOgladTj8373POzSSz28eDL/985Ou8HRMFqZ1kYnj5LKWuDqLRoSdvYQBjbdCpXUCqIpW36U4FjlDqH1ig+es7WXqJitYzKeH0eGiRIppOFk3zJkAbJ/6s3GfShn4HT95MvxERV5npg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=lCKGgYEw; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="lCKGgYEw" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772011423; x=1803547423; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=g+dIn8TDaNQow5QHREjkZRaGid18Ju+aW3peUFa+Bfo=; b=lCKGgYEwU0OLEsfjCLNvYw71aEA5HGAzjS1Ii7ZVKXUO/LxJRvKkMe1Y 3dIy2gWXs0eltNIz5vOJhcL8VxK7lAGL+nvx3wPBoH53JtN+1tpAQ8CdA I8lDZ+Df69tBwbV6S4CHgTQ7A8xE73sNOMH2TZ4HKHT4AkFc9JUrBjItC NGip4JpqM1YCsF7uk3TnXCHhsB/rNdzRDe4RbQcZtSjebXxjXaykvie4i Dr1qN0Do2845299MC7csAMNLqJ9M6BLKjDJ5L2LGJeyKyeiD6sGVelZwg 69Jct+AVWkKgIpSjKndvSs/XL6GrZEnS5VBwh60f9+Edf3cmGw2Ub1072 g==; X-CSE-ConnectionGUID: tKjl2nLkQdKwcOha/OWVbg== X-CSE-MsgGUID: vuvgjlfATB6CgNYJ9ax+6A== X-IronPort-AV: E=McAfee;i="6800,10657,11711"; a="72950976" X-IronPort-AV: E=Sophos;i="6.21,310,1763452800"; d="scan'208";a="72950976" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2026 01:23:42 -0800 X-CSE-ConnectionGUID: oAgKIuDwQPKPLKFw4Is2cQ== X-CSE-MsgGUID: bzec3hgUS6KVsjrv8V3s6A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,310,1763452800"; d="scan'208";a="213318936" Received: from vpanait-mobl.ger.corp.intel.com (HELO localhost) ([10.245.244.71]) by fmviesa009-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2026 01:23:41 -0800 Date: Wed, 25 Feb 2026 11:23:39 +0200 From: Andy Shevchenko To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, Randy Dunlap Subject: Re: [PATCH v2 1/1] memory: bt1-l2-ctl: Remove not-going-to-be-supported code for Baikal SoC Message-ID: References: <20260224150616.3585591-1-andriy.shevchenko@linux.intel.com> <0eceef2b-4d33-4a09-af92-6b4131a1d8c2@kernel.org> <22092b19-a274-4b68-a1e3-4618c9e225ff@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22092b19-a274-4b68-a1e3-4618c9e225ff@kernel.org> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Wed, Feb 25, 2026 at 09:02:34AM +0100, Krzysztof Kozlowski wrote: > On 24/02/2026 16:29, Andy Shevchenko wrote: > > On Tue, Feb 24, 2026 at 05:24:38PM +0200, Andy Shevchenko wrote: > >> On Tue, Feb 24, 2026 at 04:18:36PM +0100, Krzysztof Kozlowski wrote: > >>> On 24/02/2026 16:05, Andy Shevchenko wrote: > >>>> As noticed in the discussion [1] the Baikal SoC and platforms > >>>> are not going to be finalized, hence remove stale code. > >>>> > >>>> Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@infradead.org/ [1] > >>>> Signed-off-by: Andy Shevchenko > >>>> --- > >>>> > >>>> v2: dropped DT bindings change (Krzysztof) > >>> > >>> I think we misunderstood each other. I was speaking about that feedback: > >>> https://lore.kernel.org/linux-devicetree/20260223185754.GA151596-robh@kernel.org/ > >>> > >>> so bindings are separate patches. > >>> > >>> Was there any other feedback? > >> > >> Now you are totally confused me. > >> I did what you asked, I split bindings removal to a separate patch. The code is > >> also removed in this patch. What do you want? > > > > Bindings removal _separate_ patch: > > https://lore.kernel.org/r/20260224152711.3615622-1-andriy.shevchenko@linux.intel.com > > Separate patch in these patch series! The ABI documentation ALWAYS goes > with the implementation. Every patch on LKML follows that rule and also > it is explicitly documented in DT submitting patches. I see, it seems too hard to do this right from the start. Thanks for elaboration! I will address this concern in v3. -- With Best Regards, Andy Shevchenko