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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFD15C433F5 for ; Wed, 17 Nov 2021 15:13:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B81E260ED3 for ; Wed, 17 Nov 2021 15:13:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232519AbhKQPQN (ORCPT ); Wed, 17 Nov 2021 10:16:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:37316 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229737AbhKQPQH (ORCPT ); Wed, 17 Nov 2021 10:16:07 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 233D661163; Wed, 17 Nov 2021 15:13:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637161988; bh=DvXatyZHrb0FYnhjvsCH/8WiGYvI6m1CcesplqQ2oyw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ARbq7GtW/CorK3i4D4T+9BcFpeElxv2tkIJRDHx+qEQMYqXWEOD/1HR/5E5LlLpUR U2HJNWhBg496rNlhuS+XG03wIFOrgZAioKVwOeNzTJWfkxmc4OBLdVD17YVyNLALLG vpbt8wOAq1dqpL4C9dVP3sD++grmoZlRIUT5RAfc= Date: Wed, 17 Nov 2021 16:13:05 +0100 From: "gregkh@linuxfoundation.org" To: Abhyuday Godhasara Cc: Michal Simek , Rajan Vaja , Manish Narani , "zou_wei@huawei.com" , Sai Krishna Potthuri , Jiaying Liang , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v7 0/6] Add Xilinx Event Management Driver Message-ID: References: <20211025082350.10881-1-abhyuday.godhasara@xilinx.com> <20211026042525.26612-1-abhyuday.godhasara@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 16, 2021 at 04:43:51AM +0000, Abhyuday Godhasara wrote: > Hi Greg, > > > -----Original Message----- > > From: Abhyuday Godhasara > > Sent: Tuesday, October 26, 2021 9:55 AM > > To: gregkh@linuxfoundation.org > > Cc: Michal Simek ; Abhyuday Godhasara > > ; Rajan Vaja ; Manish Narani > > ; zou_wei@huawei.com; Sai Krishna Potthuri > > ; Jiaying Liang ; Jiaying Liang > > ; linux-kernel@vger.kernel.org; linux-arm- > > kernel@lists.infradead.org > > Subject: [PATCH v7 0/6] Add Xilinx Event Management Driver > > > > This Linux driver provides support to subscribe error/event notification and > > receive notification from firmware for error/event and forward event > > notification to subscribed driver via registered callback. > > > > All types of events like power and error will be handled from single place as > > part of event management driver. > > > > Changes in v7: > > - Update the cover letter and version history. > > > > Changes in v6: > > - Fix compilation issue that come due to force merge during rebase. > > > > Changes in v5: > > - None. > > > > Changes in v4: > > - Rebase on latest tree. > > > > Changes in v3: > > - Update the commit message. > > > > Changes in v2: > > - Removed updated copyright year from unchanged files. > > - make sgi_num as module parameter for event management driver. > > - Use same object for error detection and printing. > > > > Acked-by: Michal Simek > [Abhyuday] Michal suggested to merge this via your tree, Please can you merge it. Patch 4 of this series fails to apply to 5.16-rc1, so I have taken the first 3. Can you rebase and resend the remaining 2? thanks, greg k-h 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D11A0C433EF for ; Wed, 17 Nov 2021 15:14:39 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A1ECC61465 for ; Wed, 17 Nov 2021 15:14:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A1ECC61465 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=58Woraw1GxPZrRhc/pJo5i/RPzWmkb9EqqCYS3poW6s=; b=EWf8H52iz2hpUP JHybZP3+TtvNB/pZQfSr1r45gA8tuJzrmNuqHV1W75rvm1VdNAqgRvTGQ6mwxzBsB+GibN3Rgz64Y BTr4TmUrBT7s5N2EwqvtjZOUW6nqOwbflFML/+hoM+i1cMpgjYdM3VOc/5hZAKA6J3RoPg1oNC8Mp fb0DQZejeB0vcg+jjCRaz3j66ydmd5su3PzpISmMoWd8AvekyHxK6INFtkabXGF/2ObU/Ce+wGeHV vNoBvVHnngEiYNHljPShOi7P1YHD1WNvBYZ3Hts2WRmPRPEIs/F2z6A+eCEXE6lAxWait6W90ZDc9 sprR65cRNHoPIccpvPnA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnMcb-005Koj-8P; Wed, 17 Nov 2021 15:13:13 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnMcX-005Kni-Fd for linux-arm-kernel@lists.infradead.org; Wed, 17 Nov 2021 15:13:10 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 233D661163; Wed, 17 Nov 2021 15:13:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637161988; bh=DvXatyZHrb0FYnhjvsCH/8WiGYvI6m1CcesplqQ2oyw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ARbq7GtW/CorK3i4D4T+9BcFpeElxv2tkIJRDHx+qEQMYqXWEOD/1HR/5E5LlLpUR U2HJNWhBg496rNlhuS+XG03wIFOrgZAioKVwOeNzTJWfkxmc4OBLdVD17YVyNLALLG vpbt8wOAq1dqpL4C9dVP3sD++grmoZlRIUT5RAfc= Date: Wed, 17 Nov 2021 16:13:05 +0100 From: "gregkh@linuxfoundation.org" To: Abhyuday Godhasara Cc: Michal Simek , Rajan Vaja , Manish Narani , "zou_wei@huawei.com" , Sai Krishna Potthuri , Jiaying Liang , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v7 0/6] Add Xilinx Event Management Driver Message-ID: References: <20211025082350.10881-1-abhyuday.godhasara@xilinx.com> <20211026042525.26612-1-abhyuday.godhasara@xilinx.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211117_071309_575908_E4800DA1 X-CRM114-Status: GOOD ( 19.71 ) 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 Tue, Nov 16, 2021 at 04:43:51AM +0000, Abhyuday Godhasara wrote: > Hi Greg, > > > -----Original Message----- > > From: Abhyuday Godhasara > > Sent: Tuesday, October 26, 2021 9:55 AM > > To: gregkh@linuxfoundation.org > > Cc: Michal Simek ; Abhyuday Godhasara > > ; Rajan Vaja ; Manish Narani > > ; zou_wei@huawei.com; Sai Krishna Potthuri > > ; Jiaying Liang ; Jiaying Liang > > ; linux-kernel@vger.kernel.org; linux-arm- > > kernel@lists.infradead.org > > Subject: [PATCH v7 0/6] Add Xilinx Event Management Driver > > > > This Linux driver provides support to subscribe error/event notification and > > receive notification from firmware for error/event and forward event > > notification to subscribed driver via registered callback. > > > > All types of events like power and error will be handled from single place as > > part of event management driver. > > > > Changes in v7: > > - Update the cover letter and version history. > > > > Changes in v6: > > - Fix compilation issue that come due to force merge during rebase. > > > > Changes in v5: > > - None. > > > > Changes in v4: > > - Rebase on latest tree. > > > > Changes in v3: > > - Update the commit message. > > > > Changes in v2: > > - Removed updated copyright year from unchanged files. > > - make sgi_num as module parameter for event management driver. > > - Use same object for error detection and printing. > > > > Acked-by: Michal Simek > [Abhyuday] Michal suggested to merge this via your tree, Please can you merge it. Patch 4 of this series fails to apply to 5.16-rc1, so I have taken the first 3. Can you rebase and resend the remaining 2? thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel