Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5EF9C05027 for ; Mon, 23 Jan 2023 23:57:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232620AbjAWX5V (ORCPT ); Mon, 23 Jan 2023 18:57:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232589AbjAWX5S (ORCPT ); Mon, 23 Jan 2023 18:57:18 -0500 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03E4F32E5F; Mon, 23 Jan 2023 15:57:13 -0800 (PST) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30NNupV8121145; Mon, 23 Jan 2023 17:56:51 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1674518211; bh=J7S8O+tr8YgcZTPAhy9/Ov9M3Fj8mXK6ENoxxcWvGzY=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=HNqu21Bea2kz34pQ9KTbLgfWotZabcZHCSudTRrjvFoEwr71dQXKgyE+8XMOOByj4 97KyTPFtUUddN1ZqB7YFG9iJbdWOSYNu872a0wTzGYuAYbX/QnkUjhqyoF74lGBDQu JSUDsHOg43czUXiIoQWkzHaS2g3XYBlQ0U2RruU8= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30NNupdH086607 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 23 Jan 2023 17:56:51 -0600 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 23 Jan 2023 17:56:50 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 23 Jan 2023 17:56:50 -0600 Received: from [10.250.32.60] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30NNunAF035440; Mon, 23 Jan 2023 17:56:50 -0600 Message-ID: <3ab320ef-dfbb-eee4-f895-6f1caa6cc66f@ti.com> Date: Mon, 23 Jan 2023 17:56:49 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v5 0/9] TI-Nspire cleanups Content-Language: en-US To: Arnd Bergmann , Lee Jones , Rob Herring , Krzysztof Kozlowski , Linus Walleij , Geert Uytterhoeven , Daniel Tang , Fabian Vogt CC: , , References: <20230123214924.27476-1-afd@ti.com> From: Andrew Davis In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/23/23 3:57 PM, Arnd Bergmann wrote: > On Mon, Jan 23, 2023, at 22:49, Andrew Davis wrote: >> Hello all, >> >> This series is an extended version of the series started here[0] >> and here[1]. >> >> We break out what was the first patch into one for DTS change and >> one for code changes as suggested by Krzysztof. Those are now patches >> 2 and 8 of this series (I kept the ACKs, hope that is okay). >> >> As also pointed out by Krzysztof syscon nodes need a specific >> compatible, add that as patch 1. >> >> While I was adding that, I noticed some other dtbs_check issues, >> so while here fixed some of those up too (patches 3-6). > > Looks all good to me, if there are no final comments within the > next few days, can you send this all to:soc@kernel.org, either as > separate patches or as two pull requests (dts and code) based > on 6.2-rc-1? > Sure thing. > I think I previously commented on the lack of an entry in > the MAINTAINERS. It would be nice to have one more patch to > add this, whichever way you want to split this with Daniel, > adding one or both of you as maintainer and/or reviewer. > I'd keep that separate from this series though, to not hold > it up any longer. > Daniel, Do you want to do this? If not I can add myself as a reviewer, the point of this series is to boil down the support to just the DTS file, at which point hopefully we won't need too much maintenance. Andrew > Arnd