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 9C543C001DC for ; Mon, 31 Jul 2023 06:04:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229452AbjGaGEd (ORCPT ); Mon, 31 Jul 2023 02:04:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjGaGEd (ORCPT ); Mon, 31 Jul 2023 02:04:33 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6103619A; Sun, 30 Jul 2023 23:04:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A7972809E; Mon, 31 Jul 2023 06:04:30 +0000 (UTC) Date: Mon, 31 Jul 2023 09:04: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: <20230731060429.GC5194@atomide.com> References: <20230730111533.98136-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230730111533.98136-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * 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. Regards, Tony