Re: [PATCH] scsi: remove useless acpi functions in the head file

2017-01-10 Thread Hanjun Guo
On 2017/1/11 9:50, Aaron Lu wrote: > On 01/10/2017 07:44 PM, John Garry wrote: >> On 10/01/2017 08:14, Hanjun Guo wrote: >>> From: Hanjun Guo >>> >>> commit f1bc1e4c44b1 ("ata: acpi: rework the ata acpi bind support") >>> removed scsi_reg

[PATCH v2] scsi: remove useless acpi functions in the header file

2017-01-10 Thread Hanjun Guo
From: Hanjun Guo commit f1bc1e4c44b1 ("ata: acpi: rework the ata acpi bind support") removed scsi_register_acpi_bus_type() and scsi_unregister_acpi_bus_type(), but forgot to remove them in the header file, do it now. Reviewed-by: John Garry Reviewed-by: Johannes Thumshirn Sig

Re: [PATCH] scsi: remove useless acpi functions in the head file

2017-01-10 Thread Hanjun Guo
On 2017/1/10 19:51, Johannes Thumshirn wrote: > On Tue, Jan 10, 2017 at 04:14:04PM +0800, Hanjun Guo wrote: >> From: Hanjun Guo >> >> commit f1bc1e4c44b1 ("ata: acpi: rework the ata acpi bind support") >> removed scsi_register_acpi_bus_type() and scsi_unregis

[PATCH] scsi: remove useless acpi functions in the head file

2017-01-10 Thread Hanjun Guo
From: Hanjun Guo commit f1bc1e4c44b1 ("ata: acpi: rework the ata acpi bind support") removed scsi_register_acpi_bus_type() and scsi_unregister_acpi_bus_type(), but forgot to remove them in the head file, do it now. Signed-off-by: Hanjun Guo --- include/scsi/scsi.h | 10

Re: [PATCH 0/3] hisi_sas: some CQ processing fixes

2017-01-03 Thread Hanjun Guo
viced with a tasklet, as too much work was being done in the ISR. Tested on v2 based sas hardware and the crashes are gone, Tested-by: Hanjun Guo Thanks Hanjun -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org

[RFC PATCH][RESEND] Fusion MPT: disable pci device when mpt map resoures failed

2012-08-10 Thread Hanjun Guo
(MPT_ADAPTER *ioc), it forgot disable the pci device when error happened, the irq and gsi will never be released. this patch will fix it. Signed-off-by: Hanjun Guo Signed-off-by: Jiang Liu --- drivers/message/fusion/mptbase.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions