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 spi-nor/ne

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 > --- > driver