On Mon, Apr 8, 2019 at 7:39 AM Nava kishore Manne <na...@xilinx.com> wrote: > > Hi Alan, > > Thanks for look into it and providing the ACK. > I got one minor comments from Moritz Fischer do you want me fix that issue > now or I can fix it later as it’s a minor comment?
Please fix for Moritz comment. > In which kernel version i can expect this driver changes?? Patch 2/3 and 3/3 are dependent on 1/3 which isn't a drivers/fpga thing, it's drivers/firmware. Alan > > > Regards, > Navakishore. > > > -----Original Message----- > > From: Alan Tull [mailto:at...@kernel.org] > > Sent: Tuesday, April 2, 2019 11:57 PM > > To: Nava kishore Manne <na...@xilinx.com> > > Cc: Moritz Fischer <m...@kernel.org>; Rob Herring <robh...@kernel.org>; Mark > > Rutland <mark.rutl...@arm.com>; Michal Simek <mich...@xilinx.com>; Rajan > > Vaja <raj...@xilinx.com>; Jolly Shah <jol...@xilinx.com>; linux- > > f...@vger.kernel.org; open list:OPEN FIRMWARE AND FLATTENED DEVICE > > TREE BINDINGS <devicet...@vger.kernel.org>; moderated list:ARM/FREESCALE > > IMX / MXC ARM ARCHITECTURE <linux-arm-ker...@lists.infradead.org>; linux- > > kernel <linux-kernel@vger.kernel.org>; kishore m > > <chinnikishore...@gmail.com> > > Subject: Re: [PATCH v4 3/3] fpga manager: Adding FPGA Manager support for > > Xilinx zynqmp > > > > On Tue, Apr 2, 2019 at 7:32 AM Nava kishore Manne <nava.ma...@xilinx.com> > > wrote: > > > > Hi Nava, > > > > Looks good. > > > > > > > > This patch adds FPGA Manager support for the Xilinx ZynqMP chip. > > > > > > Signed-off-by: Nava kishore Manne <nava.ma...@xilinx.com> > > Acked-by: Alan Tull <at...@kernel.org> > > > > > --- > > > 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