[PATCH 0/2] pxa3xx-nand: A370/XP support for 2048B page size

Ezequiel Garcia ezequiel.garcia at free-electrons.com
Mon Dec 9 05:19:42 EST 2013


In order to support 2048B pages on the Armada 370/XP variant, some changes
are needed.

To reduce the overhead on devices that won't need the controller extended
command semantics, the first patch changes the way the cmdfunc() variants
are used. The decision of which cmdfunc() should be used is now made based
on the page size and not on the device variant.

Then, the ECC initialization is consolidated (mostly to avoid code
duplication) since the A370/XP variant can support smaller pages, with
no-BCH requirements.

This is v3.14 material.

Ezequiel Garcia (2):
  mtd: nand: pxa3xx: Use extended cmdfunc() only if needed
  mtd: nand: pxa3xx: Consolidate ECC initialization

 drivers/mtd/nand/pxa3xx_nand.c | 71 ++++++++++++++++++++++--------------------
 1 file changed, 37 insertions(+), 34 deletions(-)

-- 
1.8.1.5




More information about the linux-mtd mailing list