From: Dan Williams <dcbw@redhat.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org,
David Woodhouse <dwmw2@infradead.org>,
Holger Schurig <hs4233@mail.mn-solutions.de>
Subject: [PATCH 0/5] libertas: firmware loading rework
Date: Sat, 07 Aug 2010 21:11:10 -0500 [thread overview]
Message-ID: <1281233470.6235.12.camel@dcbw.foobar.com> (raw)
I dumped a ton of Libertas firmware into linux-firmware a long time ago,
but the driver was never updated to use the linux-firmware locations.
Fix that. USB uses one-stage firmware so it doesn't need to use the
common helper.
John: this is 2.6.37 material.
Dan Williams (5):
libertas: [usb] use new firmware locations
libertas: add two-stage firmware request helper
libertas: [cs] use common firmware request helper and new firmware locations
libertas: [sdio] use common firmware request helper and new firmware locations
libertas: [spi] use common firmware request helper and new firmware locations
drivers/net/wireless/libertas/decl.h | 13 +++
drivers/net/wireless/libertas/if_cs.c | 130 ++++++++++++++++------------
drivers/net/wireless/libertas/if_sdio.c | 143 +++++++++++++------------------
drivers/net/wireless/libertas/if_sdio.h | 4 -
drivers/net/wireless/libertas/if_spi.c | 144 +++++++++++++++----------------
drivers/net/wireless/libertas/if_spi.h | 5 -
drivers/net/wireless/libertas/if_usb.c | 60 +++++++++++--
drivers/net/wireless/libertas/if_usb.h | 1 +
drivers/net/wireless/libertas/main.c | 105 ++++++++++++++++++++++
9 files changed, 375 insertions(+), 230 deletions(-)
--
1.7.2.1
next reply other threads:[~2010-08-08 2:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-08 2:11 Dan Williams [this message]
2010-08-08 2:13 ` [PATCH 1/5] libertas: [usb] use new firmware locations Dan Williams
2010-08-08 2:14 ` [PATCH 2/5] libertas: add two-stage firmware request helper Dan Williams
2010-08-08 2:15 ` [PATCH 3/5] libertas: [cs] use common firmware request helper and new firmware locations Dan Williams
2010-08-08 2:15 ` [PATCH 4/5] libertas: [sdio] " Dan Williams
2010-08-08 2:16 ` [PATCH 5/5] libertas: [spi] " Dan Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1281233470.6235.12.camel@dcbw.foobar.com \
--to=dcbw@redhat.com \
--cc=dwmw2@infradead.org \
--cc=hs4233@mail.mn-solutions.de \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).