Re: [PATCH v8 2/2] mtd: spi-nor: Add spi-nor mtd resume handler

2017-10-10 Thread Cyrille Pitchen
Le 22/08/2017 à 22:45, Kamal Dasu a écrit : > Implemented and populated spi-nor mtd PM handlers for resume ops. > spi-nor resume op re-initializes spi-nor flash to its probed > state by calling the newly implemented spi_nor_init() function. > > Signed-off-by: Kamal Dasu

Re: [PATCH v8 2/2] mtd: spi-nor: Add spi-nor mtd resume handler

2017-10-10 Thread Cyrille Pitchen
Le 22/08/2017 à 22:45, Kamal Dasu a écrit : > Implemented and populated spi-nor mtd PM handlers for resume ops. > spi-nor resume op re-initializes spi-nor flash to its probed > state by calling the newly implemented spi_nor_init() function. > > Signed-off-by: Kamal Dasu Applied to the

Re: [PATCH v8 2/2] mtd: spi-nor: Add spi-nor mtd resume handler

2017-08-23 Thread Cyrille Pitchen
Hi Kamal, Le 22/08/2017 à 22:45, Kamal Dasu a écrit : > Implemented and populated spi-nor mtd PM handlers for resume ops. > spi-nor resume op re-initializes spi-nor flash to its probed > state by calling the newly implemented spi_nor_init() function. > > Signed-off-by: Kamal Dasu

Re: [PATCH v8 2/2] mtd: spi-nor: Add spi-nor mtd resume handler

2017-08-23 Thread Cyrille Pitchen
Hi Kamal, Le 22/08/2017 à 22:45, Kamal Dasu a écrit : > Implemented and populated spi-nor mtd PM handlers for resume ops. > spi-nor resume op re-initializes spi-nor flash to its probed > state by calling the newly implemented spi_nor_init() function. > > Signed-off-by: Kamal Dasu > --- >

[PATCH v8 2/2] mtd: spi-nor: Add spi-nor mtd resume handler

2017-08-22 Thread Kamal Dasu
Implemented and populated spi-nor mtd PM handlers for resume ops. spi-nor resume op re-initializes spi-nor flash to its probed state by calling the newly implemented spi_nor_init() function. Signed-off-by: Kamal Dasu --- drivers/mtd/spi-nor/spi-nor.c | 14 ++ 1

[PATCH v8 2/2] mtd: spi-nor: Add spi-nor mtd resume handler

2017-08-22 Thread Kamal Dasu
Implemented and populated spi-nor mtd PM handlers for resume ops. spi-nor resume op re-initializes spi-nor flash to its probed state by calling the newly implemented spi_nor_init() function. Signed-off-by: Kamal Dasu --- drivers/mtd/spi-nor/spi-nor.c | 14 ++ 1 file changed, 14