From mboxrd@z Thu Jan 1 00:00:00 1970 From: atull Subject: Re: [PATCH v9 0/7] FPGA Manager Framework and Simple FPGA Bus Date: Wed, 22 Jul 2015 16:39:56 -0500 Message-ID: References: <1437148277-5405-1-git-send-email-atull@opensource.altera.com> <20150717172558.GB15808@obsidianresearch.com> <20150722211131.GA23683@obsidianresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150722211131.GA23683@obsidianresearch.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Jason Gunthorpe Cc: mark.rutland@arm.com, linux-doc@vger.kernel.org, rubini@gnudd.com, pantelis.antoniou@konsulko.com, hpa@zytor.com, s.trumtrar@pengutronix.de, devel@driverdev.osuosl.org, sameo@linux.intel.com, nico@linaro.org, ijc+devicetree@hellion.org.uk, michal.simek@xilinx.com, kyle.teske@ni.com, grant.likely@linaro.org, davidb@codeaurora.org, linus.walleij@linaro.org, cesarb@cesarb.net, devicetree@vger.kernel.org, jason@lakedaemon.net, pawel.moll@arm.com, iws@ovro.caltech.edu, galak@codeaurora.org, broonie@kernel.org, philip@balister.org, Petr Cvek , dinguyen@opensource.altera.com, monstr@monstr.eu, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, balbi@ti.com, delicious.quinoa@gmail.com, robh+dt@kernel.org, rob@landley.net, pavel@denx.de, akpm@linux-foundation.org, davem@davemloft.net, m.chehab@samsung.com List-Id: devicetree@vger.kernel.org On Wed, 22 Jul 2015, Jason Gunthorpe wrote: > On Wed, Jul 22, 2015 at 03:32:32PM -0500, atull wrote: > > > I looked some more; I don't see a simple way of deferring probing until > > after the filesystem is loaded (so that the image file would be > > available), late_initcall is still not late enough. > > That seems weird, are you saying you can't use request firmware at all > from a compiled in driver? I don't know much about that flow, sorry. > > Having that work would mean the system can have a reasonable in-tree > use case without requiring the out of tree dt overlay stuff. > It would work if the firmware is built into the kernel image. It's the same function call. Alan > Jason > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >