commit | f5e5aa80fbccd6f638c65d67e628faa73427357d | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Tue May 14 11:26:37 2013 -0700 |
committer | Vikram Mulukutla <markivx@codeaurora.org> | Fri Jul 19 17:42:04 2013 -0700 |
tree | a8ab50987502601c13e58ca51a6c036905df5d9b | |
parent | d14c841ae2c45890418bbedbc25704c828b95a1a [diff] |
firmware_class: Introduce the request_firmware_direct API On devices with low memory, using request_firmware on rather large firmware images results in a memory usage penalty that might be unaffordable. Introduce a new API that allows the firmware image to be directly loaded to a destination address without using any intermediate buffer. Change-Id: I3ac3c5036c14773125291eccf83d494a8703b4cd Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>