[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1238653963.4940.6.camel@ht.satnam>
Date: Thu, 02 Apr 2009 12:02:43 +0530
From: Jaswinder Singh Rajput <jaswinder@...nel.org>
To: James Bottomley <James.Bottomley@...senPartnership.com>,
scsi <linux-scsi@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>, Jes Sorensen <jes@....com>,
Matthew Wilcox <matthew@....cx>,
David Woodhouse <dwmw2@...radead.org>
Subject: [PATCH 0/2][git-pull scsi-misc] SCSI firmware patches
Hello James,
These SCSI firmware patches are from linux-next in working condition
with ACKs:
qla1280: use request_firmware:
http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=commit;h=13bd5cd718e046e8bb9c1b43af4c57dbfb78d6e7
advansys: use request_firmware:
http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=commit;h=6e8dcf26cc2fe0672f01fe5b97374fc57ecd7f72
No code is changed only following comments are changed:
1. My email address
2. License of advansys as suggested by Matthew Wilcox.
The following changes since commit becfd7588ce32c4a94ef8ecebafded161c72dcce:
Jean Delvare (1):
[SCSI] libiscsi: fix iscsi pool error path
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/scsi-misc-2.6.git master
Jaswinder Singh Rajput (2):
qla1280: use request_firmware
advansys: use request_firmware
drivers/scsi/advansys.c | 1731 ++---------------------------
drivers/scsi/ql1040_fw.h | 2130 ------------------------------------
drivers/scsi/ql12160_fw.h | 1811 ------------------------------
drivers/scsi/ql1280_fw.h | 2048 ----------------------------------
drivers/scsi/qla1280.c | 114 ++-
drivers/scsi/qla1280.h | 6 +
firmware/Makefile | 4 +
firmware/WHENCE | 26 +
firmware/advansys/3550.bin.ihex | 317 ++++++
firmware/advansys/38C0800.bin.ihex | 336 ++++++
firmware/advansys/38C1600.bin.ihex | 398 +++++++
firmware/advansys/mcode.bin.ihex | 147 +++
firmware/qlogic/1040.bin.ihex | 2111 +++++++++++++++++++++++++++++++++++
firmware/qlogic/12160.bin.ihex | 1771 ++++++++++++++++++++++++++++++
firmware/qlogic/1280.bin.ihex | 2008 +++++++++++++++++++++++++++++++++
15 files changed, 7299 insertions(+), 7659 deletions(-)
delete mode 100644 drivers/scsi/ql1040_fw.h
delete mode 100644 drivers/scsi/ql12160_fw.h
delete mode 100644 drivers/scsi/ql1280_fw.h
create mode 100644 firmware/advansys/3550.bin.ihex
create mode 100644 firmware/advansys/38C0800.bin.ihex
create mode 100644 firmware/advansys/38C1600.bin.ihex
create mode 100644 firmware/advansys/mcode.bin.ihex
create mode 100644 firmware/qlogic/1040.bin.ihex
create mode 100644 firmware/qlogic/12160.bin.ihex
create mode 100644 firmware/qlogic/1280.bin.ihex
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists