- 24 Sep, 2015 4 commits
-
-
Tedd Ho-Jeong An authored
This patch updates the firmware patch for Intel Bluetooth 7265 (C0/D0) also known as Intel StP C0 and StP D0. C0 Patch Version: 54 D0 Patch Version: 28 Release Version: 153 Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Tedd Ho-Jeong An authored
This patch updates the firmware patch for Intel Bluetooth 7260 (B5/B6) also known as Intel WP2 B5 and WP1 B6 Patch Version: 34 Release Version: 153 Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Tedd Ho-Jeong An authored
This patch updates the firmware patch for Intel Bluetooth 7260 (B3/B4) also known as Intel WP2 B3 and WP1 B4 Patch Version: 83 Release Version: 153 Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Murali Karicheri authored
This patch adds firmware for Keystone QMSS Accumulator PDSP. This is required to support Accumulator queues. Accumulator queues are one of the queue types supported in drivers/soc/ti/knav_qmss_acc.c. This queue can be part of a channel that supports one queue or multiple queue per channel and are managed by the Accumulator PDSP. For more details on hardware, please refer http://www.ti.com/lit/ug/sprugr9h/sprugr9h.pdf and DT documentation below in linux kernel source tree Documentation/devicetree/bindings/soc/ti/keystone-navigator-qmss.txt Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
- 03 Sep, 2015 4 commits
-
-
Alex Deucher authored
VI asics are supported by the new amdgpu driver and this adds the initial firmware to support them. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
git://github.com/weiny2/linux-firmwareKyle McMartin authored
Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
git://people.freedesktop.org/~vivijim/linux-firmware-i915Kyle McMartin authored
Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Ben Young Tae Kim authored
Supports AR3012 v2.1 firmware files Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
- 24 Aug, 2015 1 commit
-
-
Ira Weiny authored
This is the first release of the Intel OPA hfi1 firmware required by the hfi1 driver. Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Steve Vogel <steve.vogel@intel.com>
-
- 20 Aug, 2015 6 commits
-
-
Rodrigo Vivi authored
Following additions from ver1: 1. Performance Improvement. 2. Fix reset issue. 3. Scheduler fix. 4. Merge in new power management features. 5. Firmware layout changes. 6. Force Fence WA to guarantee correct ordering of GTT writes from uKernel. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Rodrigo Vivi authored
The code points to the major version that is a link to the most recent one, so we can remove the old firmware blobs. For tests and validation purposes we will let at least 3 latest minor available, but we need to let linux-firmware repo as clean as possible, so let's remove old and unused ones. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Rodrigo Vivi authored
Following additions from ver1.20 1. Fixed GT interrupts issue when DC6 is enabled 2. DC 5 and 6 count locations are in the below mentioned offsets - same as ver1.20 DC3_DC5_COUNT 80030 DC5_DC6_COUNT 8002C Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Rodrigo Vivi authored
Following additions from ver1.19 1. Changes to the waits times for pll enable and disable. 2. DC 5 and 6 count locations are in the below mentioned offsets - same as ver1.19 DC3_DC5_COUNT 80030 DC5_DC6_COUNT 8002C Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Rodrigo Vivi authored
Following additions from ver1.04 1. No changes to the FW program itself 2. CSS header size field was fixed 3. Date field is fixed in header. 4. DC3_DC5_COUNT � 80038 Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-
Rodrigo Vivi authored
Following additions: 1. Updated FW for NV12 enabling 3. DC 5 and 6 count locations are in the below mentioned offsets - same as ver1.18 and ver1.17 DC3_DC5_COUNT 80030 DC5_DC6_COUNT 8002C Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-
- 14 Aug, 2015 2 commits
-
-
git://git.chelsio.net/pub/git/linux-firmwareKyle McMartin authored
Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Hariprasad Shenai authored
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
-
- 12 Aug, 2015 2 commits
-
-
Andrew Chew authored
Update T210 XHCI firmware to v50.10. Signed-off-by: Andrew Chew <achew@nvidia.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Johnny Kim authored
This is new firmware for wilc1000 which is a single chip IEEE 802.11 b/g/n device. Signed-off-by: Johnny Kim <johnny.kim@atmel.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
- 22 Jul, 2015 12 commits
-
-
Bernd Porr authored
When sync ADC and the DAC was running at the same time the ADC showed spikes in the signal. This happened when just before the DRDY from the ADC was triggered a DAC interrupt was dealt with. ADC and DAC share the same SPI bus and priority is now given the ADC. The DAC values are now first stored in a buffer and are only send to the DAC once the ADC has finished converting all channels (start = 0) so that the SPI bus is definitely quiet for about 100us. Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Bernd Porr authored
for future driver versions I've added a digtial I/O read via endpoint in1. This is not yet used but might be used in the future for low latency IO reads if all ports are input ports and thus the write could be omitted. Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Bernd Porr authored
urb->interval is ignored in xhci drivers. Instead, the firmware has an interval counter and transmits data at this interval. The uframes in-between are zero length packets. In order to be backward compatible with older kernels which support only USB 2.0 and 1.1 there are two ADC modes in the firmware. The old one which assumes that the interval is established by the host (urb->interval) and the new one where the interval value is transmitted to the firmware. Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Bernd Porr authored
There was still the old f2s address in the header. Updated to my new address. Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Bernd Porr authored
In order to prepare the firmware to work with the EHCI driver the ADC data acquisition is now done by triggering the acquisition with a start of frame interrupt (SOF) and then the collection of the data is done via "data ready" interrupts until all data has been received. Once this has happend then the whole packet is dispatched and at the next SOF the next packet is dispatched. If there are SOF interrupts happening during the data acquisiton it is no longer interupted and only send out the next ISO packet once it has comleted its job. Also now the USBDUXSIGMA has now plenty of time to deal with other interrupts between ADC data readouts so that for example the DIO can now be handled much quicker. Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Bernd Porr authored
Removed the as31 download instructions. My patches have been integrated into the official as31 release which now also allows including files. So the standard as31 is fine. Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Bernd Porr authored
Signed-off-by: Bernd Porr <mail@berndporr.me.uk> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Tadeusz Struk authored
After enabling asymmetric key encryption in qat driver an update to existing firmware is required plus a new Modular Math Processor(MMP) firmware. This has dependency on these commits: commit f3dd7e60d2028b8391dea7a3b214e3083dadf6d6 commit 28cfaf67e5c1f5b6b0d549eea398f8401a40e566 commit a990532023b903b10cf14736241cdd138e4bc92c Signed-off-by: Xiaoyan Bo <xiaoyan.bo@intel.com> Signed-off-by: Gokhan Simsek <gokhan.simsek@intel.com> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Daniel Drake authored
The RTL8723A file previously submitted was mixed up by accident, it was the same as the RTL8761A firmware. Here is the correct RTL8723A firmware, tested by Sjoerd Simons. Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Kyle McMartin authored
It only contains source/README, which we remove in the installed copy anyway. Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Kyle McMartin authored
So Makefile works with /bin/sh that's not bash. Reported-by: Fredrik Rinnestam <fredrik@crux.nu> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Kyle McMartin authored
Unnoticed for years... Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
- 16 Jul, 2015 3 commits
-
-
Yuval Mintz authored
The new FW will allow us to utilize some new features in our driver, mainly adding vlan stripping offload and vxlan offload support. In addition, this fixes several issues: - Packets from a VF with pvid configured which were sent with a different vlan were transmitted instead of being discarded. - FCoE traffic might not recover after a failue while there's traffic to another function. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Alexandre Courbot authored
Adds the firmware file for the GK20A GPU found in Tegra K1, and required for Nouveau to run. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
-
Alexandre Courbot authored
Two "<<<<<<< HEAD" lines remained from what seems to be a previous patch conflict. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
-
- 14 Jul, 2015 6 commits
-
-
Tedd Ho-Jeong An authored
This patch adds new firmware file for Intel Wireless Bluetooth 8260 Build: REL0190 BL Ver: 37 0b 12 06 00 02 34 0e 00 FW Ver: 37 0b 12 23 00 5a 19 0f 00 Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Kyle McMartin authored
Merge commit 'a750f4ee' of git://people.freedesktop.org/~vivijim/linux-firmware-i915 Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Derek Chickles authored
Version 1.1.9 Added LICENCE.cavium and updated WHENCE as well. Signed-off-by: Derek Chickles <dchickles@caviumnetworks.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Vinod Koul authored
This updates the firmware for BSW platform, which includes the fixes for BSW power management. The firmware version is also added to WHENCE file. The version is v01.0B.02.01. The md5sum of the file is cf8caa8d33e95744f25adcab1373daff Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Ben Young Tae Kim authored
Latest firmware files supporting QCA61x4 ROME family chipset Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-
Hariprasad Shenai authored
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
-