Shahar Levi [Sun, 14 Aug 2011 10:14:10 +0000 (13:14 +0300)]
linux-firmware: wl12xx: Updated STA & AP FW for wl12xx-fw-3
The new wl12xx fw (ver 7.3.0.0.77) had some major api changes.
The main change was the addition of multi-role concept.
For each chip there are two FW kind:
1) A single FW for both STA and AP roles
2) PLT FW that support calibration process
Update FW for WL128x chip to 7.3.0.0.77:
STA & AP FW version
PLT FW version
Update FW for WL127x chip 6.3.0.0.77:
STA & AP FW version
PLT FW version
Create a soft symbolic link wl12xx-nvs.bin that link to one of
the examples NVF files (by default wl127x)
Andres Salomon [Thu, 4 Aug 2011 22:40:04 +0000 (15:40 -0700)]
libertas: add OLPC libertas blobs
These blobs are released by the OLPC project, and drive Marvell
libertas chips. OLPC hardware has additional features and quirks,
which makes special firmware necessary. The 'lbtf' blobs are
thin firmware, which allows the Linux drivers more control over
the device's functionality.
The firmware was downloaded from
http://dev.laptop.org/pub/firmware/libertas/.
Signed-off-by: Andres Salomon <dilinger@queued.net>
Move ENE UB6250 SD/MS card firmware from driver/staging/keucr, and
convert it from HEX to using request_firmware()
Most for this patch is from huajun.li.lee@gmail.com sent at
2011-03-02,only added the ms card reader firmware and LICENCE of
firmware from ENE.
Signed-off-by: Cho, Yu-Chen <acho@novell.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
The drxk driver allows a per-device firmware, as it seems to
be required. Terratec granted us permission to use the firmware
found at H5 for their devices. Add it to the linux-firmware tree.
Ben Hutchings [Sat, 30 Apr 2011 18:31:32 +0000 (19:31 +0100)]
rt2870sta: Use latest firmware for RT3070 and RT3071
Ralink's original drivers for RT2800U-family chips used multiple
different versions of the firmware for different chips. The rt2870sta
driver in staging was briefly converted to load different files for
different chips. However, the current rt2870.bin provides 2 images
that are supposed to cover all of them, so:
- Replace rt3070.bin with a symlink. The driver will use the first
image and ignore the second.
- Replace rt3071.bin with a copy of the second image in the current
rt2870.bin.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Ben Hutchings [Sat, 30 Apr 2011 18:31:32 +0000 (19:31 +0100)]
rt2860sta: Use latest firmware for RT3090
Ralink's original drivers for RT2800P/RT2800E-family chips used
multiple different versions of the firmware for different chips. The
rt2860sta driver in staging was briefly converted to load different
files for different chips. However, the current rt2860.bin is
supposed to work on all of them, so replace rt3090.bin with a symlink.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Ben Hutchings [Sat, 8 Jan 2011 22:39:23 +0000 (22:39 +0000)]
Add source and copyright notice for CIS files from pcmcia-cs
The CIS files mostly come from pcmcia-cs releases, in which the source
files were named etc/cis/*.cis and the binaries were named
etc/cis/*.dat. However, the current drivers request the *binaries* as
cis/*.cis. It's too late to fix that, so put the sources in a
subdirectory here.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Update 5709 mips firmware to 6.2.1a to fix iSCSI performance
regression. There was an unnecessary context read in the fast path
affecting performance.
Update bnx2 to 2.1.6.
Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Brian Cavagnolo [Tue, 29 Mar 2011 17:15:18 +0000 (10:15 -0700)]
linux-firmware: add APIv2 AP firmware for marvell 8388
APIv2 adds the following enhancements:
-- capabilities are reported by the firmware
-- API supports up to 8 dedicated AMPDU streams
-- optional packet timestamping and expiration can be enabled.
Specifically, packets that are queued in firmware for longer
than 500ms will be dropped if this option is used.
Signed-off-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Henry Ptasinski [Fri, 8 Apr 2011 14:51:14 +0000 (07:51 -0700)]
linux-firmware: updated firmware for BCM4313, BCM43224, and BCM43225 chips
Updated firmware with stability fixes. Firmware version is now 610.811.
Signed-off-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Henry Ptasinski [Fri, 8 Apr 2011 14:51:13 +0000 (07:51 -0700)]
linux-firmware: Removed codeversion from brcm firmware filenames.
The basename-apiversion-codeversion construction for firmware filenames is not
used by most other firmware files, adds complexity, and is not providing any
value. Renamed the firmware files using just basename-apiversion and fixed
WHENCE to have correct names and path to these files.
Signed-off-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This makes the license Operating System agnostic and updates
the patent license grant for use of the firmware license specifically
on the Atheros chipsets.
This allows us to share the same license between all Atheros chipsets,
ath9k, ath9k_htc, ath6kl, and future chipsets.
Cc: ath9k-devel@atheros.com Cc: Len Widra <len.widra@atheros.com> Cc: Brian Lee <briank.lee@atheros.com> Cc: Adam Tachner <atachner@atheros.com> Cc: Paul Lever <Paul.Lever@atheros.com> Cc: Vipin Mehta <vipin.mehta@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Update firmware for rt2800pci to Version 34 and firmware for rt2800usb to
Version 29.
Signed-off-by: Shiang Tu <shiang_tu@ralinktech.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Shahar Levi [Mon, 28 Feb 2011 13:43:31 +0000 (15:43 +0200)]
linux-firmware: wl12xx-Update STA firmware
Update STA firmware to version 6.1.3.50.55 via a new file
(wl1271-fw-2.bin) that includs new API between driver and
firmware.
Remove AP NVS, the STA and the AP uses the same NVS file
Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Update MIPS firmware to 6.2.1, with improved small packet performance
in RSS mode, and iSCSI CID allocation bug fix on 5708.
Update driver version to 2.0.21.
Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
- Improved flow control and simplified interface
- Use hardware RSS indirection table instead of the slower firmware-
based table
- Lower latency interrupt on 5709
Signed-off-by: Michael Chan <mchan@broadcom.com> Reviewed-by: Benjamin Li <benli@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Shahar Levi [Wed, 24 Nov 2010 07:47:38 +0000 (09:47 +0200)]
linux-firmware: wl12xx-Add Access Point Firmware & NVS to the wl12xx Driver
wl1271-fw-ap.bin is access point mode FW support to the wl12xx driver.
Access point uses a separate firmware from station and has a different
initialization sequence.
Signed-off-by: Shahar Levi <shahar_levi@ti.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Dan Williams [Tue, 7 Dec 2010 20:57:22 +0000 (14:57 -0600)]
mwl8335: add duplex firmware for 88w8335 PCI-based parts
Firmware is "duplex" which means it is capable of both STA and AP
modes. See the GPL reference driver here for more details on how
to talk to the chip:
Shahar Levi [Sun, 3 Oct 2010 15:04:03 +0000 (17:04 +0200)]
linux-firmware: wl12xx-Add Firmware and NVS files to support Texas Instruments WLAN driver
FW & NVS Support wl127x wireless LAN driver (wl1271 & wl1273).
In order to use those files copy them to target FS at /lib/firmware/.
Signed-off-by: Shahar Levi <shahar_levi@ti.com> Tested-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
dann frazier [Tue, 22 Jun 2010 19:38:44 +0000 (13:38 -0600)]
Add firmware for QLogic Intelligent Ethernet (3000 and 3100 Series) Adapters
Originally submitted by Ameen Rahman <ameen.rahman@qlogic.com>.
I've only converted the license file from DOS line endings to with unix
line endings, and adjusted it to fit in 80 columns.
Signed-off-by: dann frazier <dannf@hp.com> Acked-by: Ameen Rahman <ameen.rahman@qlogic.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6: (1443 commits)
phy/marvell: add 88ec048 support
igb: Program MDICNFG register prior to PHY init
e1000e: correct MAC-PHY interconnect register offset for 82579
hso: Add new product ID
can: Add driver for esd CAN-USB/2 device
l2tp: fix export of header file for userspace
can-raw: Fix skb_orphan_try handling
Revert "net: remove zap_completion_queue"
net: cleanup inclusion
phy/marvell: add 88e1121 interface mode support
u32: negative offset fix
net: Fix a typo from "dev" to "ndev"
igb: Use irq_synchronize per vector when using MSI-X
ixgbevf: fix null pointer dereference due to filter being set for VLAN 0
e1000e: Fix irq_synchronize in MSI-X case
e1000e: register pm_qos request on hardware activation
ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice
net: Add getsockopt support for TCP thin-streams
cxgb4: update driver version
cxgb4: add new PCI IDs
...
Manually fix up conflicts in:
- drivers/net/e1000e/netdev.c: due to pm_qos registration
infrastructure changes
- drivers/net/phy/marvell.c: conflict between adding 88ec048 support
and cleaning up the IDs
- drivers/net/wireless/ipw2x00/ipw2100.c: trivial ipw2100_pm_qos_req
conflict (registration change vs marking it static)
Ben Hutchings [Thu, 1 Jul 2010 20:37:20 +0000 (20:37 +0000)]
IB/qib: Use request_firmware() to load SD7220 firmware
Extract the microcode for the QLogic QLE7220 series IB HCA and use the
kernel microcode request facility to load the microcode. This
supports Debian Linux's requirements to separate microcode which
doesn't have open source code available from the device driver.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Roland Dreier <rolandd@cisco.com>