]> www.infradead.org Git - mtd-utils.git/commit
ubi-utils: add sysfs interface support and new tool
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 26 Apr 2009 06:01:12 +0000 (09:01 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 11 May 2009 09:05:50 +0000 (12:05 +0300)
commit32252f2b902d88f2991d260f2982b10b2016c33b
tree3081ae785d80c563837815a5b053747f0c9d1f34
parente7454c3c3928ee7af7e76c0521f477881c9bf60f
ubi-utils: add sysfs interface support and new tool

This large commit makes several things.

1. Switches libmtd to use the new sysfs interface
2. Implements new handy 'mtdinfo' utility
3. Does minore amendmends in libubi and some ubi-tools.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/.gitignore
ubi-utils/Makefile
ubi-utils/include/libmtd.h
ubi-utils/src/libmtd.c
ubi-utils/src/libmtd_int.h [new file with mode: 0644]
ubi-utils/src/libmtd_legacy.c [new file with mode: 0644]
ubi-utils/src/libubi.c
ubi-utils/src/mtdinfo.c [new file with mode: 0644]
ubi-utils/src/ubiformat.c
ubi-utils/src/ubinfo.c