Re: [PATCH] mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices

2016-08-26 Thread Boris Brezillon
On Wed, 24 Aug 2016 12:25:00 +0300 Roger Quadros wrote: > Some Keystone devices (e.g. K2G) include a OMAP NAND IP. > Allow the NAND driver to be usable for both > Keystone and OMAP devices. > > Signed-off-by: Roger Quadros Applied. Thanks, Boris > --- >

Re: [PATCH] mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices

2016-08-26 Thread Boris Brezillon
On Wed, 24 Aug 2016 12:25:00 +0300 Roger Quadros wrote: > Some Keystone devices (e.g. K2G) include a OMAP NAND IP. > Allow the NAND driver to be usable for both > Keystone and OMAP devices. > > Signed-off-by: Roger Quadros Applied. Thanks, Boris > --- > drivers/mtd/nand/Kconfig | 8

[PATCH] mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices

2016-08-24 Thread Roger Quadros
Some Keystone devices (e.g. K2G) include a OMAP NAND IP. Allow the NAND driver to be usable for both Keystone and OMAP devices. Signed-off-by: Roger Quadros --- drivers/mtd/nand/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH] mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices

2016-08-24 Thread Roger Quadros
Some Keystone devices (e.g. K2G) include a OMAP NAND IP. Allow the NAND driver to be usable for both Keystone and OMAP devices. Signed-off-by: Roger Quadros --- drivers/mtd/nand/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/nand/Kconfig