[U-Boot] [PATCH 0/2] mtd: nand: mxs: fix PIO_WORD number

2014-12-16 Thread Luca Ellero
In this driver, the CMDPIOWORDS field doesn't always reflect the real number of
pio_words sent in the actual DMA transfer (see iMX6 Reference Manual, Ch. 14.2)
This patchset fixes them.

Luca Ellero (2):
  mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()
  mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()

 drivers/mtd/nand/mxs_nand.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.10.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2] mtd: nand: mxs: fix PIO_WORD number

2014-12-16 Thread Marek Vasut
On Tuesday, December 16, 2014 at 03:36:13 PM, Luca Ellero wrote:
 In this driver, the CMDPIOWORDS field doesn't always reflect the real
 number of pio_words sent in the actual DMA transfer (see iMX6 Reference
 Manual, Ch. 14.2) This patchset fixes them.
 
 Luca Ellero (2):
   mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()
   mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()
 
  drivers/mtd/nand/mxs_nand.c |4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Technically, this all makes sense. I see no reason to oppose this series,
even if there really was no explicit bug in the first place.

Acked-by: Marek Vasut ma...@denx.de

Thank you for fixing this!

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot