<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic/patches-2.6.38/400-rootfs_split.patch, branch reboot</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>linux/2.6.38: R.I.P.</title>
<updated>2012-05-12T12:05:21+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-05-12T12:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e710aeeab10e2b420ad012c0d9fb639266a63515'/>
<id>e710aeeab10e2b420ad012c0d9fb639266a63515</id>
<content type='text'>
It is used only by the broken coldfire target.

SVN-Revision: 31688
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is used only by the broken coldfire target.

SVN-Revision: 31688
</pre>
</div>
</content>
</entry>
<entry>
<title>target: linux: mtd: fix MTDREFRESH to an arbitrary high number</title>
<updated>2011-11-09T21:16:36+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2011-11-09T21:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f53128f79b8fa5ec781c6c8957477b46c6198e8f'/>
<id>f53128f79b8fa5ec781c6c8957477b46c6198e8f</id>
<content type='text'>
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.

Also make mtd use the in-kernel mtd headers.

SVN-Revision: 28893
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.

Also make mtd use the in-kernel mtd headers.

SVN-Revision: 28893
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup mtd refresh and co.</title>
<updated>2011-07-06T12:55:21+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2011-07-06T12:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=90bd74dd8b87d84697efbd3c2624c58496783dad'/>
<id>90bd74dd8b87d84697efbd3c2624c58496783dad</id>
<content type='text'>
SVN-Revision: 27491
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27491
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mtd warnings</title>
<updated>2011-05-25T19:16:58+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2011-05-25T19:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fad3f46f0d2da16f99fd9148870a8d5ef8cc01bb'/>
<id>fad3f46f0d2da16f99fd9148870a8d5ef8cc01bb</id>
<content type='text'>
Fixes for the following warnings:

drivers/mtd/devices/block2mtd.c: In function '_open_bdev':
drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code
drivers/mtd/devices/block2mtd.c: In function 'add_device':
drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type

In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;

SVN-Revision: 27007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes for the following warnings:

drivers/mtd/devices/block2mtd.c: In function '_open_bdev':
drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code
drivers/mtd/devices/block2mtd.c: In function 'add_device':
drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type

In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;

SVN-Revision: 27007
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches</title>
<updated>2011-05-15T17:23:02+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2011-05-15T17:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a4c0645326f05e9e69e6422f0d76f2141aea16b3'/>
<id>a4c0645326f05e9e69e6422f0d76f2141aea16b3</id>
<content type='text'>
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel.

SVN-Revision: 26905
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel.

SVN-Revision: 26905
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.</title>
<updated>2011-04-17T18:32:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-04-17T18:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ede6b0d3600b11aaeacc0316bb18ab6e58aa9541'/>
<id>ede6b0d3600b11aaeacc0316bb18ab6e58aa9541</id>
<content type='text'>
Use offset from struct mtd_part instead of struct mtd_partition for defining
the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in
struct mtd_partition.

Signed-off-by: Jochen Friedrich &lt;jochen@scram.de&gt;

SVN-Revision: 26705
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use offset from struct mtd_part instead of struct mtd_partition for defining
the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in
struct mtd_partition.

Signed-off-by: Jochen Friedrich &lt;jochen@scram.de&gt;

SVN-Revision: 26705
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: reorganize 2.6.38 patches, clean up block2mtd patches</title>
<updated>2011-04-16T18:30:57+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-04-16T18:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=71d8c66250eef1806d680a27d175c61dd9971a5e'/>
<id>71d8c66250eef1806d680a27d175c61dd9971a5e</id>
<content type='text'>
SVN-Revision: 26690
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 26690
</pre>
</div>
</content>
</entry>
</feed>
