From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 218476FD2 for ; Fri, 22 Dec 2023 06:13:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="e0pPBtNA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92A97C433C7; Fri, 22 Dec 2023 06:13:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1703225589; bh=s/QHQXGx0ESC1AU2NxdhEvj7Y4r/OC1fOae1mBtaxMk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e0pPBtNACiiZDtDCLctZnpPMM5KDV/PGtx5HM3S7OPiFXlIIh4TlPk9FqMX0ShWIR 5o87HGtiHb1LCr5tQfUy5LVuSi9hbiXYwJmuKn0b6F6wVEKVbWUzDybLv12F8lZMxo gMcepWgg8b1qUaoiyLgWnhqF+KZqksOREhcTTDfI= Date: Fri, 22 Dec 2023 07:13:07 +0100 From: "gregkh@linuxfoundation.org" To: "Gangurde, Abhijit" Cc: "linux-kernel@vger.kernel.org" , "Gupta, Nipun" , "Gupta, Puneet (DCG-ENG)" , "Agarwal, Nikhil" , "Simek, Michal" , "git (AMD-Xilinx)" Subject: Re: [PATCH v2 1/2] cdx: create sysfs bin files for cdx resources Message-ID: <2023122236-consonant-prism-4a85@gregkh> References: <20231123043907.4134256-1-abhijit.gangurde@amd.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Dec 22, 2023 at 05:35:44AM +0000, Gangurde, Abhijit wrote: > > Subject: [PATCH v2 1/2] cdx: create sysfs bin files for cdx resources > > > > Resource binary file contains the content of the memory regions. > > These resources devices can be used to mmap the MMIO regions in > > the user-space. > > > > Co-developed-by: Puneet Gupta > > Signed-off-by: Puneet Gupta > > Signed-off-by: Abhijit Gangurde > > --- > > Hi Greg, > Could you please review this patch series? It's not in my review queue anymore at all, if it's still needed, please resend. thanks, greg k-hj