Re: [PATCH] mtd: nand: added nand_shutdown

2014-12-04 Thread Scott Branden
Hi Brian, I just sent out a new patch with your changes incorporated. Thanks, Scott On 14-11-26 01:10 AM, Brian Norris wrote: On Thu, Nov 20, 2014 at 11:18:05AM -0800, Scott Branden wrote: Add nand_shutdown to wait for current nand operations to finish and prevent further operations by cha

Re: [PATCH] mtd: nand: added nand_shutdown

2014-11-27 Thread Scott Branden
On 14-11-26 01:10 AM, Brian Norris wrote: + mtd->_reboot = nand_shutdown; Ah, I see you added this here. This is great. We'll try out your patchset on our driver and remove the reboot notifier from it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [PATCH] mtd: nand: added nand_shutdown

2014-11-27 Thread Scott Branden
On 14-11-26 01:10 AM, Brian Norris wrote: On Thu, Nov 20, 2014 at 11:18:05AM -0800, Scott Branden wrote: Add nand_shutdown to wait for current nand operations to finish and prevent further operations by changing the nand flash state to FL_SHUTDOWN. This is addressing a problem observed during r

Re: [PATCH] mtd: nand: added nand_shutdown

2014-11-26 Thread Brian Norris
On Thu, Nov 20, 2014 at 11:18:05AM -0800, Scott Branden wrote: > Add nand_shutdown to wait for current nand operations to finish and prevent > further operations by changing the nand flash state to FL_SHUTDOWN. > > This is addressing a problem observed during reboot tests using UBIFS > root file s

[PATCH] mtd: nand: added nand_shutdown

2014-11-20 Thread Scott Branden
Add nand_shutdown to wait for current nand operations to finish and prevent further operations by changing the nand flash state to FL_SHUTDOWN. This is addressing a problem observed during reboot tests using UBIFS root file system: NAND erase operations that are in progress during system reboot/sh