<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git, branch v1.4.9</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v1.4.9</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.4.9'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2011-12-17T14:38:56+00:00</updated>
<entry>
<title>Release mtd-utils-1.4.9</title>
<updated>2011-12-17T14:38:56+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2011-12-17T14:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=995cfe51b0a3cf32f381c140bf72b21bf91cef1b'/>
<id>urn:sha1:995cfe51b0a3cf32f381c140bf72b21bf91cef1b</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>libmtd: allow write operations when MEMWRITE is not supported</title>
<updated>2011-12-12T21:45:54+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2011-12-09T19:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=ec985197e7cd6ec33f41273bff7afd4c4f454b87'/>
<id>urn:sha1:ec985197e7cd6ec33f41273bff7afd4c4f454b87</id>
<content type='text'>
MEMWRITE is a recently introduced write interface for MTD; however, it
is only supported on NAND flash. mtd-utils should fall back to
old write methods when either ENOTTY or EOPNOTSUPP are returned.

This is a showstopper when, for instance, using ubiformat on NOR, which
don't have a mtd-&gt;write_oob interface (and thus don't support MEMWRITE):

  ubiformat: formatting eraseblock 2 --  1 % complete  libmtd: error!: MEMWRITE ioctl failed for eraseblock 2 (mtd3)
          error 122 (Operation not supported)

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Add a script to make releases</title>
<updated>2011-12-07T07:10:23+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2011-12-07T07:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=44bf457d63085c0eafc6f2504bf8535183d4395c'/>
<id>urn:sha1:44bf457d63085c0eafc6f2504bf8535183d4395c</id>
<content type='text'>
Credits to Mike Frysinger &lt;vapier.adi@gmail.com&gt; for review and comments.

Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>nandtest: seed random generator with time</title>
<updated>2011-12-05T06:27:31+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2011-12-02T17:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=4e37713af46f289eac21ca24d2e7d50aed014237'/>
<id>urn:sha1:4e37713af46f289eac21ca24d2e7d50aed014237</id>
<content type='text'>
If a seed is not provided via --seed, we use the default rand() values,
which produces the same sequence of values every run. Since this is
undesirable, we should choose a random seed via the current time().

Note that this patch moves the srand() until after all the initial
options processing.

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>nandtest: use seed argument</title>
<updated>2011-12-01T07:55:05+00:00</updated>
<author>
<name>Jan Weitzel</name>
<email>j.weitzel@phytec.de</email>
</author>
<published>2011-11-24T10:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=1cf7295ecd343090e7327bade716f25e0bf737cb'/>
<id>urn:sha1:1cf7295ecd343090e7327bade716f25e0bf737cb</id>
<content type='text'>
if a seed is provided it is actually not used. First call is
"seed = rand()" killing the given seed.

Signed-off-by: Jan Weitzel &lt;j.weitzel@phytec.de&gt;
Tested-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>nandtest: set oldstats.failed</title>
<updated>2011-12-01T07:54:43+00:00</updated>
<author>
<name>Jan Weitzel</name>
<email>j.weitzel@phytec.de</email>
</author>
<published>2011-11-24T10:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=87b4e7b69b4668ad44f927f1885696e481ae99a9'/>
<id>urn:sha1:87b4e7b69b4668ad44f927f1885696e481ae99a9</id>
<content type='text'>
if new ecc failed occures oldstats.corrected is updated not oldstats.failed

Signed-off-by: Jan Weitzel &lt;j.weitzel@phytec.de&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>Makefile: separate man page install and compression steps</title>
<updated>2011-11-22T21:31:24+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-19T21:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=4ff3ab5a610fc150ec50bf16b1fb0b0c00e281a2'/>
<id>urn:sha1:4ff3ab5a610fc150ec50bf16b1fb0b0c00e281a2</id>
<content type='text'>
If the system doesn't have gzip installed, we should still be able
to install the man pages.  So install the file in one step, and then
compress it in another (and ignore failures from that).

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>Makefile: fix install target with out-of-tree builds</title>
<updated>2011-11-22T21:31:18+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-19T21:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=952f4b15bd0bbcd2d7ef1a60e316fab309dcce5a'/>
<id>urn:sha1:952f4b15bd0bbcd2d7ef1a60e316fab309dcce5a</id>
<content type='text'>
The install target always looks for the compiled binaries in the working
directory which breaks when doing something like `make CHOST=... install`.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>1.4.8 release</title>
<updated>2011-11-19T20:40:45+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@intel.com</email>
</author>
<published>2011-11-19T20:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=d37fcc0afd0d4a14c56812847e8e4257d0a99e3b'/>
<id>urn:sha1:d37fcc0afd0d4a14c56812847e8e4257d0a99e3b</id>
<content type='text'>
Unfortunately I forgot to update the version in Makefile and tagged v1.4.7.
To fix this, I could not invent anything better than cut a new release 1.4.8.

Sorry for this :-(

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'brian'</title>
<updated>2011-11-18T21:53:11+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@intel.com</email>
</author>
<published>2011-11-18T21:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=f8aa6922dde02835ba97e84be41f387cdd38ec7d'/>
<id>urn:sha1:f8aa6922dde02835ba97e84be41f387cdd38ec7d</id>
<content type='text'>
</content>
</entry>
</feed>
