Re: [PATCH V6 04/10] [SCSI] aacraid: Enable 64-bit write to controller register

2015-08-25 Thread Tomas Henzl
On 11.8.2015 07:58, Mahesh Rajashekhara wrote: > Description: > If writeq() not supported, then do atomic two 32bit write > > Changes from V2: > None > > Signed-off-by: Mahesh Rajashekhara Reviewed-by: Tomas Henzl Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-s

RE: [PATCH V6 04/10] [SCSI] aacraid: Enable 64-bit write to controller register

2015-08-25 Thread Murthy Bhat
; Harry Yang; Rich Bono; Mahesh Rajashekhara Subject: [PATCH V6 04/10] [SCSI] aacraid: Enable 64-bit write to controller register Description: If writeq() not supported, then do atomic two 32bit write Changes from V2: None Signed-off-by: Mahesh Rajashekhara --- drivers/scsi/aacraid

RE: [PATCH V6 04/10] [SCSI] aacraid: Enable 64-bit write to controller register

2015-08-24 Thread Karthikeya Sunkesula
] [SCSI] aacraid: Enable 64-bit write to controller register Description: If writeq() not supported, then do atomic two 32bit write Changes from V2: None Signed-off-by: Mahesh Rajashekhara --- drivers/scsi/aacraid/aacraid.h | 9 + drivers/scsi/aacraid/comminit.c | 1

[PATCH V6 04/10] [SCSI] aacraid: Enable 64-bit write to controller register

2015-08-10 Thread Mahesh Rajashekhara
Description: If writeq() not supported, then do atomic two 32bit write Changes from V2: None Signed-off-by: Mahesh Rajashekhara --- drivers/scsi/aacraid/aacraid.h | 9 + drivers/scsi/aacraid/comminit.c | 1 + drivers/scsi/aacraid/src.c | 12 ++-- 3 files changed,