Re: [PATCH v3 1/4] mtd: spi-nor: fsl-quadspi: add big-endian support

2016-01-06 Thread Brian Norris
On Wed, Jan 06, 2016 at 07:52:31AM +, Yao Yuan wrote: > On Tue, Jan 05, 2015 at 04:58AM, Han Xu wrote: > > once again, please document the new property. > > Thanks for your review. > I have already send the patch named "Documentation: fsl-quadspi: Add optional > properties" to community on De

Re: [PATCH v3 1/4] mtd: spi-nor: fsl-quadspi: add big-endian support

2016-01-06 Thread Yao Yuan
On Tue, Jan 05, 2015 at 04:58AM, Han Xu wrote: > On Thu, Dec 24, 2015 at 07:00:18PM +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 l

Re: [PATCH v3 1/4] mtd: spi-nor: fsl-quadspi: add big-endian support

2016-01-04 Thread Han Xu
On Thu, Dec 24, 2015 at 07:00:18PM +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 > --- > Cha

[PATCH v3 1/4] mtd: spi-nor: fsl-quadspi: add big-endian support

2015-12-24 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 v3: Update my email to Changed in v2: Rebase to the lastest co