2009-09-24 00:41:56

by Jing Huang

[permalink] [raw]
Subject: [PATCH 0/14] bfa: Brocade BFA FC SCSI driver (overview)

From: Jing Huang <[email protected]>

Incorporated code review comments from Andrew Morton and Brian King. Please
consider this patch set for next kernel update.

Patches are generated and tested in 2.6.31 kernel.

[PATCH 1/14]: SCSI LLD driver code, module init/exit, PCI and SCSI host entry
points, interrupt handler, and sysfs interface etc.

[PATCH 2/14]: Hardware/FW access code. part-1

[PATCH 3/14]: Hardware/FW access code. part-2

[PATCH 4/14]: Hardware/FW access code. part-3

[PATCH 5/14]: Hardware/FW access code. part-4

[PATCH 6/14]: FC state machines. part-1

[PATCH 7/14]: FC state machines. part-2

[PATCH 8/14]: FC state machines. part-3

[PATCH 9/14]: FC state machines. part-3

[PATCH 10/14]: Common header files shared by linux driver,
hardware/FW access code, FC state machines. part-1

[PATCH 11/14]: Common header files shared by linux driver,
hardware/FW access code, FC state machines. part-2

[PATCH 12/14]: Common header files shared by linux driver,
hardware/FW access code, FC state machines. part-3

[PATCH 13/14]: Updated Kconfig and Makefile for driver/scsi, and Makefile
for bfa driver

[PATCH 14/14]: Updated MAINTAINER file.

Signed-off-by: Jing Huang <[email protected]>
---