<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/modules.mk, branch v17.01.3</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>ramips: add back the i2c-mt7621 module</title>
<updated>2017-01-15T19:45:59+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@phrozen.org</email>
</author>
<published>2017-01-15T19:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c067011af899bf637215849948a962241a3ed62a'/>
<id>c067011af899bf637215849948a962241a3ed62a</id>
<content type='text'>
mt7628/88 are still using this module.

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mt7628/88 are still using this module.

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: Add I2C driver to the default kernel config</title>
<updated>2017-01-15T16:43:05+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2017-01-13T15:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=80768ddccd6275d1506badcf57ae31560ca19da2'/>
<id>80768ddccd6275d1506badcf57ae31560ca19da2</id>
<content type='text'>
I made a commit that added the RTC driver to the kernel config with
the intent that it would fix hctosys. Unfortunately while the RTC
driver is in there, it's connected through I2C, the driver for which
comes in module form and is thus loaded late. After this commit, it
works fine.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I made a commit that added the RTC driver to the kernel config with
the intent that it would fix hctosys. Unfortunately while the RTC
driver is in there, it's connected through I2C, the driver for which
comes in module form and is thus loaded late. After this commit, it
works fine.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: Use MT7621 I2C driver for MT7628/MT7688</title>
<updated>2016-11-03T07:27:20+00:00</updated>
<author>
<name>Sven Schwermer</name>
<email>sven.schwermer@arcor.de</email>
</author>
<published>2016-11-02T10:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5511c1c7c1b1e446098c807f6022b21df369cb34'/>
<id>5511c1c7c1b1e446098c807f6022b21df369cb34</id>
<content type='text'>
The i2c-ramips driver does not work for the MT7628/MT7688 SoCs, the
i2c-mt7621 driver does.

Signed-off-by: Sven Schwermer &lt;sven.schwermer@arcor.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The i2c-ramips driver does not work for the MT7628/MT7688 SoCs, the
i2c-mt7621 driver does.

Signed-off-by: Sven Schwermer &lt;sven.schwermer@arcor.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: modify audio kernel module and add dma options</title>
<updated>2016-07-11T12:19:47+00:00</updated>
<author>
<name>Michael Lee</name>
<email>igvtee@gmail.com</email>
</author>
<published>2016-07-06T03:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9062c4fe99c54dc117d531143bd981b2c64a50ec'/>
<id>9062c4fe99c54dc117d531143bd981b2c64a50ec</id>
<content type='text'>
* add gdma and hsdma kernel modules
* i2s support all ramips targets except rt288x
* i2s need gdma to transfer data
* add simple audio kernel module. it support device tree binding

Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add gdma and hsdma kernel modules
* i2s support all ramips targets except rt288x
* i2s need gdma to transfer data
* add simple audio kernel module. it support device tree binding

Signed-off-by: Michael Lee &lt;igvtee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: fix kmod-sound-mt7620 packaging</title>
<updated>2016-06-14T12:31:18+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2016-06-14T12:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5550d98015f825cd60001cfcd7a31e8655e1cbeb'/>
<id>5550d98015f825cd60001cfcd7a31e8655e1cbeb</id>
<content type='text'>
Commit 9ff8928bb9c28be701eb963e591afcfd54b9d8c9 renamed the snd-soc-mt7620-i2s
driver and dropped snd-soc-mt7620-wm8960 which selected CONFIG_SND_SOC_WM8960
breaking all ramips builds due to undefined kernel config symbols.

Rework the kmod-sound-mt7620 package to explicitely select the
CONFIG_SND_SOC_WM8960 symbols and change it to bundle the renamed .ko file.

Also remove the @BROKEN flag and exclude it on the rt288x subtarget instead.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 9ff8928bb9c28be701eb963e591afcfd54b9d8c9 renamed the snd-soc-mt7620-i2s
driver and dropped snd-soc-mt7620-wm8960 which selected CONFIG_SND_SOC_WM8960
breaking all ramips builds due to undefined kernel config symbols.

Rework the kmod-sound-mt7620 package to explicitely select the
CONFIG_SND_SOC_WM8960 symbols and change it to bundle the renamed .ko file.

Also remove the @BROKEN flag and exclude it on the rt288x subtarget instead.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add kmod-pwm-mediatek for mt7628/mt7688</title>
<updated>2016-06-03T11:24:25+00:00</updated>
<author>
<name>Álvaro Fernández Rojas</name>
<email>noltari@gmail.com</email>
</author>
<published>2016-06-03T10:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=29b412b8c511f50c4efb40a66a513cd4d015e5d6'/>
<id>29b412b8c511f50c4efb40a66a513cd4d015e5d6</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</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;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: delete the broken sound driver</title>
<updated>2016-01-18T13:40:15+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-18T13:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3c3fb1dfc0bdd2edb2cd49054c49af79487b79ce'/>
<id>3c3fb1dfc0bdd2edb2cd49054c49af79487b79ce</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48318
</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: 48318
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: mark kmod-sound-mtk as broken, it does not compile properly</title>
<updated>2016-01-18T13:22:38+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-18T13:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=63aa7023d8e04fb40ed0dc4971e80e86330b7ac6'/>
<id>63aa7023d8e04fb40ed0dc4971e80e86330b7ac6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48317
</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: 48317
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: fix kernel config handling for mt7620/mt7628 sound module</title>
<updated>2016-01-18T13:22:34+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-18T13:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fa61e3fbba6bbb936ae381389d2968c8b75c4424'/>
<id>fa61e3fbba6bbb936ae381389d2968c8b75c4424</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48316
</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: 48316
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add alsa support</title>
<updated>2015-10-19T10:07:54+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-10-19T10:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7295e9fb8be958913764eea2e6c467464dba4c41'/>
<id>7295e9fb8be958913764eea2e6c467464dba4c41</id>
<content type='text'>
add the SDK alsa driver. this has only been tested on mt7628/88 and wm8960.
mt7620 is only compile tested.

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

SVN-Revision: 47205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add the SDK alsa driver. this has only been tested on mt7628/88 and wm8960.
mt7620 is only compile tested.

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

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