Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1197860pxb; Mon, 11 Oct 2021 00:03:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzyGYqwJUfZLLFnHC1jd+cUbRcepUtgEg30NLZVmQ/DDOGHzcIYnp+2oXFojNfiVNeanr+/ X-Received: by 2002:a05:6402:4405:: with SMTP id y5mr27665646eda.339.1633935836154; Mon, 11 Oct 2021 00:03:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633935836; cv=none; d=google.com; s=arc-20160816; b=RADGc/vTmBxjZiyCtwWQGT5qGqjEo+vBa7LEC+G8WX9t6v25Togx2St5/aIGyNOK5f 9Mf7VK5/MZjlhKe9D1yI4odRdhngI0qG3yUOxq4V8d0eEgr/PGOPBzZQO/6w7lT2TwWS +fQfVm0FxDOcu9ldB0vnjP1AcAU3vGa+flgk7klWn9yxWnyAvvQX6RRI4WLJZfhYTjSB vhRvMwp1JphhNzMd5FdruRNHIDmMai1Ygvj8oBqgu57+RekRgj2CMO3J9rHVLmcPaP93 +4ppftyn7WBCUkz9/n2GccGguWOSU532qFyx6b3VEvofFXDcQSY3JG7BT+H9AzS1+KOZ dOTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=KPGNajj55/nUT+V3AeoeOtAtW7nBvjusZjSDm/NqyE4=; b=fp1md9v6qlsHMIZ+AKljHsCZV+p45pDGqzAsJCAERW9fsDKGvHtP1x5xgHsz0mfc40 3p1vYmrwEz7QmDfWZHLuG8rw3gPCpcvpqLwQJl9ooMwn+am5G6HjymYVULpsalbN8jQk c2WP/NP44u6t3LpBMqVrYGoLek5PMwihokeodrrSE2GWQ/ggTFY8dDEDmNADWFP4R3Re 120DwBbYJhzKDpqx/lQEdPXFaIRXmsQ5OrZVbohd5maXbNEZokHYtSXEKpOn+zE36VEs PXd605Xi2SelPhUBRqlsCnF7XttsYDD10cSiEEJuMF3L4rZmfdLTCGx4G+xS08hp3xY8 O9kw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d22si210744edj.390.2021.10.11.00.03.30; Mon, 11 Oct 2021 00:03:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233421AbhJKFzx (ORCPT + 99 others); Mon, 11 Oct 2021 01:55:53 -0400 Received: from muru.com ([72.249.23.125]:43242 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230102AbhJKFzw (ORCPT ); Mon, 11 Oct 2021 01:55:52 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B4D7C805F; Mon, 11 Oct 2021 05:54:23 +0000 (UTC) Date: Mon, 11 Oct 2021 08:53:50 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Roger Quadros , =?utf-8?Q?Miqu=C3=A8l?= Raynal , robh+dt@kernel.org, grygorii.strashko@ti.com, nm@ti.com, nsekhar@ti.com, devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/8] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml Message-ID: References: <20211007120830.17221-1-rogerq@kernel.org> <6b90a6fd-001f-a41a-b69f-2bd3ec8a8e26@canonical.com> <64b65579-7153-1e7d-9866-77ce07fd1df5@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <64b65579-7153-1e7d-9866-77ce07fd1df5@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Krzysztof Kozlowski [211009 14:56]: > On 08/10/2021 21:10, Roger Quadros wrote: > > Krzysztof, > > > > On 07/10/2021 20:37, Krzysztof Kozlowski wrote: > >> On 07/10/2021 14:08, Roger Quadros wrote: > >>> Hi, > >>> > >>> This series converts ti,gpmc memory controller and ti,gpmc-nand and > >>> ti,gpmc-onenand MTD controller bindings to yaml. > >>> > >>> cheers, > >>> -roger > >>> > >> > >> Hi, > >> > >> Although you did not mention it here, it looks like you have some > >> dependencies between the patches. Maybe this shall go simply via Rob's tree? > >> > > > > Rob has acked all the DT binding patches. > > So it is upto you and Miquèl to decide the best way. MTD tree or Memory controller tree > > for the dt-bindings patches. > > > > The ARM: dts changes should go via Tony's OMAP SoC tree. > > > > Or if Tony is OK with it then maybe all patches can go via Tony's tree? :) > > > > > I reviewed the two memory-controller patches, so feel free to take them > via MTD or OMAP SoC. Sounds like I should pick up these because of the dts changes. Thanks, Tony