Re: [PATCH 03/25] scsi: hisi_sas: add initial bare driver

2015-10-15 Thread Xinwei Kong
On 2015/10/15 17:23, John Garry wrote: On 15/10/2015 09:49, Xinwei Kong wrote: On 2015/10/12 23:20, John Garry wrote: This patch adds the initial bare driver for the HiSilicon SAS HBA. The driver includes no HW interaction, but only the changes to build and load the driver module. The HBA is

Re: [PATCH 03/25] scsi: hisi_sas: add initial bare driver

2015-10-15 Thread zhangfei
On 10/15/2015 05:23 PM, John Garry wrote: On 15/10/2015 09:49, Xinwei Kong wrote: +++ b/drivers/scsi/hisi_sas/hisi_sas.h @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2015 Linaro Ltd. + * Copyright (c) 2015 Hisilicon Limited. + * + * This program is free software; you can redistribute it and/or

Re: [PATCH 03/25] scsi: hisi_sas: add initial bare driver

2015-10-15 Thread John Garry
On 15/10/2015 09:49, Xinwei Kong wrote: On 2015/10/12 23:20, John Garry wrote: This patch adds the initial bare driver for the HiSilicon SAS HBA. The driver includes no HW interaction, but only the changes to build and load the driver module. The HBA is a platform device. Signed-off-by: John

Re: [PATCH 03/25] scsi: hisi_sas: add initial bare driver

2015-10-15 Thread Xinwei Kong
On 2015/10/12 23:20, John Garry wrote: > This patch adds the initial bare driver for the HiSilicon > SAS HBA. The driver includes no HW interaction, but only > the changes to build and load the driver module. > > The HBA is a platform device. > > Signed-off-by: John Garry > --- > drivers/scsi

[PATCH 03/25] scsi: hisi_sas: add initial bare driver

2015-10-12 Thread John Garry
This patch adds the initial bare driver for the HiSilicon SAS HBA. The driver includes no HW interaction, but only the changes to build and load the driver module. The HBA is a platform device. Signed-off-by: John Garry --- drivers/scsi/Kconfig | 1 + drivers/scsi/Makefile