<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers, branch PD13.2.2</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>drivers: mmc: prepare mmc driver for tiwi</title>
<updated>2013-11-12T16:44:12+00:00</updated>
<author>
<name>Christian Hemp</name>
<email>c.hemp@phytec.de</email>
</author>
<published>2013-10-04T09:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ecacd71082e5eab9fdc6a82fa197ba7092374f2d'/>
<id>ecacd71082e5eab9fdc6a82fa197ba7092374f2d</id>
<content type='text'>
Signed-off-by: Grigory Milev &lt;g.milev@sam-solutions.net&gt;
Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Grigory Milev &lt;g.milev@sam-solutions.net&gt;
Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SDIO WiFi wl1271 support</title>
<updated>2013-11-12T16:44:12+00:00</updated>
<author>
<name>Christian Hemp</name>
<email>c.hemp@phytec.de</email>
</author>
<published>2013-10-04T09:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=db29867c3a08bd41d83d260fc86ea8b88b242fac'/>
<id>db29867c3a08bd41d83d260fc86ea8b88b242fac</id>
<content type='text'>
Signed-off-by: Grigory Milev &lt;g.milev@sam-solutions.net&gt;
Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Grigory Milev &lt;g.milev@sam-solutions.net&gt;
Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net: phy: micrel: remove asym pause support</title>
<updated>2013-11-12T16:44:12+00:00</updated>
<author>
<name>Christian Hemp</name>
<email>c.hemp@phytec.de</email>
</author>
<published>2013-10-04T08:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=fde551c868f0221854a9961502e1eeaea526fd67'/>
<id>fde551c868f0221854a9961502e1eeaea526fd67</id>
<content type='text'>
Micrel phy KSZ9031 and KSZ9021 have both the same HW bug
with asym_pause.
If asym_pause is enable you will have to unplug and replug the cable to make
the phy work.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Micrel phy KSZ9031 and KSZ9021 have both the same HW bug
with asym_pause.
If asym_pause is enable you will have to unplug and replug the cable to make
the phy work.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers:regulator da9063 reset volates on reboot</title>
<updated>2013-11-07T17:19:37+00:00</updated>
<author>
<name>Christian Hemp</name>
<email>c.hemp@phytec.de</email>
</author>
<published>2013-09-03T08:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5748721b79a5c56b40a489422e954c1b09936ddc'/>
<id>5748721b79a5c56b40a489422e954c1b09936ddc</id>
<content type='text'>
The PMIC DA9063 has no reset. We need to reset the voltages
themselves on reboot.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PMIC DA9063 has no reset. We need to reset the voltages
themselves on reboot.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>HDMI: Allow non CEA standard</title>
<updated>2013-11-07T17:19:36+00:00</updated>
<author>
<name>Christian Hemp</name>
<email>c.hemp@phytec.de</email>
</author>
<published>2013-05-06T13:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=88e02a0a701a26058de30d109eca1e41f0a907dd'/>
<id>88e02a0a701a26058de30d109eca1e41f0a907dd</id>
<content type='text'>
Don't filter mode get from EDID.

The filter was added with this patch:
ENGR00180117 HDMI: No audio output in 1080P on some TV

    Some TV support specific video mode that different with
    CEA standard, and it's pixel clock not comply CEA standard.
    But audio configuration paramter N and CTS should follow CEA standard.
    So audio may not work in these specific video mode.
    Filter video mode get from EDID, only keep standard CEA video mode
    in the modelist.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't filter mode get from EDID.

The filter was added with this patch:
ENGR00180117 HDMI: No audio output in 1080P on some TV

    Some TV support specific video mode that different with
    CEA standard, and it's pixel clock not comply CEA standard.
    But audio configuration paramter N and CTS should follow CEA standard.
    So audio may not work in these specific video mode.
    Filter video mode get from EDID, only keep standard CEA video mode
    in the modelist.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ethernet: set phy id correct</title>
<updated>2013-11-07T17:19:36+00:00</updated>
<author>
<name>Christian Hemp</name>
<email>c.hemp@phytec.de</email>
</author>
<published>2013-08-26T08:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=96e1e344bc34d71f027a4ef845d00255eae7bfe9'/>
<id>96e1e344bc34d71f027a4ef845d00255eae7bfe9</id>
<content type='text'>
Set the correct phyID for Micrel KSZ9031

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the correct phyID for Micrel KSZ9031

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for 'bucking' problem.</title>
<updated>2013-11-07T17:19:35+00:00</updated>
<author>
<name>Dmitry Lavnikevich</name>
<email>d.lavnikevich@sam-solutions.net</email>
</author>
<published>2013-07-30T12:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=59b3dbc0264ad28522827c61c7548c6db2bd5782'/>
<id>59b3dbc0264ad28522827c61c7548c6db2bd5782</id>
<content type='text'>
Minor changes into camera host driver:
- reinitialize current buffer index with 0 on each capture start;
- do not change buffer index if channel buffer wasn't updated.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor changes into camera host driver:
- reinitialize current buffer index with 0 on each capture start;
- do not change buffer index if channel buffer wasn't updated.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>imx: fec: Fix worng phy_speed</title>
<updated>2013-11-07T17:19:35+00:00</updated>
<author>
<name>Christian Hemp</name>
<email>c.hemp@phytec.de</email>
</author>
<published>2013-07-19T09:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=86dcdca8d73470e5e3511a9d54cbd63361fef299'/>
<id>86dcdca8d73470e5e3511a9d54cbd63361fef299</id>
<content type='text'>
Fix calculation for phy_speed (MII_SPEED)
and use the right clock (ipg_clk).

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix calculation for phy_speed (MII_SPEED)
and use the right clock (ipg_clk).

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>camera-support:Change the frequencies</title>
<updated>2013-11-07T17:19:34+00:00</updated>
<author>
<name>Dirk Bender</name>
<email>bender@numalfix.phytec.de</email>
</author>
<published>2013-07-08T13:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c320bd4fdfe446bef24dfc427ad4d1766bf3bc92'/>
<id>c320bd4fdfe446bef24dfc427ad4d1766bf3bc92</id>
<content type='text'>
Change the frequencies for the pll4 (clock.c)
Change the frequencies for the different phytec camera moduls (board-mx6q_phyflex.c)
Add new pll configs for the mt9p031 sensor (mt9p031.c)

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the frequencies for the pll4 (clock.c)
Change the frequencies for the different phytec camera moduls (board-mx6q_phyflex.c)
Add new pll configs for the mt9p031 sensor (mt9p031.c)

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mt9p031: Changed the possible PLL stettings</title>
<updated>2013-11-07T17:19:33+00:00</updated>
<author>
<name>Dirk Bender</name>
<email>bender@numalfix.phytec.de</email>
</author>
<published>2013-06-25T13:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=85e7c088cbd23a5bd2d04334cda4be0fe3b686b4'/>
<id>85e7c088cbd23a5bd2d04334cda4be0fe3b686b4</id>
<content type='text'>
The change is needed because of the setting in the platformcode.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The change is needed because of the setting in the platformcode.

Signed-off-by: Christian Hemp &lt;c.hemp@phytec.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
