aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/brcmnand/iproc_nand.c
Commit message (Collapse)AuthorAge
* mtd: brcmnand: iProc big endian and ONFI supportRay Jui2016-09-23
| | | | | | | | | | | | | | This patch adds big endian and ONFI support for various iProc based SoCs that use the core brcmstb NAND controller This patch was originally implemented by Prafulla Kota <prafulla.kota@broadcom.com> and fully tested on iProc based NS2 SVK Signed-off-by: Prafulla Kota <prafulla.kota@broadcom.com> Signed-off-by: Ray Jui <ray.jui@broadcom.com> Reviewed-by: Kamal Dasu <kdasu.kdev@gmail.com> Acked-by: Kamal Dasu <kdasu.kdev@gmail.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
* mtd: brcmnand: refactor iProc SoC layeringBrian Norris2015-09-30
| | | | | | | Removes an unnecessary allocation and saves a little bit of pointer chasing. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
* mtd: brcmnand: add support for Broadcom's IPROC familyBrian Norris2015-05-15
Signed-off-by: Brian Norris <computersforpeace@gmail.com>