Ken Kawasaki 63ca2d74ea pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia card 15 лет назад
..
3com 4b6ece97e0 3C359: use request_firmware 16 лет назад
acenic 949b42544a firmware: convert acenic driver to request_firmware() 16 лет назад
adaptec cfc3a44c3c starfire: use request_firmware() 16 лет назад
advansys 989bb5f58c [SCSI] advansys: use request_firmware 16 лет назад
av7110 9137f05f7e firmware: convert av7110 driver to request_firmware() 16 лет назад
bnx2 078b073588 bnx2: Update firmware to 5.0.0.j3. 15 лет назад
cis 63ca2d74ea pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia card 15 лет назад
cpia2 04a33e406a cpia2: use request_firmware() 17 лет назад
cxgb3 2e8c07c35b cxgb3: use request_firmware() for the EDC registers setup 16 лет назад
dabusb c466774636 dabusb: use request_firmware() 17 лет назад
dsp56k 842ffabbf3 make firmware/dsp56k/bootstrap.asm buildable on a56 16 лет назад
e100 9ac32e1bc0 firmware: convert e100 driver to request_firmware() 16 лет назад
edgeport d12b219a22 edgeport-ti: use request_firmware() 17 лет назад
emi26 ae93a55bf9 emi26: use request_firmware() 17 лет назад
emi62 b8e24bfabb emi62: use request_firmware() 17 лет назад
ess a292f404fa firmware: convert maestro3 driver to use firmware loader exclusively 17 лет назад
kaweth 79682499d9 kaweth: use request_firmware() 17 лет назад
keyspan 2971c579f9 keyspan: use request_firmware() 17 лет назад
keyspan_pda 3edbf98b86 keyspan_pda: use request_firmware() 17 лет назад
korg 76770664dc firmware: convert korg1212 driver to use firmware loader exclusively 17 лет назад
matrox ece2be7993 drm/mga: Use request_firmware() to load microcode 15 лет назад
myricom cd36e9efaa myri_sbus: use request_firmware 16 лет назад
ositech 75bf758f90 smc91c92_cs: use request_firmware 16 лет назад
qlogic f894e74dc1 [SCSI] qlogicpti: use request_firmware 16 лет назад
r128 52f97df5da drm/r128: Use request_firmware() to load CCE microcode 15 лет назад
radeon 70967ab9c0 radeon: Use request_firmware() 15 лет назад
sb16 d71792ac3d firmware: convert sb16_csp driver to use firmware loader exclusively 17 лет назад
sun fcaa40669c cassini: use request_firmware 16 лет назад
tehuti 06e1f9ffa0 tehuti: Use request_firmware() 16 лет назад
tigon 077f849de4 firmware: convert tg3 driver to request_firmware() 16 лет назад
ttusb-budget 0a2a736afa ttusb-budget: use request_firmware() 17 лет назад
vicam fb54be8755 vicam: use request_firmware() 17 лет назад
yam a7a5eb9d4e yam: use request_firmware 16 лет назад
yamaha 7c7cae17e0 ALSA: wavefront - Always use request_firmware() 16 лет назад
.gitignore 556b0f58bb Revert "fix modules_install via NFS" 16 лет назад
Makefile 63ca2d74ea pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia card 15 лет назад
README.AddingFirmware 0f8e5c298f Add README.AddingFirmware file. Basically telling people not to. 16 лет назад
WHENCE 63ca2d74ea pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia card 15 лет назад
atmsar11.HEX 27d202fff1 firmware: convert Ambassador ATM driver to request_firmware() 17 лет назад
bnx2x-e1-5.0.21.0.fw.ihex 6200f09036 bnx2x: New FW files 16 лет назад
bnx2x-e1h-5.0.21.0.fw.ihex 6200f09036 bnx2x: New FW files 16 лет назад
ihex2fw.c b7ed698cc9 Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGS 15 лет назад
intelliport2.bin.ihex 547d8bb7dd ip2: use request_firmware() 17 лет назад
mts_cdma.fw.ihex 7df5231660 ti_usb_3410_5052: add Multi-Tech firmware 16 лет назад
mts_edge.fw.ihex 7df5231660 ti_usb_3410_5052: add Multi-Tech firmware 16 лет назад
mts_gsm.fw.ihex 7df5231660 ti_usb_3410_5052: add Multi-Tech firmware 16 лет назад
ti_3410.fw.ihex 5f24e2d6b4 ti_usb_3410_5052: use request_firmware() 17 лет назад
ti_5052.fw.ihex 5f24e2d6b4 ti_usb_3410_5052: use request_firmware() 17 лет назад
tr_smctr.bin.ihex 0f805b86c9 smctr: use request_firmware() 17 лет назад
whiteheat.HEX ec6752f5af whiteheat: use request_firmware() 17 лет назад
whiteheat_loader.HEX ec6752f5af whiteheat: use request_firmware() 17 лет назад
whiteheat_loader_debug.HEX ec6752f5af whiteheat: use request_firmware() 17 лет назад

README.AddingFirmware


DO NOT ADD FIRMWARE TO THIS DIRECTORY.
======================================

This directory is only here to contain firmware images extracted from old
device drivers which predate the common use of request_firmware().

As we update those drivers to use request_firmware() and keep a clean
separation between code and firmware, we put the extracted firmware
here.

This directory is _NOT_ for adding arbitrary new firmware images. The
place to add those is the separate linux-firmware repository:

git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git

That repository contains all these firmware images which have been
extracted from older drivers, as well various new firmware images which
we were never permitted to include in a GPL'd work, but which we _have_
been permitted to redistribute under separate cover.

To submit firmware to that repository, please send either a git binary
diff or preferably a git pull request to:
David Woodhouse

Your commit should include an update to the WHENCE file clearly
identifying the licence under which the firmware is available, and
that it is redistributable. If the licence is long and involved, it's
permitted to include it in a separate file and refer to it from the
WHENCE file.

Ideally, your commit should contain a Signed-Off-By: from someone
authoritative on the licensing of the firmware in question (i.e. from
within the company that owns the code).