]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: sep: tidy firmware load
authorAlan Cox <alan@linux.intel.com>
Fri, 14 Aug 2009 14:41:50 +0000 (15:41 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:15 +0000 (12:02 -0700)
commit9a4bc03ca80e2b36d1a5a8277d6adbe6fcd344d0
tree46e443b980f65b4a9f0e5fad0736708ed57b78de
parent1b94e3bffee730e700263c27ba06b303742edbfe
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>
drivers/staging/sep/sep_dev.h
drivers/staging/sep/sep_driver.c
drivers/staging/sep/sep_driver_api.h