From mboxrd@z Thu Jan 1 00:00:00 1970 From: atull Subject: Re: [PATCH v15 5/6] fpga: fpga-area and fpga-bus: device tree control for FPGA Date: Thu, 21 Jan 2016 11:23:44 -0600 Message-ID: References: <1453317867-10422-1-git-send-email-atull@opensource.altera.com> <1453317867-10422-6-git-send-email-atull@opensource.altera.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: Sender: linux-doc-owner@vger.kernel.org To: Moritz Fischer Cc: Rob Herring , Josh Cartwright , Greg KH , Michal Simek , Michal Simek , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jonathan Corbet , Linux Kernel Mailing List , Devicetree List , linux-doc@vger.kernel.org, Pantelis Antoniou , Alan Tull , "dinguyen@opensource.altera.com" List-Id: devicetree@vger.kernel.org On Thu, 21 Jan 2016, Moritz Fischer wrote: > Hi Alan, > > minor nits inline: > > On Wed, Jan 20, 2016 at 8:24 PM, wrote: > > > v15: Add altr,fpga-bus implementation > > Change compatible string "fpga-area" -> "altr,fpga-area" > > Doesn't look that way down there. Or am I reading the code wrong? Hi Moritz, Yes, I left that out accidentally. But hopefully we won't have pushback around this issue and I can leave it out permanently and also change altr,fpga-bus to fpga-bus. Alan > > > +static const struct of_device_id fpga_area_of_match[] = { > > + { .compatible = "fpga-area", }, > > I'm fine with keeping it as fpga-area, this isn't altera specific imho > > Cheers, > > Moritz >