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