From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: MIME-Version: 1.0 References: <20190402123123.915-1-nava.manne@xilinx.com> <20190402123123.915-4-nava.manne@xilinx.com> In-Reply-To: <20190402123123.915-4-nava.manne@xilinx.com> From: Alan Tull Date: Tue, 2 Apr 2019 13:27:23 -0500 Message-ID: Subject: Re: [PATCH v4 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp Content-Type: text/plain; charset="UTF-8" To: Nava kishore Manne Cc: Moritz Fischer , Rob Herring , Mark Rutland , Michal Simek , Rajan Vaja , Jolly Shah , linux-fpga@vger.kernel.org, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-kernel , kishore m List-ID: On Tue, Apr 2, 2019 at 7:32 AM Nava kishore Manne wrote: Hi Nava, Looks good. > > This patch adds FPGA Manager support for the Xilinx > ZynqMP chip. > > Signed-off-by: Nava kishore Manne Acked-by: Alan Tull > --- > Changes for v4: > -Updated the Fpga Mgr registrations call's > to 5.0 > -Removed dma_set_mask_and_coherent() As the FW > supports only 32-bit address operations. > > Changes for v3: > -Created patches on top of 5.0-rc5. > No functional changes. > > Changes for v2: > -Fixed some minor coding issues as suggested by > Moritz > > Changes for v1: > -None. > > Changes for RFC-V2: > -Updated the Fpga Mgr registrations call's > to 4.18 Thanks, Alan