From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Dec 2014 15:38:13 +0100 Subject: [U-Boot] [PATCH 0/2] mtd: nand: mxs: fix PIO_WORD number In-Reply-To: <1418740575-2378-1-git-send-email-luca.ellero@brickedbrain.com> References: <1418740575-2378-1-git-send-email-luca.ellero@brickedbrain.com> Message-ID: <201412161538.13592.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Thank you for fixing this! Best regards, Marek Vasut