memstick: add "start" and "stop" methods to memstick device
authorAlex Dubov <oakad@yahoo.com>
Sat, 26 Jul 2008 02:45:01 +0000 (19:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:04 +0000 (12:00 -0700)
commit17017d8d2c005734d7088d8281ce2daab8fcb097
treedf689658df7d342143ad399bddf0df7257e8ec20
parentb77899985bdfd85a8e5a6e485033a9b4713d2471
memstick: add "start" and "stop" methods to memstick device

In some cases it may be desirable to ensure that associated driver is not
going to access the media in some period of time.  "start" and "stop"
methods are provided therefore to allow it.

Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/memstick/core/memstick.c
drivers/memstick/core/mspro_block.c
include/linux/memstick.h