]> git.baikalelectronics.ru Git - kernel.git/commit
firmware loader: introduce firmware_buf
authorMing Lei <ming.lei@canonical.com>
Sat, 4 Aug 2012 04:01:20 +0000 (12:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 20:15:08 +0000 (13:15 -0700)
commit6467ae29fcaae74751dda2944d83a4d3e4587cc2
tree84547800970274ed513d60cec3751e17e8c080f3
parentca83d58c52622f1d713ee3e194c91289529e8cd4
firmware loader: introduce firmware_buf

This patch introduces struct firmware_buf to describe the buffer
which holds the firmware data, which will make the following
cache_firmware/uncache_firmware implemented easily.

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c