]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i2400m: firmware loading and bootrom initialization
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Sun, 21 Dec 2008 00:57:46 +0000 (16:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:19 +0000 (10:00 -0800)
commit467cc396fb4665957bc7d182c96e45a4d7c575e4
treeeef8d077a1a45c4ad704c99ee2639bb6fd2d376e
parentce6cde92803e961d95ddacdf74bd8b067f82f7d4
i2400m: firmware loading and bootrom initialization

Implements the firmware loader (using the bus-specific driver's
backends for the actual upload). The most critical thing in here is
the piece that puts the device in boot-mode from any other
(undetermined) state, otherwise, it is just pushing the bytes from the
firmware file to the device.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wimax/i2400m/fw.c [new file with mode: 0644]