commit | 470c5736fffa16923a3d27a0f365b691086a014d | [log] [tgz] |
---|---|---|
author | Lior Dotan <liodot@gmail.com> | Wed Nov 05 16:02:20 2008 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jan 06 13:52:08 2009 -0800 |
tree | 66e9d8e935a7642d2842fbc9afd7f275f426f9b9 | |
parent | 66615321f59c6ff98b7bf2e9a3caf04ff30c031b [diff] |
Staging: slicoss: use request_firmware This should make the driver use request_firmware() instead of a static firmware. Some obvious things are missing: 1) The unneeded header files are not removed yet. This is to keep the patch size small. 2) The .bin files are missing so the driver doesn't have what to load. 3) Testing. None of this was tested. It does compiles OK though :) Signed-off-by: Lior Dotan <liodot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>