<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git, branch v1.4.3</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.3</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.4.3'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2011-03-18T10:54:16+00:00</updated>
<entry>
<title>flash_erase: increas version number</title>
<updated>2011-03-18T10:54:16+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2011-03-18T10:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=0a63610bbcdfa2c75d0637e542d1ab67704e34de'/>
<id>urn:sha1:0a63610bbcdfa2c75d0637e542d1ab67704e34de</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>flash_erase: start position should be in bytes</title>
<updated>2011-03-18T10:52:44+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-03-18T10:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=556c2a14898777cd25aa75601ca48169e4155698'/>
<id>urn:sha1:556c2a14898777cd25aa75601ca48169e4155698</id>
<content type='text'>
Commit a8801d8 (unify flash_erase and flash_eraseall) changed the
flash_erase interface in a backwards incompatible way. Before that
commit start position was given in bytes, and now it must be provided
in blocks.

While I agree the new interface is nicer, we shouldn't break the
interface. I have scripts that expect the old behaviour, and I'm
most likely not alone, so change the interface back to the old
way.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>nandwrite: add only write oob option</title>
<updated>2011-03-08T12:09:30+00:00</updated>
<author>
<name>Lei Wen</name>
<email>leiwen@marvell.com</email>
</author>
<published>2011-03-07T09:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a74619f416f89127138eb7e8168a0b67fb419c64'/>
<id>urn:sha1:a74619f416f89127138eb7e8168a0b67fb419c64</id>
<content type='text'>
Write only oob part goes different path in nand_base.c, it is better
to have userland program so that we could easy debug this path when
the write only oob fail like the mtd_oobtest in mtd_test suit.

Signed-off-by: Lei Wen &lt;leiwen@marvell.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>mtd-utils: common.h: simple_strtoll type usage</title>
<updated>2011-02-25T08:52:57+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2011-02-16T01:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=1b083e0c9011f32028a79d4ad707deaa17ad1b5e'/>
<id>urn:sha1:1b083e0c9011f32028a79d4ad707deaa17ad1b5e</id>
<content type='text'>
We must use "long long" and "unsigned long long" types when
implementing the functions "simple_strtoll()" and "simple_strtoull()",
respectively. This prevents casting/truncation errors on systems where
"long" is not the same size as "long long" (that is, on most systems).

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>mkfs.jffs2: fix repeated dev nodes</title>
<updated>2011-01-16T18:50:47+00:00</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-12-31T01:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=70f86090720d7b5b8203ee43356f8c6f79219896'/>
<id>urn:sha1:70f86090720d7b5b8203ee43356f8c6f79219896</id>
<content type='text'>
Fix the repeated nodes with the same primary name in device_table.txt.
They were not generated correctly.

/dev/tty    c    666    0    0    5    0    0    0    -
/dev/tty    c    666    0    0    4    0    0    1    6

# IDE Devices
/dev/hda    b    640    0    0    3    0    0    0    -
/dev/hda    b    640    0    0    3    1    1    1    15
/dev/hdb    b    640    0    0    3    64    0    0    -
/dev/hdb    b    640    0    0    3    65    1    1    15

Only created,
/dev/tty
/dev/hda
/dev/hdb

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>mkfs.jffs2: fix devtable count as mkfs.ubifs does</title>
<updated>2011-01-16T18:50:38+00:00</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2010-12-31T03:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=4d91ded71d78c5c651482f0e4ae082b73edba0c1'/>
<id>urn:sha1:4d91ded71d78c5c651482f0e4ae082b73edba0c1</id>
<content type='text'>
The counting was incorrect. Follow that of mkfs.ubifs.

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>nandwrite: use common.h "errmsg_die"</title>
<updated>2010-12-02T03:26:14+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2010-12-01T06:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=f0cc488fd772934bd41c6afdbee495f20d8516df'/>
<id>urn:sha1:f0cc488fd772934bd41c6afdbee495f20d8516df</id>
<content type='text'>
errmsg_die() should be nearly the equivalent of the error message used
here. This saves a few lines.

Also edited the error message to include the offending option and got
rid of the quotes.

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>nandwrite: add check for negative blockalign</title>
<updated>2010-12-02T03:26:06+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2010-12-01T06:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=0d6504cadbe0ac4c898789cfc1ea1e303dbb5db0'/>
<id>urn:sha1:0d6504cadbe0ac4c898789cfc1ea1e303dbb5db0</id>
<content type='text'>
Includes error messages for negative blockalign, telling the user what
the offending option and value were.

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>nanddump: choose correct "printf" format-specifier</title>
<updated>2010-12-02T03:25:57+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2010-11-29T08:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=ac6fdbad5dfc690b6a1ddf02d3005407aa1e4846'/>
<id>urn:sha1:ac6fdbad5dfc690b6a1ddf02d3005407aa1e4846</id>
<content type='text'>
The mtd-descriptor attributes contain signed data, not unsigned.

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>nanddump: check for negative inputs</title>
<updated>2010-12-02T03:25:50+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2010-12-01T07:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=beb602b6a3d1cc7b2edaab517d94abebe5f4a445'/>
<id>urn:sha1:beb602b6a3d1cc7b2edaab517d94abebe5f4a445</id>
<content type='text'>
Includes error messages for negative device offsets and negative lengths,
telling the user what the offending option and value were.

Previous patch left out the "negative" in the error message.

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
</feed>
