<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/at91/files, 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>at91: Add dts for Exegin Q5x boards.</title>
<updated>2015-02-19T09:07:06+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-02-19T09:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0227827f7bdfd029f40a4bf4b12a325e11dd4859'/>
<id>0227827f7bdfd029f40a4bf4b12a325e11dd4859</id>
<content type='text'>
Signed-off-by: Owen Kirby &lt;osk@exegin.com&gt;

SVN-Revision: 44492
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Owen Kirby &lt;osk@exegin.com&gt;

SVN-Revision: 44492
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: bump to v3.18</title>
<updated>2015-02-18T13:35:46+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-02-18T13:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a6e4685884e4b9542ca660be7948d48810d8788'/>
<id>4a6e4685884e4b9542ca660be7948d48810d8788</id>
<content type='text'>
Signed-off-by: Your Name &lt;blogic@openwrt.org&gt;

SVN-Revision: 44489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Your Name &lt;blogic@openwrt.org&gt;

SVN-Revision: 44489
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: move 3.10 specific files and patches</title>
<updated>2014-09-03T03:09:51+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2014-09-03T03:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=035f68e8587800c5c9a9d2a7cbeb44a4afeb85e4'/>
<id>035f68e8587800c5c9a9d2a7cbeb44a4afeb85e4</id>
<content type='text'>
In preparation for adding 3.14 kernel support, move files and patches to
a separate per-version directory since some of them will have
incompatible changes (e.g: dts)

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 42413
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In preparation for adding 3.14 kernel support, move files and patches to
a separate per-version directory since some of them will have
incompatible changes (e.g: dts)

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 42413
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: modify mtd related patches for 3.14</title>
<updated>2014-05-08T21:52:04+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2014-05-08T21:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f5e5477c8135b4a43a9031ca24a2bfc6ec8ff228'/>
<id>f5e5477c8135b4a43a9031ca24a2bfc6ec8ff228</id>
<content type='text'>
The change is the same as ("kernel/generic: modify mtd related
patches"). Since these files are under files directory, not a files
directory of specific kernel version, better to also change them. So
it will avoid adding files to future specific files directory
(e.g. files-3.14) for this mtd related change.

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

SVN-Revision: 40732
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change is the same as ("kernel/generic: modify mtd related
patches"). Since these files are under files directory, not a files
directory of specific kernel version, better to also change them. So
it will avoid adding files to future specific files directory
(e.g. files-3.14) for this mtd related change.

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

SVN-Revision: 40732
</pre>
</div>
</content>
</entry>
<entry>
<title>at91: upgrade to kernel 3.8.7 and use devicetree</title>
<updated>2013-04-26T16:55:40+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-04-26T16:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=988ae9cbf8efbb2050a34e61b5518d93f41cb606'/>
<id>988ae9cbf8efbb2050a34e61b5518d93f41cb606</id>
<content type='text'>
This upgrades the AT91 target to 3.8.7, and migrates to device tree.
This allows a single kernel to be built for most at91 variants which
simplifies things quite a bit. The immediate result is that all
subtargets are nuked, and any boards without dts files are no longer
supported, though the target now includes more boards than before. The
adc driver was also nuked as 3.8.7 includes a new one under the IIO
subsystem.

Signed-off-by: Adam Porter &lt;porter.adam@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 36452
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This upgrades the AT91 target to 3.8.7, and migrates to device tree.
This allows a single kernel to be built for most at91 variants which
simplifies things quite a bit. The immediate result is that all
subtargets are nuked, and any boards without dts files are no longer
supported, though the target now includes more boards than before. The
adc driver was also nuked as 3.8.7 includes a new one under the IIO
subsystem.

Signed-off-by: Adam Porter &lt;porter.adam@gmail.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 36452
</pre>
</div>
</content>
</entry>
<entry>
<title>tqma9263: update board definition for 3.x series and fix config choose</title>
<updated>2012-04-22T09:09:53+00:00</updated>
<author>
<name>Claudio Mignanti</name>
<email>c.mignanti@gmail.com</email>
</author>
<published>2012-04-22T09:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6cd35fe3d3bf1204040832803354dad1d9d26f49'/>
<id>6cd35fe3d3bf1204040832803354dad1d9d26f49</id>
<content type='text'>
SVN-Revision: 31436
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31436
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old netus board definition</title>
<updated>2012-04-22T09:09:50+00:00</updated>
<author>
<name>Claudio Mignanti</name>
<email>c.mignanti@gmail.com</email>
</author>
<published>2012-04-22T09:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2852345af0aef1e5ab62e9ba977f950a1ab6f321'/>
<id>2852345af0aef1e5ab62e9ba977f950a1ab6f321</id>
<content type='text'>
SVN-Revision: 31435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31435
</pre>
</div>
</content>
</entry>
<entry>
<title>add TQMa9263 board setup</title>
<updated>2011-01-27T20:55:26+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-01-27T20:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=05c829ecf2bd73d9175adea70b2d7eca2ee35674'/>
<id>05c829ecf2bd73d9175adea70b2d7eca2ee35674</id>
<content type='text'>
SVN-Revision: 25163
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25163
</pre>
</div>
</content>
</entry>
<entry>
<title>Import an experimental ADC driver</title>
<updated>2010-12-23T15:20:26+00:00</updated>
<author>
<name>Claudio Mignanti</name>
<email>c.mignanti@gmail.com</email>
</author>
<published>2010-12-23T15:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cd540fed5bb5e208b972a40b9ec2bba15b911dd9'/>
<id>cd540fed5bb5e208b972a40b9ec2bba15b911dd9</id>
<content type='text'>
SVN-Revision: 24814
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24814
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for FOXGM carrier board</title>
<updated>2010-10-11T16:31:34+00:00</updated>
<author>
<name>Claudio Mignanti</name>
<email>c.mignanti@gmail.com</email>
</author>
<published>2010-10-11T16:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=31eb457b7e0f3e068b3543b1f27f1f32f40a5a9d'/>
<id>31eb457b7e0f3e068b3543b1f27f1f32f40a5a9d</id>
<content type='text'>
SVN-Revision: 23398
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23398
</pre>
</div>
</content>
</entry>
</feed>
