aboutsummaryrefslogtreecommitdiff
path: root/firmware/emi62
AgeCommit message (Collapse)Author
2017-09-14firmware: delete in-kernel firmwareGreg Kroah-Hartman
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 <kyle@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Michal Marek <mmarek@suse.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-12-10USB: emi62: Provide the correct bitstream firmwareBen Hutchings
Commit b8e24bfabb03 ('emi62: use request_firmware()') made emi62/bitstream.HEX a copy of emi26/bitstream.HEX. Re-do the conversion from drivers/usb/misc/emi62_fw_{m,s}.h (these headers contained the same bitstream but different firmware). This produces an identical blob to the known working version in http://people.xiph.org/~xiphmont/emagic/emi-20131209.tgz Reported-by: Monty <xiphmont@xiph.org> Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2008-07-10emi62: use request_firmware()David Woodhouse
Signed-off-by: David Woodhouse <dwmw2@infradead.org>