[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101001135052.GA4209@srcf.ucam.org>
Date: Fri, 1 Oct 2010 14:50:52 +0100
From: Matthew Garrett <mjg59@...f.ucam.org>
To: Paulius Zaleckas <paulius.zaleckas@...il.com>
Cc: Elly Jones <ellyjones@...gle.com>, netdev@...r.kernel.org,
dbrownell@...rs.sourceforge.net, jglasgow@...gle.com,
msb@...gle.com, olofj@...gle.com
Subject: Re: [PATCH] Add Qualcomm Gobi 2000 driver.
On Fri, Oct 01, 2010 at 04:37:17PM +0300, Paulius Zaleckas wrote:
> On 09/28/2010 08:10 PM, Elly Jones wrote:
>> From: Elizabeth Jones<ellyjones@...gle.com>
>>
>> This driver is a rewrite of the original Qualcomm GPL driver, released as part
>> of Qualcomm's "Code Aurora" initiative. The driver has been transformed into
>> Linux kernel style and made to use kernel APIs where appropriate; some bugs have
>> also been fixed. Note that the device in question requires firmware and a
>> firmware loader; the latter has been written by mjg (see
>> http://www.codon.org.uk/~mjg59/gobi_loader/).
>
> Why not use already existing in kernel firmware upload API?
Because chosing the correct firmware requires making a runtime policy
decision, the firmware is of variable size (anywhere from 12MB to 16MB)
and it needs to be reencoded with something resembling PPP framing
before it gets dumped to the device. It's certainly possible to do it
in-kernel, but it'd be rather a lot more code and allocating that much
unswappable space sounds like something that would make some usecases
impossible.
--
Matthew Garrett | mjg59@...f.ucam.org
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists