Re: [PATCH linux-firmware] qed: Add firmware 8.15.3.0

2017-03-09 Thread Kyle McMartin
On Thu, Mar 09, 2017 at 12:00:49PM +0200, Yuval Mintz wrote: > This new firmware for the qed* adapters fixes multiple issues: > - Prevent accidental drops in Tx-switching between VFs. > - Corrct VF cleanup for higher VFs. > - Better handling of RoCE error flows. > - MR

Re: [PATCH v2 1/1] linux-firmware: Add QLogic BR Series Adapter Firmware

2015-02-26 Thread Kyle McMartin
On Thu, Feb 26, 2015 at 07:31:43PM +, Rasesh Mody wrote: From: Kyle McMartin [mailto:k...@infradead.org] Sent: Tuesday, February 24, 2015 9:59 AM On Tue, Feb 17, 2015 at 07:10:20PM -0500, Rasesh Mody wrote: This patch rebrands the BFA/BNA inbox driver firmwares. This patch adds

Re: [PATCH v2 1/1] linux-firmware: Add QLogic BR Series Adapter Firmware

2015-02-24 Thread Kyle McMartin
On Tue, Feb 17, 2015 at 07:10:20PM -0500, Rasesh Mody wrote: This patch rebrands the BFA/BNA inbox driver firmwares. This patch adds 3.2.5.1 firmware files for QLogic BR-series Adapters that will be used with the inbox drivers(BFA and BNA). Signed-off-by: Rasesh Mody rasesh.m...@qlogic.com

Re: [PATCH trivial] mvsas: fix build warning about enum comparisons

2013-05-08 Thread Kyle McMartin
On Tue, May 07, 2013 at 02:20:37PM -0700, James Bottomley wrote: On Tue, 2013-05-07 at 12:57 -0400, Kyle McMartin wrote: device_type is a sas_device_type, not a sas_dev_type. Heh, months ago, someone who submitted the same trivial but insufficient fix was asked to go and see if they could

[PATCH trivial] mvsas: fix build warning about enum comparisons

2013-05-07 Thread Kyle McMartin
^ 5 drivers/scsi/mvsas/mv_sas.c:1165:39: warning: comparison between 'enum sas_device_type' and 'enum sas_dev_type' [-Wenum-compare] 6 else if (phy-identify.device_type != NO_DEVICE) Signed-off-by: Kyle McMartin k...@redhat.com --- a/drivers

[PATCH] bfa: squelch lockdep complaint with a spin_lock_init

2012-07-11 Thread Kyle McMartin
] ? 0xa037afff [a037b083] bfad_init+0x83/0x1000 [bfa] [8100212a] do_one_initcall+0x12a/0x180 [810df0d0] sys_init_module+0xc0/0x220 [8166bbe9] system_call_fastpath+0x16/0x1b Signed-off-by: Kyle McMartin kmcma...@redhat.com --- a/drivers/scsi/bfa/bfad.c

Re: advansys broken (at least) on ARM and MIPS

2008-01-03 Thread Kyle McMartin
On Thu, Jan 03, 2008 at 08:43:53AM +0100, Martin Michlmayr wrote: MIPS: Building modules, stage 2. MODPOST 64 modules ERROR: free_dma [drivers/scsi/advansys.ko] undefined! needs to depend on GENERIC_ISA_DMA_API - To unsubscribe from this list: send the line unsubscribe linux-scsi in

Re: [BUG] 2.6.24-rc3-git2 softlockup detected

2007-11-29 Thread Kyle McMartin
On Thu, Nov 29, 2007 at 12:35:33AM -0800, Andrew Morton wrote: ten million is close enough to infinity for me to assume that we broke the driver and that's never going to terminate. how about this? doesn't break things on my pa8800: diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.c

[PATCH] kill warnings in mptbase.h on parisc64

2007-10-17 Thread Kyle McMartin
Verified all the arches necessary select the CONFIG_64BIT symbol. This also kills the warning (since it was using the 32-bit case) on parisc64 and mips64. Signed-off-by: Kyle McMartin [EMAIL PROTECTED] --- Index: linux-2.6/drivers/message/fusion/mptbase.h