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 B5372C41513 for ; Mon, 31 Jul 2023 06:04:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229479AbjGaGEd (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: linux-omap@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 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 74F9AC001DC for ; Mon, 31 Jul 2023 06:05:05 +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=sWu+58RzIkEPOhDRI6T9EdQ+dOAXHq4A8pHs0Kglae4=; b=zpD+elzVDTMCTJ Md3bE1SGXIZIzzFYh4BWBCO3b1XUAGbVzSVfcvKP9CYOYg0bhLor7rxPWIiDsHAFLQ8VNNYDs5w+N J8LKytDzQhKgq9PyB8Pl02DXGSYpD1ORI3kKdbVsBLezjscg7OKOe11Iw6FXr0zMYTSSUew7vtega qL3lhlPJ637K11Dr2ZUQW7Ekhuu63gH9MNdG83Z3l0cTj3ASsIZlIDahcwFTSBBRz6GCmTm/RMqH6 RBpD6d2spj+8OWFzYt6QYk/eIhTl9R2Ml6sUchSJ05gX0XWciHJPfjocd/yIojjE8JWWi4UXhUW6d symJD3wCtyBsCKyCmNRg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQM1G-00E63T-2o; Mon, 31 Jul 2023 06:04:38 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQM1D-00E62T-1d for linux-arm-kernel@lists.infradead.org; Mon, 31 Jul 2023 06:04:36 +0000 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-Disposition: inline In-Reply-To: <20230730111533.98136-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230730_230435_601268_3C29E139 X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. 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 * 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel