]> 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)
commitfbd43c5388f3a6afcf5a8efc1876ec5431a78bef
tree84547800970274ed513d60cec3751e17e8c080f3
parentddc8cc8dbdfa202dc4b996c4bbe01b6482106151
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