Name Last Update
..
3com Loading commit data...
acenic Loading commit data...
adaptec Loading commit data...
advansys Loading commit data...
av7110 Loading commit data...
bnx2 Loading commit data...
bnx2x Loading commit data...
cis Loading commit data...
cpia2 Loading commit data...
cxgb3 Loading commit data...
dsp56k Loading commit data...
e100 Loading commit data...
edgeport Loading commit data...
emi26 Loading commit data...
emi62 Loading commit data...
ess Loading commit data...
kaweth Loading commit data...
keyspan Loading commit data...
keyspan_pda Loading commit data...
korg Loading commit data...
matrox Loading commit data...
myricom Loading commit data...
ositech Loading commit data...
qlogic Loading commit data...
r128 Loading commit data...
radeon Loading commit data...
sb16 Loading commit data...
sun Loading commit data...
tehuti Loading commit data...
tigon Loading commit data...
ttusb-budget Loading commit data...
vicam Loading commit data...
yam Loading commit data...
yamaha Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.AddingFirmware Loading commit data...
WHENCE Loading commit data...
atmsar11.HEX Loading commit data...
ihex2fw.c Loading commit data...
mts_cdma.fw.ihex Loading commit data...
mts_edge.fw.ihex Loading commit data...
mts_gsm.fw.ihex Loading commit data...
ti_3410.fw.ihex Loading commit data...
ti_5052.fw.ihex Loading commit data...
whiteheat.HEX Loading commit data...
whiteheat_loader.HEX Loading commit data...
whiteheat_loader_debug.HEX Loading commit data...

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.