commit | 6f13ea3df5de2af5c50e15218553c2434e455be9 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Fri Aug 14 15:41:50 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:02:15 2009 -0700 |
tree | 46e443b980f65b4a9f0e5fad0736708ed57b78de | |
parent | 51faa9d27cbcfd5165d31762161319a2fdb11856 [diff] |
Staging: sep: tidy firmware load Start by removing unused fields and then work this back to eliminate unused chunks of the firmware loading ioctl (ie almost all of it) Also fix the wrong handling of shared allocations and allocate the rar region properly with dma_alloc_coherent not kmalloc, as it is device shared. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>