<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic/patches-2.6.37/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.37: R.I.P.</title>
<updated>2012-05-12T12:05:19+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-05-12T12:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=08ed044595b404fa626f71c9b1c1fbc599ad7587'/>
<id>08ed044595b404fa626f71c9b1c1fbc599ad7587</id>
<content type='text'>
SVN-Revision: 31687
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31687
</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>refresh 2.6.37 patches</title>
<updated>2011-05-20T10:06:11+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2011-05-20T10:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f9f8dcfa705d84666a58aa71054d0223421f2005'/>
<id>f9f8dcfa705d84666a58aa71054d0223421f2005</id>
<content type='text'>
SVN-Revision: 26955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 26955
</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.37 patches</title>
<updated>2011-04-16T18:31:21+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-04-16T18:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a1624421aeb492791e696230bc337daa3a836406'/>
<id>a1624421aeb492791e696230bc337daa3a836406</id>
<content type='text'>
SVN-Revision: 26692
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 26692
</pre>
</div>
</content>
</entry>
</feed>
