firmware: allow firmware files to be built into kernel image
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 23 May 2008 12:52:42 +0000 (13:52 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 10 Jul 2008 13:30:13 +0000 (14:30 +0100)
commit5658c769443d543728b6c5c673dffc2df8676317
tree539477c713c5d231fd3112e4bd8ae8aff4acefa7
parentb7a39bd0afc4021e8ad2b1189e884551e147427f
firmware: allow firmware files to be built into kernel image

Some drivers have their own hacks to bypass the kernel's firmware loader
and build their firmware into the kernel; this renders those unnecessary.

Other drivers don't use the firmware loader at all, because they always
want the firmware to be available. This allows them to start using the
firmware loader.

A third set of drivers already use the firmware loader, but can't be
used without help from userspace, which sometimes requires an initrd.
This allows them to work in a static kernel.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/base/firmware_class.c
include/asm-generic/vmlinux.lds.h
include/linux/firmware.h