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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 061E1C04A94 for ; Wed, 2 Aug 2023 08:21:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233914AbjHBIVg (ORCPT ); Wed, 2 Aug 2023 04:21:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231561AbjHBIVc (ORCPT ); Wed, 2 Aug 2023 04:21:32 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 902B8DA; Wed, 2 Aug 2023 01:21:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 066D580AE; Wed, 2 Aug 2023 08:21:31 +0000 (UTC) Date: Wed, 2 Aug 2023 11:21:29 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: dts: ti: split interrupts per cells Message-ID: <20230802082129.GB14799@atomide.com> References: <20230730111533.98136-1-krzysztof.kozlowski@linaro.org> <20230731060429.GC5194@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230731060429.GC5194@atomide.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [230731 06:04]: > * Krzysztof Kozlowski [230730 14:15]: > > Each interrupt should be in its own cell. This is much more readable. > > Looks good to me, Bartosz care to ack this? I can apply this on top > of v6.5-rc1 with the missing pinctrl single node name changes so you'll > have a commit to merge in in case it's needed for merge conflicts. Pushed out omap-for-v6.6/dt branch, seems to merge just fine with current Linux next. Regards, Tony