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 X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02ACCC433E3 for ; Mon, 17 Aug 2020 17:32:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C361720716 for ; Mon, 17 Aug 2020 17:32:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="WeYnJ04n" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389090AbgHQRcW (ORCPT ); Mon, 17 Aug 2020 13:32:22 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:40072 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388333AbgHQRbB (ORCPT ); Mon, 17 Aug 2020 13:31:01 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 07HHUXSI014096; Mon, 17 Aug 2020 12:30:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1597685433; bh=PG9JAeZMAXBcSpwUlCeY7pAxF4Wy5p0R1AjUx3eK6N4=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=WeYnJ04n0Qv47O96b9IS3XrOc9x7NwgtNNAq88fRiT43bym61RvvqVghhQe7zL872 xXWK4RyRrzDMrkDU22RAHVMewfOVdyUxzS8em57wPqrsZ/HSdxoRviDISHQ3QhT+cZ TGDfAidHmmMJ6kSLQ6mCeviNloamPOhHOUkHBdoI= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 07HHUXbj065592; Mon, 17 Aug 2020 12:30:33 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 17 Aug 2020 12:30:33 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 17 Aug 2020 12:30:33 -0500 Received: from [10.24.69.198] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 07HHUSA2021627; Mon, 17 Aug 2020 12:30:30 -0500 Subject: Re: [PATCH v6 00/13] irqchip: ti, sci-intr/inta: Update the dt bindings to accept different interrupt parents To: Marc Zyngier , Lokesh Vutla , Rob Herring CC: Nishanth Menon , Device Tree Mailing List , Grygorii Strashko , Peter Ujfalusi , Tero Kristo , Santosh Shilimkar , Linux ARM Mailing List , Thomas Gleixner References: <20200806074826.24607-1-lokeshvutla@ti.com> <159761176350.113206.9390488246050456819.b4-ty@kernel.org> From: Sekhar Nori Message-ID: Date: Mon, 17 Aug 2020 23:00:28 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <159761176350.113206.9390488246050456819.b4-ty@kernel.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Marc, On 8/17/20 2:33 AM, Marc Zyngier wrote: > On Thu, 6 Aug 2020 13:18:13 +0530, Lokesh Vutla wrote: >> This is continuation of the RFC patches[0] regarding the driver >> updates to support for following interrupt parent connection: >> - INTR -> INTR >> - INTA -> GICv3 >> The current existing driver assumes that INTR is always connected to >> GICv3 and INTA is always connected to INTR. >> >> [...] > > Applied to irq/irqchip-next, thanks! Thanks for queuing these! Is there any chance we can get these into v5.9-rc2 instead of v5.10? Without these patches we are stuck with using an old firmware with mainline kernel for both AM65x and J721E devices. There are bugfixes we get with latest firmware and also the ability to shift between mainline and TI vendor kernel without re-flashing the SD card. Thanks, Sekhar 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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBCC1C433DF for ; Mon, 17 Aug 2020 17:32:29 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AC0942063A for ; Mon, 17 Aug 2020 17:32:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="wa84LHq/"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="WeYnJ04n" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AC0942063A Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bdgel2rxeG7WVgslgkbF5EHgIcE7tfU2HB0DeLEuWNY=; b=wa84LHq/Ya2NbRwku7Tk3UUzZ gjCUMYUllNGzsoSH2QYCxTqDbBO5okdydXxSxY1dzFKHIMKOl5dz05Xvs0tm1ZfskeK3SuiyINDhB JRw+8To99ONhMeewRECjf2owYndop8umQPJgNAW8hXJ9xVwCQxDQ5cJxWzOkirVe04Q22r5+7sMvm D0OupQCEm2KcnJt4qgUxNoFzKCG5jxsgdQzMOjtbEcTaGPvrstQNwl+C42xhEOMAmtGV+vXkZBtgE wQZVbVqcFQyYw0XKa49RpZwNHYtNW3DW5j3oNxhVQ0S7g4eMPNKaFA6OcbeydZlXbdz+BK/+d38fr UsIMA61lg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k7iyI-0006f6-Qf; Mon, 17 Aug 2020 17:30:58 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k7iyF-0006eM-H7 for linux-arm-kernel@lists.infradead.org; Mon, 17 Aug 2020 17:30:56 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 07HHUXSI014096; Mon, 17 Aug 2020 12:30:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1597685433; bh=PG9JAeZMAXBcSpwUlCeY7pAxF4Wy5p0R1AjUx3eK6N4=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=WeYnJ04n0Qv47O96b9IS3XrOc9x7NwgtNNAq88fRiT43bym61RvvqVghhQe7zL872 xXWK4RyRrzDMrkDU22RAHVMewfOVdyUxzS8em57wPqrsZ/HSdxoRviDISHQ3QhT+cZ TGDfAidHmmMJ6kSLQ6mCeviNloamPOhHOUkHBdoI= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 07HHUXbj065592; Mon, 17 Aug 2020 12:30:33 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 17 Aug 2020 12:30:33 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 17 Aug 2020 12:30:33 -0500 Received: from [10.24.69.198] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 07HHUSA2021627; Mon, 17 Aug 2020 12:30:30 -0500 Subject: Re: [PATCH v6 00/13] irqchip: ti, sci-intr/inta: Update the dt bindings to accept different interrupt parents To: Marc Zyngier , Lokesh Vutla , Rob Herring References: <20200806074826.24607-1-lokeshvutla@ti.com> <159761176350.113206.9390488246050456819.b4-ty@kernel.org> From: Sekhar Nori Message-ID: Date: Mon, 17 Aug 2020 23:00:28 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <159761176350.113206.9390488246050456819.b4-ty@kernel.org> Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200817_133055_700201_801328B4 X-CRM114-Status: GOOD ( 15.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , Device Tree Mailing List , Grygorii Strashko , Peter Ujfalusi , Tero Kristo , Santosh Shilimkar , Thomas Gleixner , Linux ARM Mailing List 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 Hi Marc, On 8/17/20 2:33 AM, Marc Zyngier wrote: > On Thu, 6 Aug 2020 13:18:13 +0530, Lokesh Vutla wrote: >> This is continuation of the RFC patches[0] regarding the driver >> updates to support for following interrupt parent connection: >> - INTR -> INTR >> - INTA -> GICv3 >> The current existing driver assumes that INTR is always connected to >> GICv3 and INTA is always connected to INTR. >> >> [...] > > Applied to irq/irqchip-next, thanks! Thanks for queuing these! Is there any chance we can get these into v5.9-rc2 instead of v5.10? Without these patches we are stuck with using an old firmware with mainline kernel for both AM65x and J721E devices. There are bugfixes we get with latest firmware and also the ability to shift between mainline and TI vendor kernel without re-flashing the SD card. Thanks, Sekhar _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel