git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29072b9
)
[MTD] add get_mtd_device_nm() function
author
Artem Bityutskiy
<dedekind@infradead.org>
Wed, 11 Oct 2006 11:52:44 +0000
(14:52 +0300)
committer
Artem Bityutskiy
<dedekind@infradead.org>
Wed, 29 Nov 2006 15:04:31 +0000
(17:04 +0200)
This patch adds one more function to the MTD interface to make it possible to
open MTD devices by their names, not only numbers. This is very handy in many
situations. Also, MTD device number depend on load order and may vary, while
names are fixed.
Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
No differences found