Mauro Carvalho Chehab e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 9 年之前
..
3com ee446fd5e6 tokenring: delete all remaining driver support 12 年之前
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 dc187cb381 bnx2: Update firmware and version 14 年之前
bnx2x 96b8e1a0e9 bnx2x: Update firmware to 6.2.9 14 年之前
cis abe8806901 pcnet_cs: add cis of KTI PE520 pcmcia network card 15 年之前
cpia2 04a33e406a cpia2: use request_firmware() 16 年之前
cxgb3 044b722f36 firmware: Remove obsolete Chelsio cxgb3 firmware 12 年之前
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() 16 年之前
emi26 ae93a55bf9 emi26: use request_firmware() 16 年之前
emi62 3d724fa513 USB: emi62: Provide the correct bitstream firmware 11 年之前
ess a292f404fa firmware: convert maestro3 driver to use firmware loader exclusively 16 年之前
kaweth 79682499d9 kaweth: use request_firmware() 16 年之前
keyspan 2971c579f9 keyspan: use request_firmware() 16 年之前
keyspan_pda 631dd1a885 Update broken web addresses in the kernel. 14 年之前
korg 76770664dc firmware: convert korg1212 driver to use firmware loader exclusively 16 年之前
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 ff802e31b5 firmware,IB/qib: revert firmware file move 12 年之前
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 16 年之前
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() 16 年之前
vicam fb54be8755 vicam: use request_firmware() 16 年之前
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 a4954fd772 kbuild: remove obj-n and lib-n handling 10 年之前
README.AddingFirmware de88d8becb firmware: Update information in linux.git about adding firmware 9 年之前
WHENCE e9a73f6722 WHENCE: use https://linuxtv.org for LinuxTV URLs 9 年之前
atmsar11.HEX 27d202fff1 firmware: convert Ambassador ATM driver to request_firmware() 16 年之前
ihex2fw.c d43698e8ab firmware/ihex2fw.c: restore missing default in switch statement 9 年之前
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() 16 年之前
ti_5052.fw.ihex 5f24e2d6b4 ti_usb_3410_5052: use request_firmware() 16 年之前
whiteheat.HEX ec6752f5af whiteheat: use request_firmware() 16 年之前
whiteheat_loader.HEX ec6752f5af whiteheat: use request_firmware() 16 年之前
whiteheat_loader_debug.HEX ec6752f5af whiteheat: use request_firmware() 16 年之前

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/firmware/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:
linux-firmware@kernel.org
and also cc: to related mailing lists.

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.
And if it were possible, a changelog of the firmware itself.

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).


WARNING:
=======

Don't send any "CONFIDENTIALITY STATEMENT" in your e-mail, patch or
request. Otherwise your firmware _will never be accepted_.

Maintainers are really busy, so don't expect a prompt reply.