aboutsummaryrefslogtreecommitdiff
path: root/firmware/README.AddingFirmware
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14firmware: delete in-kernel firmwareGreg Kroah-Hartman1-45/+0
The last firmware change for the in-kernel firmware source code was back in 2013. Everyone has been relying on the out-of-tree linux-firmware package for a long long time. So let's drop it, it's baggage we don't need to keep dragging around (and having to fix random kbuild issues over time...) Cc: Kyle McMartin <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Michal Marek <[email protected]> Cc: Masahiro Yamada <[email protected]> Acked-by: David Woodhouse <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2015-05-07firmware: Update information in linux.git about adding firmwareBen Hutchings1-2/+12
Kyle McMartin joined the linux-firmware maintainers, and we now have an alias <[email protected]> which reaches all of us. Include that instead of the individual addresses. Add some further recommendations that were already included in the README in linux-firmware.git added by Xose Vazquez Perez <[email protected]>. Signed-off-by: Ben Hutchings <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2011-12-20firmware: Refer to the co-maintained linux-firmware.git repositoryBen Hutchings1-1/+2
David and I are sharing maintenance of this repository. Patches should be sent to both of us. Signed-off-by: Ben Hutchings <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2009-04-06Add README.AddingFirmware file. Basically telling people not to.David Woodhouse1-0/+34
Signed-off-by: David Woodhouse <[email protected]>