Hello, As part of my attempt to convert all NAND drivers to exec_op() I noticed the cmx270 board didn't really deserve a custom driver since other boards using the same SoC (em-x270 to name one) are using the gen_nand driver. I think the only issue with the CM-X270 is that the chip is connected to D[16:23] (or D[16:31] if it's a 16bit bus). Adjusting the mem resource offset should do the trick. I hope someone still has a board to test that. Regards, Boris Boris Brezillon (3): ARM: pxa: cm-x270: Use gen_nand to expose the NAND device ARM: pxa: Stop selecting CONFIG_MTD_NAND_CM_X270 mtd: rawnand: Remove the cmx270 NAND controller driver arch/arm/configs/cm_x2xx_defconfig | 1 - arch/arm/configs/pxa_defconfig | 1 - arch/arm/mach-pxa/cm-x270.c | 131 ++++++++++++++++ drivers/mtd/nand/raw/Kconfig | 4 - drivers/mtd/nand/raw/Makefile | 1 - drivers/mtd/nand/raw/cmx270_nand.c | 236 ----------------------------- 6 files changed, 131 insertions(+), 243 deletions(-) delete mode 100644 drivers/mtd/nand/raw/cmx270_nand.c -- 2.25.3 ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/