On Tue, Aug 04, 2015 at 03:00:01PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx> > > Historically firmware_class code was added to help > get device driver firmware binaries but these days > request_firmware*() helpers are being repurposed for > general system data needed by the kernel. > > Annotate this before we extend firmare_class more, > as this is expected. We want to generalize the code > as much as possible. No, let's leave this as "firmware", as that is what the code does. If you want to create a "load a resource from the filesystem into the kernel" subsystem, then let's do that and then port the firmware loader code over to use that api. But until then, let's not try to morph the firmware code into something that it really is not at all at the moment, just because it looks like this might be a nice thing to do someday in the future. sorry, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html