[PATCH 2/2] eSPI: fix wrong setting of the address in the command buffer

2010-12-20 Thread Mingkai Hu
Or else we cann't operate on the right address when the trans length is greater than 65535. Signed-off-by: Mingkai Hu --- drivers/spi/spi_fsl_espi.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/spi/spi_fsl_espi.c b/drivers/spi/spi_fsl_espi.c ind

Re: [PATCH 2/2] eSPI: fix wrong setting of the address in the command buffer

2010-12-24 Thread Grant Likely
On Tue, Dec 21, 2010 at 09:27:02AM +0800, Mingkai Hu wrote: > Or else we cann't operate on the right address when the trans length > is greater than 65535. > > Signed-off-by: Mingkai Hu Applied to merge branch for 2.6.27, thanks. g. > --- > drivers/spi/spi_fsl_espi.c | 16 +--- >