<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/mpc85xx/files/arch, 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>mpc85xx/tl-wdr4900: correct address of the gpio controller</title>
<updated>2016-02-26T08:35:29+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-02-26T08:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cbfec477ce7f76bffebfc7239f0a141e72473362'/>
<id>cbfec477ce7f76bffebfc7239f0a141e72473362</id>
<content type='text'>
since linux 3.19 the address of the gpio-controller changed

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

SVN-Revision: 48794
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since linux 3.19 the address of the gpio-controller changed

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

SVN-Revision: 48794
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc85xx: fix TL-WDR4900 mac address assignment to match original firmware</title>
<updated>2016-02-07T14:18:36+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-02-07T14:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=32dea5d2a93ed1efa10052746fb932b3a2d67770'/>
<id>32dea5d2a93ed1efa10052746fb932b3a2d67770</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48645
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48645
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc85xx: Add PTP node for TL-WD4900 in device tree</title>
<updated>2016-01-17T11:16:52+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-17T11:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=271a348cda0688e41ee54d5d246a4b4674b4dc81'/>
<id>271a348cda0688e41ee54d5d246a4b4674b4dc81</id>
<content type='text'>
PTP requires at least one timer to be 1PPS so describe it.
For testing, load kernel module gianfar_ptp and use ptp4l
from linuxptp.

Copied from FSL P1010RDB reference design.

Signed-off-by: Wojciech Dubowik &lt;Wojciech.Dubowik@neratec.com&gt;

SVN-Revision: 48275
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PTP requires at least one timer to be 1PPS so describe it.
For testing, load kernel module gianfar_ptp and use ptp4l
from linuxptp.

Copied from FSL P1010RDB reference design.

Signed-off-by: Wojciech Dubowik &lt;Wojciech.Dubowik@neratec.com&gt;

SVN-Revision: 48275
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc85xx: fix up m25p80 device id (#21286)</title>
<updated>2015-12-02T17:35:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-12-02T17:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e2999a8e5fd9f6a8eea91bb070ca01e5eae387be'/>
<id>e2999a8e5fd9f6a8eea91bb070ca01e5eae387be</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47691
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47691
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc85xx: Enable RFKill and USB Power GPIO Control for WDR4900v1</title>
<updated>2015-07-09T06:56:45+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-07-09T06:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=71db293eabb6035b84614b033633c2a7f74d07fc'/>
<id>71db293eabb6035b84614b033633c2a7f74d07fc</id>
<content type='text'>
This patch adds the RFKill GPIO control switch and enables another GPIO to
control power supply to USB Ports by emulating an LED GPIO for WDR4900v1.

Signed-off-by: Guo Wei Lim &lt;alphasparc@gmail.com&gt;

SVN-Revision: 46279
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the RFKill GPIO control switch and enables another GPIO to
control power supply to USB Ports by emulating an LED GPIO for WDR4900v1.

Signed-off-by: Guo Wei Lim &lt;alphasparc@gmail.com&gt;

SVN-Revision: 46279
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc85xx: TL-WDR4900: Fix port 6 being shown as up (10MBit/half) in LUCI/swconfig</title>
<updated>2015-05-25T21:15:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-05-25T21:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7b85e8e316e9338a29ea5398c35961fc40ef354a'/>
<id>7b85e8e316e9338a29ea5398c35961fc40ef354a</id>
<content type='text'>
Currently port 6 is shown as up 10MBit/half in LUCI and swconfig.
Reason is that all bits in the port 6 config are zero.
This means that also the aneg flag is not set and in this case
ar8216_read_port_link hardcodes the link to be up.

This is no real problem but a little annoying.
To fix this initialize port 6 with the aneg bit enabled.
This causes ar8216_read_port_link to evaluate the link status bit which is
always zero for port 6 as no PHY is connected to this port.
And it doesn't hurt as port 6 isn't connected to anything on TL-WDR4900.

Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;

SVN-Revision: 45749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently port 6 is shown as up 10MBit/half in LUCI and swconfig.
Reason is that all bits in the port 6 config are zero.
This means that also the aneg flag is not set and in this case
ar8216_read_port_link hardcodes the link to be up.

This is no real problem but a little annoying.
To fix this initialize port 6 with the aneg bit enabled.
This causes ar8216_read_port_link to evaluate the link status bit which is
always zero for port 6 as no PHY is connected to this port.
And it doesn't hurt as port 6 isn't connected to anything on TL-WDR4900.

Signed-off-by: Heiner Kallweit &lt;hkallweit1@gmail.com&gt;

SVN-Revision: 45749
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc85xx: replace WDR4900 uci-defaults ethernet MAC address hack with DTS entry</title>
<updated>2015-05-03T18:00:47+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-05-03T18:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3ee45e61fe7ad6b8536d671aea077501ed150720'/>
<id>3ee45e61fe7ad6b8536d671aea077501ed150720</id>
<content type='text'>
This also changes the MAC address to one of the adresses actually used by the
stock firmware on one of the ethernet interfaces.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 45599
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also changes the MAC address to one of the adresses actually used by the
stock firmware on one of the ethernet interfaces.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 45599
</pre>
</div>
</content>
</entry>
<entry>
<title>mpc85xx: move newly created files from patch files to files directory</title>
<updated>2015-05-03T17:58:45+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-05-03T17:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b9fbf31fe76d53148bb073108cc74b3ea9a43bad'/>
<id>b9fbf31fe76d53148bb073108cc74b3ea9a43bad</id>
<content type='text'>
This will make these files much more maintainable.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 45597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will make these files much more maintainable.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

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