<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/brcm63xx/config-3.18, 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>brcm63xx: drop 3.18 support</title>
<updated>2015-12-02T22:16:37+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-12-02T22:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9d7e058a237f04d99797174f2764d90ac8b41818'/>
<id>9d7e058a237f04d99797174f2764d90ac8b41818</id>
<content type='text'>
Drop 3.18 support; it will live on in CC.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 47696
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop 3.18 support; it will live on in CC.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 47696
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm63xx: disable the openwrt commandline hack</title>
<updated>2015-08-30T12:18:00+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-08-30T12:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=09609b4e44df9bdd85ed2a1b043a6900825ccaeb'/>
<id>09609b4e44df9bdd85ed2a1b043a6900825ccaeb</id>
<content type='text'>
We don't make use of it, so no need to have it enabled.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46757
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't make use of it, so no need to have it enabled.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46757
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: move KERNFS to generic config</title>
<updated>2015-03-06T07:56:47+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-06T07:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d15ac306fa3c445d9bbb98e4a5add327b4464f0d'/>
<id>d15ac306fa3c445d9bbb98e4a5add327b4464f0d</id>
<content type='text'>
KERNFS symbol is selected by SYSFS, so place it in generic config.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KERNFS symbol is selected by SYSFS, so place it in generic config.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44615
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLED</title>
<updated>2015-03-06T07:56:34+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-06T07:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f04a268a043f8a2a7bfde79f7ca3e49718055798'/>
<id>f04a268a043f8a2a7bfde79f7ca3e49718055798</id>
<content type='text'>
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since
only one platfrom (omap) needs them.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44614
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since
only one platfrom (omap) needs them.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44614
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: disbale HAMRADIO in generic config</title>
<updated>2015-03-06T07:56:21+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-06T07:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fa097e5ae5fddb82a077a0bb1676a512fa2d908e'/>
<id>fa097e5ae5fddb82a077a0bb1676a512fa2d908e</id>
<content type='text'>
HAMRADIO enabled in all generic configs, but no one platform directly
use related drivers/protocols. This symbol is only used for kmod-ax25
package modules. Furthermore, half of platforms explicitly disables
this symbol, what silently disables build of modules for kmod-ax25
package.

So disable HAMRADIO by-default in generic config, add it to kmod-ax25
package and remove it from platform specific configs.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HAMRADIO enabled in all generic configs, but no one platform directly
use related drivers/protocols. This symbol is only used for kmod-ax25
package modules. Furthermore, half of platforms explicitly disables
this symbol, what silently disables build of modules for kmod-ax25
package.

So disable HAMRADIO by-default in generic config, add it to kmod-ax25
package and remove it from platform specific configs.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44613
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: move MTD_SPLIT_SUPPORT to generic config</title>
<updated>2015-03-06T07:56:08+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-06T07:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=66178457116e5bbaf67d48cbbed158f68adf8ce1'/>
<id>66178457116e5bbaf67d48cbbed158f68adf8ce1</id>
<content type='text'>
CONFIG_MTD_SPLIT_SUPPORT symbol default value is 'y' and many platform
specific configs explicitly enables it, while no one platform disables
this symbol. So place it in generic config and remove from platform
specific configs.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44612
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CONFIG_MTD_SPLIT_SUPPORT symbol default value is 'y' and many platform
specific configs explicitly enables it, while no one platform disables
this symbol. So place it in generic config and remove from platform
specific configs.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44612
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx, brcm63xx: disable CONFIG_MIPS_O32_FP64_SUPPORT</title>
<updated>2015-03-01T11:37:18+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-03-01T11:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3069934e37334a74eee11b48f82e8d32a4c77b54'/>
<id>3069934e37334a74eee11b48f82e8d32a4c77b54</id>
<content type='text'>
The flag is experimental and requires toolchain support, which we don't
provide. Also neither target has an FPU so it becomes meaningless
without the FPU emulator enabled.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 44584
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The flag is experimental and requires toolchain support, which we don't
provide. Also neither target has an FPU so it becomes meaningless
without the FPU emulator enabled.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 44584
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm63xx: backport and enable DT spi-gpio no CS support</title>
<updated>2015-02-27T23:48:48+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-02-27T23:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a'/>
<id>b694c45d335c5d9bbec86dbc73470e8c0e2c1a3a</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 44570
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 44570
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm63xx: probe gpio controllers through DT</title>
<updated>2015-02-27T17:39:49+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-02-27T17:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=eea227c60d593c2fe5692365936703bbebdbd1ad'/>
<id>eea227c60d593c2fe5692365936703bbebdbd1ad</id>
<content type='text'>
Add a generic mmio gpio controller based driver and probe it
through device tree.

Use aliases for base calculation until we converted all users to
device tree or named gpios.

Convert bcm63xx_enet's ephy-reset gpio to use a named gpio.

While at it, remove the duplicate reset gpio defintion for livebox.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 44565
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a generic mmio gpio controller based driver and probe it
through device tree.

Use aliases for base calculation until we converted all users to
device tree or named gpios.

Convert bcm63xx_enet's ephy-reset gpio to use a named gpio.

While at it, remove the duplicate reset gpio defintion for livebox.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 44565
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm63xx: fix a few issues in irq chip drivers</title>
<updated>2014-12-08T16:11:52+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2014-12-08T16:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=bdb1ee51f85607632893564dc332f1469c0970d4'/>
<id>bdb1ee51f85607632893564dc332f1469c0970d4</id>
<content type='text'>
Fix locking and lock usage, making it compile for SMP.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 43578
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix locking and lock usage, making it compile for SMP.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

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