All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 try3] ubi-utils: migrate to new libubi
@ 2007-10-02 12:16 Alexander Schmidt
  2007-10-02 12:17 ` [PATCH 1/4 try3] ubi-utils: migrate pddcustomize Alexander Schmidt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Schmidt @ 2007-10-02 12:16 UTC (permalink / raw)
  To: linux-mtd@lists.infradead.org; +Cc: Andreas Arnez, Frank Haverkamp

This patchset migrates the remaining tools (pddcustomize, ubimirror and
pfiflash) to the new libubi.

Changes since try2: I use PATH_MAX from limits.h now instead of a
self-defined value

Changes since try1: I have discarded the libubi_common files, device
paths are now integrated in every utility.

I've tested the new version with the scripts in ubi-utils/scripts/ubi_*
and everything works fine.

 mtd-utils.orig/ubi-utils/inc/libubiold.h       |  310 ----------
 mtd-utils.orig/ubi-utils/src/libubiold.c       |  768 -------------------------
 mtd-utils.orig/ubi-utils/src/libubiold_int.h   |  119 ---
 mtd-utils.orig/ubi-utils/src/libubiold_sysfs.c |  232 -------
 mtd-utils.orig/ubi-utils/src/libubiold_sysfs.h |  109 ---
 ubi-utils/Makefile                             |    6
 ubi-utils/src/libpfiflash.c                    |  141 +++-
 ubi-utils/src/libubimirror.c                   |   51 +
 ubi-utils/src/pddcustomize.c                   |   47 -
 ubi-utils/src/pfiflash.c                       |    3
 ubi-utils/src/ubimirror.c                      |    3
 11 files changed, 171 insertions(+), 1618 deletions(-)

Kind regards,
Alexander Schmidt

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-03  5:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-02 12:16 [PATCH 0/4 try3] ubi-utils: migrate to new libubi Alexander Schmidt
2007-10-02 12:17 ` [PATCH 1/4 try3] ubi-utils: migrate pddcustomize Alexander Schmidt
2007-10-02 12:18 ` [PATCH 2/4 try3] ubi-utils: migrate ubimirror Alexander Schmidt
2007-10-02 12:19 ` [PATCH 3/4 try3] ubi-utils: migrate pfiflash Alexander Schmidt
2007-10-02 12:19 ` [PATCH 4/4 try3] ubi-utils: remove libubiold Alexander Schmidt
2007-10-03  5:49 ` [PATCH 0/4 try3] ubi-utils: migrate to new libubi Artem Bityutskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.