Re: [PATCH v2] mtd: Make MTD tests cancelable

2015-04-05 Thread Brian Norris
On Sun, Mar 29, 2015 at 09:52:06PM +0200, Richard Weinberger wrote: > I always go nuts when I start an MTD test on a slow device > and have to wait forever until it finishes. As do I. As an additional measure, I'm tempted to add an 'ebcnt' parameter for some of the tests that don't have them, for

[PATCH v2] mtd: Make MTD tests cancelable

2015-03-29 Thread Richard Weinberger
I always go nuts when I start an MTD test on a slow device and have to wait forever until it finishes. >From the debug output I already know what the issue is but I have to wait or reset the board hard. Resetting is often not an option (remote access, you don't want lose the current state, etc...).