RE: [PATCH -next 15/26] bfa: Use dma_zalloc_coherent

2014-06-15 Thread Anil Gurumurthy
Thanks for the patch. Acked-by: Anil Gurumurthy -Original Message- From: Joe Perches [mailto:j...@perches.com] Sent: 16 June 2014 02:08 To: linux-kernel Cc: Anil Gurumurthy; Sudarsana Kalluru; James E.J. Bottomley; linux-scsi Subject: [PATCH -next 15/26] bfa: Use dma_zalloc_coherent Use

Re: [PATCH -next 22/26] qla2xxx: Use dma_zalloc_coherent

2014-06-15 Thread Saurav Kashyap
Acked-by: Saurav Kashyap >Use the zeroing function instead of dma_alloc_coherent & memset(,0,) > >Signed-off-by: Joe Perches >--- > drivers/scsi/qla2xxx/qla_init.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > >diff --git a/drivers/scsi/qla2xxx/qla_init.c >b/drivers/scsi/q

Re:

2014-06-15 Thread Angela D.Dawes
This is a personal email directed to you. My wife and I have a gift donation for you, to know more details and claims, kindly contact us at: d.angelada...@outlook.com Regards, Dave & Angela Dawes -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to

[PATCH -next 00/26] treewide: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Joe Perches (26): powerpc: Use dma_zalloc_coherent sh: Use dma_zalloc_coherent ata: Use dma_zalloc_coherent block: Use dma_zalloc_coherent crypto: Use dma_zalloc_coherent dma: Use dma_zalloc_coherent gpu: Use dma_za

[PATCH -next 15/26] bfa: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/bfa/bfad_bsg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/bfa/bfad_bsg.c b/drivers/scsi/bfa/bfad_bsg.c index 8994fb8..65f3e74 100644 --- a/

[PATCH -next 16/26] bnx2fc: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/bnx2fc/bnx2fc_hwi.c | 59 +--- drivers/scsi/bnx2fc/bnx2fc_tgt.c | 51 ++ 2 files changed, 46 insertions(+), 64 dele

[PATCH -next 22/26] qla2xxx: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/qla2xxx/qla_init.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index e218441..4699

[PATCH -next 19/26] lpfc: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/lpfc/lpfc_bsg.c | 5 ++--- drivers/scsi/lpfc/lpfc_init.c | 22 +++--- drivers/scsi/lpfc/lpfc_mbox.c | 6 +++--- drivers/scsi/lpfc/lpfc_sli.c | 14 +- 4

[PATCH -next 17/26] bnx2i: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/bnx2i/bnx2i_hwi.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/bnx2i/bnx2i_hwi.c b/drivers/scsi/bnx2i/bnx2i_hwi.c index d6d491c..12d

[PATCH -next 20/26] megaraid: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/megaraid/megaraid_sas_fusion.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megara

[PATCH -next 21/26] mvsas: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/mvsas/mv_init.c | 26 +++--- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index eace

[PATCH -next 23/26] qla4xxx: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/qla4xxx/ql4_init.c | 5 ++--- drivers/scsi/qla4xxx/ql4_mbx.c | 21 + drivers/scsi/qla4xxx/ql4_nx.c | 5 ++--- drivers/scsi/qla4xxx/ql4_os.c | 12 +--

[PATCH -next 18/26] dpt_i2o: Use dma_zalloc_coherent

2014-06-15 Thread Joe Perches
Use the zeroing function instead of dma_alloc_coherent & memset(,0,) Signed-off-by: Joe Perches --- drivers/scsi/dpt_i2o.c | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c index c0ae8fa..a58970e 100644 --- a/

Re: [PATCH v1 0/2]ata: Fix the dma state machine lockup for APM X-Gene SoC

2014-06-15 Thread Ming Lei
On Fri, Jun 13, 2014 at 7:03 PM, Suman Tripathi wrote: > Hi Ming, > > I also tested in our mustang board. It is working fine. Without this patch , > I was also facing issues. Can send me the entire log of failure ? Please see the dmsg log from patched kernel in below link: http://pastebin.com/