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

2015-02-17 Thread Rasesh Mody
Hi Joe, > From: Joe Perches [mailto:j...@perches.com] > Sent: Tuesday, February 17, 2015 2:41 PM > > On Tue, 2015-02-17 at 16:53 -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

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

2015-02-17 Thread Joe Perches
On Tue, 2015-02-17 at 16:53 -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 > --- > WHENCE

[PATCH 2/2] cciss: correct the non-resettable board list

2015-02-17 Thread Tomas Henzl
The hpsa driver carries a more recent version, copy the table from there. Signed-off-by: Tomas Henzl --- drivers/block/cciss.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 48498220cd..0ca65b25ef 1

[PATCH 1/2] cciss: remove duplicate entries from board_type struct

2015-02-17 Thread Tomas Henzl
and devices not supported by this driver from unresettable list Signed-off-by: Tomas Henzl --- drivers/block/cciss.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index ff20f192b0..48498220cd 100644 --- a/drivers/block/cciss.c +++ b/drivers/

Re: scsi: Implement per-cpu logging buffer

2015-02-17 Thread Jiri Kosina
On Fri, 13 Feb 2015, Hannes Reinecke wrote: > Thing is, if we were to use per-CPU buffers for printk() out of > necessity we have to queue these buffers for writing out. So there is a > time window during which the message already is in the per-CPU buffer > but still not printed out as printk()

Re: [PATCH 02/21] lpfc: Add Lancer Temperature Event support to the lpfc driver

2015-02-17 Thread Tomas Henzl
On 02/16/2015 05:10 PM, James Smart wrote: > On 2/6/2015 7:16 AM, Tomas Henzl wrote: >> On 02/05/2015 08:23 PM, James Smart wrote: >>> --- >>> drivers/scsi/lpfc/lpfc_hw4.h | 1 + >>> drivers/scsi/lpfc/lpfc_init.c | 179 >>> +- >>> 2 files changed, 125