aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/sxg/saharadbgdownloadB.sys.ihex (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-04-06firmware: Remove newly-added slicoss and sxg firmware imagesDavid Woodhouse1-3937/+0
These are available elsewhere (for example in the linux-firmware.git repository); they have no business being added to the kernel source tree. We are only putting stuff in the firmware/ directory of the kernel source when it's extracted from long-standing drivers which used to include it directly. We didn't intend to open the floodgates to including megabytes of new firmware which was previously being distributed separately. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2009-04-03Staging: sxg: Add support to download the firmware using request_firmware()Mithlesh Thukral1-0/+3937
Add support for downloading the firmware using kernel-builtin mechanism. This will remove the need for the firmware files in the driver source code. Signed-off-by: Christopher Harrer <charrer@alacritech.com> Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>