aboutsummaryrefslogtreecommitdiff
path: root/firmware/qlogic
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14firmware: delete in-kernel firmwareGreg Kroah-Hartman5-7561/+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]>
2013-04-05firmware,IB/qib: revert firmware file moveMike Marciniszyn1-0/+513
Commit e2eed58b4fbf ("IB/qib: change QLogic to Intel") moved a firmware file potentially breaking the ABI. This patch reverts that aspect of the fix as well as reverting the firmware name as used in qib. Reported-by: David Woodhouse <[email protected]> Signed-off-by: Mike Marciniszyn <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2013-03-22IB/qib: change QLogic to IntelVinit Agnihotri1-513/+0
These changes modify the qib driver as part of acquiring the InfiniBand assets of QLogic. Reviewed-by: Mike Marciniszyn <[email protected]> Reviewed-by: Dean Luick <[email protected]> Signed-off-by: Vinit Agnihotri <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
2010-07-08IB/qib: Use request_firmware() to load SD7220 firmwareBen Hutchings1-0/+513
Extract the microcode for the QLogic QLE7220 series IB HCA and use the kernel microcode request facility to load the microcode. This supports Debian Linux's requirements to separate microcode which doesn't have open source code available from the device driver. Signed-off-by: Ben Hutchings <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
2009-04-03[SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput1-0/+1158
Firmware blob is little endian Thanks to Stephen Rothwell for fixing typos Signed-off-by: Jaswinder Singh Rajput <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2009-04-03[SCSI] qla1280: use request_firmwareJaswinder Singh Rajput3-0/+5890
Firmware blob is little endian looks like this... unsigned char Version1 unsigned char Version2 unsigned char Version3 unsigned char Padding unsigned short start_address unsigned short data Signed-off-by: Jaswinder Singh Rajput <[email protected]> Signed-off-by: James Bottomley <[email protected]>