aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/sxg
Commit message (Collapse)AuthorAge
* firmware: Remove newly-added slicoss and sxg firmware imagesDavid Woodhouse2009-04-07
| | | | | | | | | | | | | | | 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>
* Staging: sxg: Add support to download the firmware using request_firmware()Mithlesh Thukral2009-04-03
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>