]> git.baikalelectronics.ru Git - kernel.git/commit
hisi_sas: Add initial bare main driver
authorJohn Garry <john.garry@huawei.com>
Tue, 17 Nov 2015 16:50:30 +0000 (00:50 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 26 Nov 2015 03:12:51 +0000 (22:12 -0500)
commit33003f84a83517a7d9d9f50a42028f18dcfbd646
tree310c58c8c260cb3af19929f5f6dd6ba55aa04b55
parent795e7c9e94847a75aa26a26c212ade22a0517926
hisi_sas: Add initial bare main driver

This patch adds the initial bare main driver for the HiSilicon SAS
HBA. This only introduces the changes to build and load the main driver
module.

The complete driver consists of the core main module and also a module
platform driver for driving the hw.

The HBA is a platform device.

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/hisi_sas/Kconfig [new file with mode: 0644]
drivers/scsi/hisi_sas/Makefile [new file with mode: 0644]
drivers/scsi/hisi_sas/hisi_sas.h [new file with mode: 0644]
drivers/scsi/hisi_sas/hisi_sas_main.c [new file with mode: 0644]