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 07C18ECAAA1 for ; Fri, 28 Oct 2022 09:10:42 +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=D+REIGuiwJkhPmNcz6BBL9joFhU9BQ8rV+bRq9YCIRE=; b=U5xR4MViS1aZ40 W8DAs34jorcD0TfBzH78h9bOFTPegRzcE0B9PlJx7WZv/TCs5lksc6slnaIy5CJuC/v9vK+GSH/6+ +ts9awOWfcPmjjFeIBAZvbPFBGfvAPd+JuGFa+d4U6+FVjKf5Xa+RE9HB1kI3VRgUIMe8TTMV01Jd py1/sv4GVKKLWnrvwpebC1R9xxYLbJWSVPGXoRIrYsHMTWMwJFJEFp2bjzZ2iIr0Cmse4NlQ1oSP1 BcLhiq7rhQTIcvGZZw3eRpUO3RQ83kp1Bhr7N90myUu/POG9193DkKiroOit9lfQOCx0x/mUkqAH9 Sb0CxQ1V4abI1ldDNLuQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ooLMr-00GFju-BO; Fri, 28 Oct 2022 09:09:33 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ooLMn-00GFgh-2J for linux-arm-kernel@lists.infradead.org; Fri, 28 Oct 2022 09:09:31 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 9CE52CE2913; Fri, 28 Oct 2022 09:09:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74511C433C1; Fri, 28 Oct 2022 09:09:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666948159; bh=RGBB2Ds6KvaSSk72Wmt9bi6lszvk4rGShRFwuTuN3Ds=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fxE2s0teOXd6UQ/qF2kxUnkr+k1Tk6mQXi6Yd/eNkrHM6WQaNGV3VeHywTdyG0paI qCDyBEJMURiAppT/ExTc3q6eBKczDd05PVj7noyKFvqRP7y6GazVKNbVdGnL2//X9Z 34XsdbCbdhSsV9Y0z8GOXrSo1vRek2PU5EJjf90k= Date: Fri, 28 Oct 2022 11:09:17 +0200 From: Greg KH To: Appana Durga Kedareswara rao Cc: appanad@amd.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, appana.durga.rao@xilinx.com, michal.simek@xilinx.com, derek.kiernan@xilinx.com, dragan.cvetic@xilinx.com, arnd@arndb.de, linux-arm-kernel@lists.infradead.org, git@amd.com Subject: Re: [RESEND PATCH v5 0/4] drivers: misc: Add support for TMR Manager and Inject IPs Message-ID: References: <20221028090106.1456940-1-appana.durga.kedareswara.rao@amd.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221028090106.1456940-1-appana.durga.kedareswara.rao@amd.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221028_020929_755988_E9BCE974 X-CRM114-Status: GOOD ( 14.53 ) 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 On Fri, Oct 28, 2022 at 02:31:02PM +0530, Appana Durga Kedareswara rao wrote: > This patch series adds support for TMR Manager and TMR Inject IPs. > The TMR Manager is responsible for handling the TMR subsystem state, > including fault detection and error recovery. The core is triplicated > in each of the sub-blocks in the TMR subsystem, and provides majority > voting of its internal state. > The TMR Inject core provides functional fault injection by changing > selected MicroBlaze instructions, which provides the possibility to > verify that the TMR subsystem error detection and fault recovery logic > is working properly. > > For more details about TMR Manager and Inject IPs please refer PG268[1]. > > [1]: https://docs.xilinx.com/r/en-US/pg268-tmr/Triple-Modular-Redundancy-TMR-v1.0-LogiCORE-IP-Product-Guide-PG268 > > Appana Durga Kedareswara rao (4): > dt-bindings: misc: tmr-manager: Add device-tree binding for TMR > Manager > drivers: misc: Add Support for TMR Manager > dt-bindings: misc: tmr-inject: Add device-tree binding for TMR Inject > drivers: misc: Add Support for TMR Inject IP Why is this a RESEND? What happened to the first v5 series? confused, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 C7F72ECAAA1 for ; Fri, 28 Oct 2022 09:09:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229455AbiJ1JJW (ORCPT ); Fri, 28 Oct 2022 05:09:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbiJ1JJV (ORCPT ); Fri, 28 Oct 2022 05:09:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E94011C5E2E; Fri, 28 Oct 2022 02:09:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 864C3626E0; Fri, 28 Oct 2022 09:09:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74511C433C1; Fri, 28 Oct 2022 09:09:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666948159; bh=RGBB2Ds6KvaSSk72Wmt9bi6lszvk4rGShRFwuTuN3Ds=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fxE2s0teOXd6UQ/qF2kxUnkr+k1Tk6mQXi6Yd/eNkrHM6WQaNGV3VeHywTdyG0paI qCDyBEJMURiAppT/ExTc3q6eBKczDd05PVj7noyKFvqRP7y6GazVKNbVdGnL2//X9Z 34XsdbCbdhSsV9Y0z8GOXrSo1vRek2PU5EJjf90k= Date: Fri, 28 Oct 2022 11:09:17 +0200 From: Greg KH To: Appana Durga Kedareswara rao Cc: appanad@amd.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, appana.durga.rao@xilinx.com, michal.simek@xilinx.com, derek.kiernan@xilinx.com, dragan.cvetic@xilinx.com, arnd@arndb.de, linux-arm-kernel@lists.infradead.org, git@amd.com Subject: Re: [RESEND PATCH v5 0/4] drivers: misc: Add support for TMR Manager and Inject IPs Message-ID: References: <20221028090106.1456940-1-appana.durga.kedareswara.rao@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221028090106.1456940-1-appana.durga.kedareswara.rao@amd.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Oct 28, 2022 at 02:31:02PM +0530, Appana Durga Kedareswara rao wrote: > This patch series adds support for TMR Manager and TMR Inject IPs. > The TMR Manager is responsible for handling the TMR subsystem state, > including fault detection and error recovery. The core is triplicated > in each of the sub-blocks in the TMR subsystem, and provides majority > voting of its internal state. > The TMR Inject core provides functional fault injection by changing > selected MicroBlaze instructions, which provides the possibility to > verify that the TMR subsystem error detection and fault recovery logic > is working properly. > > For more details about TMR Manager and Inject IPs please refer PG268[1]. > > [1]: https://docs.xilinx.com/r/en-US/pg268-tmr/Triple-Modular-Redundancy-TMR-v1.0-LogiCORE-IP-Product-Guide-PG268 > > Appana Durga Kedareswara rao (4): > dt-bindings: misc: tmr-manager: Add device-tree binding for TMR > Manager > drivers: misc: Add Support for TMR Manager > dt-bindings: misc: tmr-inject: Add device-tree binding for TMR Inject > drivers: misc: Add Support for TMR Inject IP Why is this a RESEND? What happened to the first v5 series? confused, greg k-h