<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ar71xx/files/drivers/gpio, branch master</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>ar71xx: remove obsolete '&lt; KERNEL_VERSION(3, 15, 0)' checks</title>
<updated>2018-01-09T20:33:18+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@freemail.hu</email>
</author>
<published>2018-01-09T20:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7a4930b27c2f4d336b4f69a5f47c4843876bf021'/>
<id>7a4930b27c2f4d336b4f69a5f47c4843876bf021</id>
<content type='text'>
Because the oldest supported kernel version on the ar71xx target is 4.4,
the condition that the kernel version is smaller than 3.15.0 is always
false. Remove the obsolete checks from the target specific source files
to clean up the code a bit.

Signed-off-by: Gabor Juhos &lt;juhosg@freemail.hu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because the oldest supported kernel version on the ar71xx target is 4.4,
the condition that the kernel version is smaller than 3.15.0 is always
false. Remove the obsolete checks from the target specific source files
to clean up the code a bit.

Signed-off-by: Gabor Juhos &lt;juhosg@freemail.hu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: Add kernel 4.9 support</title>
<updated>2017-10-11T20:32:39+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2017-10-03T16:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7bbf4117c6fe4b764d9d7c62fb2bcf6dd93bff2c'/>
<id>7bbf4117c6fe4b764d9d7c62fb2bcf6dd93bff2c</id>
<content type='text'>
This add support for kernel 4.9 to the ar71xx target.
It was compile tested with the generic, NAND and mikrotik subtarget.
Multiple members of the community tested it on their boards and did not
report any major problem so far.

Especially the NAND part received some changes to adapt to the new
kernel APIs. The serial driver hack used for the Arduino Yun was not
ported because the kernel changed there a lot.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This add support for kernel 4.9 to the ar71xx target.
It was compile tested with the generic, NAND and mikrotik subtarget.
Multiple members of the community tested it on their boards and did not
report any major problem so far.

Especially the NAND part received some changes to adapt to the new
kernel APIs. The serial driver hack used for the Arduino Yun was not
ported because the kernel changed there a lot.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: fix gpio-latch driver</title>
<updated>2015-03-10T20:19:54+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-03-10T20:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=daf2140192150dfb740e09c0aede68d242db0fdd'/>
<id>daf2140192150dfb740e09c0aede68d242db0fdd</id>
<content type='text'>
gpio api has changed. the remove call no longer returns a value.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 44650
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gpio api has changed. the remove call no longer returns a value.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 44650
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: add v3.18 support</title>
<updated>2015-02-15T19:45:29+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-02-15T19:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7e4b3de2493f024432935e283f5eeb2920957871'/>
<id>7e4b3de2493f024432935e283f5eeb2920957871</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

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

SVN-Revision: 44456
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: add a generic GPIO latch driver</title>
<updated>2014-02-22T18:05:29+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2014-02-22T18:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ab08c4048738cba717aa3dd33f3c75f94f5948a3'/>
<id>ab08c4048738cba717aa3dd33f3c75f94f5948a3</id>
<content type='text'>
It will be used for the Mikrotik boards.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 39697
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It will be used for the Mikrotik boards.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 39697
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: remove __dev{init,exit} annotations from kernel files</title>
<updated>2013-02-19T20:52:06+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-02-19T20:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4341b11f3eacb77d5e04ce70a9d30a05918b7c3b'/>
<id>4341b11f3eacb77d5e04ce70a9d30a05918b7c3b</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35687
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35687
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: rename the nxp_74hc153 driver</title>
<updated>2012-01-22T13:51:52+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-01-22T13:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=aad175d5b6a015f0bfc35436952638df0bc57ded'/>
<id>aad175d5b6a015f0bfc35436952638df0bc57ded</id>
<content type='text'>
SVN-Revision: 29850
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29850
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: fix whitespaces nits</title>
<updated>2010-11-12T18:50:29+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2010-11-12T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=500fac17357c37f07b9e8535b44d355d442b3b55'/>
<id>500fac17357c37f07b9e8535b44d355d442b3b55</id>
<content type='text'>
(build error has been fixed - juhosg)

Signed-off-by: Arnaud Lacombe &lt;lacombar@gmail.com&gt;

SVN-Revision: 23975
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(build error has been fixed - juhosg)

Signed-off-by: Arnaud Lacombe &lt;lacombar@gmail.com&gt;

SVN-Revision: 23975
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: fix 2.6.34 build errors</title>
<updated>2010-06-07T09:18:13+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2010-06-07T09:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=90e2b1ad6bc0f5cbaf77a6c86c883c7c99415c1e'/>
<id>90e2b1ad6bc0f5cbaf77a6c86c883c7c99415c1e</id>
<content type='text'>
SVN-Revision: 21698
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21698
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: add GPIO driver for the NXP 74HC153 chip</title>
<updated>2010-01-15T12:07:58+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2010-01-15T12:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e92c0c78302971947e0cd77f504ab14dbd3591fe'/>
<id>e92c0c78302971947e0cd77f504ab14dbd3591fe</id>
<content type='text'>
SVN-Revision: 19149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19149
</pre>
</div>
</content>
</entry>
</feed>
