Re: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-12-18 Thread Brian Norris
On Fri, Dec 18, 2015 at 09:12:13AM +, Yao Yuan wrote: > Hi Woodhouse, Norris, > > Do you have any comments for this patch? No, it looks fine. But the driver maintainer (Han) already asked you for DT binding documentation already. This is a requirement before I can merge your patch. See

RE: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-12-18 Thread Yao Yuan
computersforpe...@gmail.com; linux- > ker...@vger.kernel.org; linux-...@lists.infradead.org > Subject: Re: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support On Thu, Nov 26, 2015 at > On Wed, Nov 18, 2015 at 05:13:28PM +0800, Yuan Yao wrote: > > Add R/W functions for b

RE: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-12-18 Thread Yao Yuan
e.com> > Cc: dw...@infradead.org; computersforpe...@gmail.com; linux- > ker...@vger.kernel.org; linux-...@lists.infradead.org > Subject: Re: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support On Thu, Nov 26, 2015 at > On Wed, Nov 18, 2015 at 05:13:28PM +0800, Yuan Yao wrote:

Re: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-12-18 Thread Brian Norris
On Fri, Dec 18, 2015 at 09:12:13AM +, Yao Yuan wrote: > Hi Woodhouse, Norris, > > Do you have any comments for this patch? No, it looks fine. But the driver maintainer (Han) already asked you for DT binding documentation already. This is a requirement before I can merge your patch. See

Re: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-11-25 Thread Han Xu
On Wed, Nov 18, 2015 at 05:13:28PM +0800, Yuan Yao wrote: > Add R/W functions for big- or little-endian registers: > The qSPI controller's endian is independent of the CPU core's endian. > So far, the qSPI have two versions for big-endian and little-endian. > > Signed-off-by: Yuan Yao > --- >

Re: [PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-11-25 Thread Han Xu
On Wed, Nov 18, 2015 at 05:13:28PM +0800, Yuan Yao wrote: > Add R/W functions for big- or little-endian registers: > The qSPI controller's endian is independent of the CPU core's endian. > So far, the qSPI have two versions for big-endian and little-endian. > > Signed-off-by: Yuan Yao

[PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-11-18 Thread Yuan Yao
Add R/W functions for big- or little-endian registers: The qSPI controller's endian is independent of the CPU core's endian. So far, the qSPI have two versions for big-endian and little-endian. Signed-off-by: Yuan Yao --- Changed in v2: Rebase to the lastest code. ---

[PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-11-18 Thread Yuan Yao
Add R/W functions for big- or little-endian registers: The qSPI controller's endian is independent of the CPU core's endian. So far, the qSPI have two versions for big-endian and little-endian. Signed-off-by: Yuan Yao --- Changed in v2: Rebase to the lastest code. ---