Patch "mtd: pxa3xx_nand: make the driver work on big-endian systems" has been added to the 3.15-stable tree

2014-07-07 Thread gregkh
This is a note to let you know that I've just added the patch titled mtd: pxa3xx_nand: make the driver work on big-endian systems to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "mtd: pxa3xx_nand: make the driver work on big-endian systems" has been added to the 3.14-stable tree

2014-07-07 Thread gregkh
This is a note to let you know that I've just added the patch titled mtd: pxa3xx_nand: make the driver work on big-endian systems to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "mtd: pxa3xx_nand: make the driver work on big-endian systems" has been added to the 3.4-stable tree

2014-07-07 Thread gregkh
This is a note to let you know that I've just added the patch titled mtd: pxa3xx_nand: make the driver work on big-endian systems to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [PATCH] mtd: pxa3xx_nand: make the driver work on big-endian systems

2014-05-28 Thread Brian Norris
On Thu, May 22, 2014 at 02:56:52PM +0200, Thomas Petazzoni wrote: > The pxa3xx_nand driver currently uses __raw_writel() and __raw_readl() > to access I/O registers. However, those functions do not do any > endianness swapping, which means that they won't work when the CPU > runs in big-endian but

[PATCH] mtd: pxa3xx_nand: make the driver work on big-endian systems

2014-05-22 Thread Thomas Petazzoni
The pxa3xx_nand driver currently uses __raw_writel() and __raw_readl() to access I/O registers. However, those functions do not do any endianness swapping, which means that they won't work when the CPU runs in big-endian but the I/O registers are little endian, which is the common situation for ARM