firmware: convert Ambassador ATM driver to request_firmware()
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 5 Jun 2008 11:59:51 +0000 (12:59 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 10 Jul 2008 13:49:39 +0000 (14:49 +0100)
commit27d202fff1555f5b0eb16a5aedc452566f9ab8bb
tree702f44afc97e1eee2f99f4cf88ca605ee2b50981
parentec6752f5afce659025962e25fb2f42b3911254a1
firmware: convert Ambassador ATM driver to request_firmware()

Since it had various regions to be loaded to separate addresses, and it
wanted to do them in fairly small chunks anyway, switch it to use the
new ihex code. Encode the start address in the first record.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: Chas Williams <chas@cmf.nrl.navy.mil>
drivers/atm/Makefile
drivers/atm/ambassador.c
drivers/atm/ambassador.h
drivers/atm/atmsar11.data [deleted file]
drivers/atm/atmsar11.regions [deleted file]
drivers/atm/atmsar11.start [deleted file]
firmware/Makefile
firmware/atmsar11.HEX [new file with mode: 0644]