Re: [PATCH 1/1] i2c-ismt: add Initialize DMA buffer code ismt_access()

2013-09-28 Thread Wolfram Sang
On Thu, Sep 26, 2013 at 10:41:15AM -0400, Neil Horman wrote: > On Thu, Sep 26, 2013 at 10:40:32AM +0200, Wolfram Sang wrote: > > On Tue, Sep 24, 2013 at 04:47:55PM -0700, James Ralston wrote: > > > This patch adds code to Initialize the DMA buffer to compensate for > > > possible hardware data cor

Re: [PATCH 1/1] i2c-ismt: add Initialize DMA buffer code ismt_access()

2013-09-26 Thread Neil Horman
On Thu, Sep 26, 2013 at 10:40:32AM +0200, Wolfram Sang wrote: > On Tue, Sep 24, 2013 at 04:47:55PM -0700, James Ralston wrote: > > This patch adds code to Initialize the DMA buffer to compensate for > > possible hardware data corruption. > > Take care of the line width here. > > > Signed-off-by:

Re: [PATCH 1/1] i2c-ismt: add Initialize DMA buffer code ismt_access()

2013-09-26 Thread Wolfram Sang
On Tue, Sep 24, 2013 at 04:47:55PM -0700, James Ralston wrote: > This patch adds code to Initialize the DMA buffer to compensate for possible > hardware data corruption. Take care of the line width here. > Signed-off-by: James Ralston > --- > drivers/i2c/busses/i2c-ismt.c |3 +++ > 1 files

[PATCH 1/1] i2c-ismt: add Initialize DMA buffer code ismt_access()

2013-09-24 Thread James Ralston
This patch adds code to Initialize the DMA buffer to compensate for possible hardware data corruption. Signed-off-by: James Ralston --- drivers/i2c/busses/i2c-ismt.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/busses/i2c-ismt.c b/drivers/i2c/busses/i2c