<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic/files/drivers/mtd, branch mtk-20170518</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>kernel/generic: modify mtd related patches for 3.14</title>
<updated>2014-05-08T21:51:36+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2014-05-08T21:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c09007c1af489f59dcd13c654b58550f5050d433'/>
<id>c09007c1af489f59dcd13c654b58550f5050d433</id>
<content type='text'>
Function register_mtd_parser always returned 0 (at least since v3.3)
before being changed to return void in v3.14-rc1~65^2~93 (mtd: make
register_mtd_parser return void), so it's not needed to check the
return value of this function. Also add __init flag to caller.

This fix compile errors in 3.14 kernel like:
drivers/mtd/mtdsplit_seama.c: In function 'mtdsplit_seama_init':
drivers/mtd/mtdsplit_seama.c:99:2: error: void value not ignored as it ought to be
  return register_mtd_parser(&amp;mtdsplit_seama_parser);
  ^

Signed-off-by: Zhao, Gang &lt;gamerh2o@gmail.com&gt;

SVN-Revision: 40731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function register_mtd_parser always returned 0 (at least since v3.3)
before being changed to return void in v3.14-rc1~65^2~93 (mtd: make
register_mtd_parser return void), so it's not needed to check the
return value of this function. Also add __init flag to caller.

This fix compile errors in 3.14 kernel like:
drivers/mtd/mtdsplit_seama.c: In function 'mtdsplit_seama_init':
drivers/mtd/mtdsplit_seama.c:99:2: error: void value not ignored as it ought to be
  return register_mtd_parser(&amp;mtdsplit_seama_parser);
  ^

Signed-off-by: Zhao, Gang &lt;gamerh2o@gmail.com&gt;

SVN-Revision: 40731
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/3.1x: add split code for LZMA compressed kernel based firmwares</title>
<updated>2014-01-24T17:14:59+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2014-01-24T17:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=89d60314e766e2d579bdbf63227c601c0eedfef6'/>
<id>89d60314e766e2d579bdbf63227c601c0eedfef6</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 39387
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 39387
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "kernel: create firmware partition from MyLoader partition parser"</title>
<updated>2014-01-24T08:48:10+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2014-01-24T08:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e89476e0a8122710a16fcf56c60cd872783966e4'/>
<id>e89476e0a8122710a16fcf56c60cd872783966e4</id>
<content type='text'>
This reverts r38197.

The automatically created firmware partition includes
the partition_table partition. Apart from the partition
table, this partition contains sensitive data on some
Compex devices which data can be destroyed when the
firmware partition gets modified. Revert the change to
prevent that.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 39382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts r38197.

The automatically created firmware partition includes
the partition_table partition. Apart from the partition
table, this partition contains sensitive data on some
Compex devices which data can be destroyed when the
firmware partition gets modified. Revert the change to
prevent that.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 39382
</pre>
</div>
</content>
</entry>
<entry>
<title>generic: mtdsplit_uimage: add uImage magic for the WRN2200 board</title>
<updated>2013-10-30T06:51:01+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-10-30T06:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2f27f5d404a4293a01c8d8d646861a0df49e60a1'/>
<id>2f27f5d404a4293a01c8d8d646861a0df49e60a1</id>
<content type='text'>
Should fix boot failure on the WNR2200 boards.
Compile tested only.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should fix boot failure on the WNR2200 boards.
Compile tested only.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38594
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: create firmware partition from MyLoader partition parser</title>
<updated>2013-09-25T20:13:12+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-09-25T20:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fc79d210e0e70047309806c84aca02a00ae577b8'/>
<id>fc79d210e0e70047309806c84aca02a00ae577b8</id>
<content type='text'>
This is in preparation for sysupgrade support for Compex devices.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38197
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is in preparation for sysupgrade support for Compex devices.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38197
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/3.10: add partition parser for Seama firmwares</title>
<updated>2013-09-21T17:56:18+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-09-21T17:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2e62ff9320035e47a945cac48b16a4428844e5d7'/>
<id>2e62ff9320035e47a945cac48b16a4428844e5d7</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38114
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/3.10: add partition parser for uImage firmwares</title>
<updated>2013-09-21T17:56:09+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-09-21T17:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2f2ed5c5c161d77ae94f70c07caaeb1edbb419df'/>
<id>2f2ed5c5c161d77ae94f70c07caaeb1edbb419df</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38113
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38113
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/3.10: add default partition name defines to mtdsplit.h</title>
<updated>2013-09-21T17:56:01+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-09-21T17:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=98db90576c2f54a69f8099eb427e1abfcfbe2800'/>
<id>98db90576c2f54a69f8099eb427e1abfcfbe2800</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38112
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/3.10: add more helpers to the mtdsplit code</title>
<updated>2013-09-21T17:55:54+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-09-21T17:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=61c39f923be2d29702f8eb3a27519a00b790cd79'/>
<id>61c39f923be2d29702f8eb3a27519a00b790cd79</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38111
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/3.10: add separate rootfs partition parser</title>
<updated>2013-09-21T17:55:49+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-09-21T17:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=daec7ad7688415156e2730e401503d09bd3acf91'/>
<id>daec7ad7688415156e2730e401503d09bd3acf91</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38110
</pre>
</div>
</content>
</entry>
</feed>
