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 D8D9BC41513 for ; Wed, 2 Aug 2023 08:21:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233908AbjHBIVd (ORCPT ); Wed, 2 Aug 2023 04:21:33 -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-omap@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 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 61677C001DF for ; Wed, 2 Aug 2023 08:21:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PKoH3j0kCMQkyHHiJikuZe4kBCJy+/3bPfhjC3WVxZc=; b=A7KkFzwHVvOtaq Jnlhr84Vug3ihsyz8y4IrV7IsS0r+Mc9Lrcfq/EAyOvjgRfCbyjC3qSIxXYeRTErtLspTNvWYaVPw 8UQpKEqWwiTZe2c+HayVm6DZJB/qWKeNzxwsMKFbWMoVKwByTbkmSObaD7TtPMJUBtocrFLfuposl qYrQxEeffalY+v4Kh87ulwNS+nVfr+F76/FomGcToTDqD0xqQBUmgShc7MW0K1QfV3zyVAdvclimv VseLYk6UCjtGBtywuM/SDtOX4mBMdlQrV1K3JLGZsqMgX2HofXspjiu8tnPDTHQ1vqAsmZmhlhBw1 kjucrHbYttkjK0XuSPbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qR76t-004MTx-2B; Wed, 02 Aug 2023 08:21:35 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qR76q-004MTM-2M for linux-arm-kernel@lists.infradead.org; Wed, 02 Aug 2023 08:21:34 +0000 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-Disposition: inline In-Reply-To: <20230731060429.GC5194@atomide.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230802_012132_812506_008562A7 X-CRM114-Status: GOOD ( 10.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel