<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers, branch colibri</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>Revert "fbcon: workaround full screen custom boot logo issue and disable cursor"</title>
<updated>2014-08-04T11:08:05+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2014-08-04T11:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5df112cd75b9cf85a5a976f847bdcba4020c2dcd'/>
<id>5df112cd75b9cf85a5a976f847bdcba4020c2dcd</id>
<content type='text'>
The whole rounding stuff really depends on a specific resolution.

This reverts commit 4dd83942b418b937e3da02746baabf63f37fe682.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The whole rounding stuff really depends on a specific resolution.

This reverts commit 4dd83942b418b937e3da02746baabf63f37fe682.
</pre>
</div>
</content>
</entry>
<entry>
<title>fbcon: workaround full screen custom boot logo issue and disable cursor</title>
<updated>2014-08-04T09:28:48+00:00</updated>
<author>
<name>Raul Munoz</name>
<email>raul.munoz@toradex.com</email>
</author>
<published>2014-08-04T09:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4dd83942b418b937e3da02746baabf63f37fe682'/>
<id>4dd83942b418b937e3da02746baabf63f37fe682</id>
<content type='text'>
Force round down in division calculating required logo height as
preceding code did round up as follows:

logo_lines = DIV_ROUND_UP(logo_height, vc-&gt;vc_font.height);

Which resulted in no boot-logo shown at all due to not enough lines
being available.

Additionally disable cursor for custom boot logo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Force round down in division calculating required logo height as
preceding code did round up as follows:

logo_lines = DIV_ROUND_UP(logo_height, vc-&gt;vc_font.height);

Which resulted in no boot-logo shown at all due to not enough lines
being available.

Additionally disable cursor for custom boot logo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fbcon: workaround full screen boot-logo issue"</title>
<updated>2014-08-04T07:58:47+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2014-08-04T07:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2f6ab2173097420f32bf5bf7f18efa4725b3246d'/>
<id>2f6ab2173097420f32bf5bf7f18efa4725b3246d</id>
<content type='text'>
Using this unconditionally cuts the birds feet (;-p).

This reverts commit 491f263ebfb338c59abfbde6d4e0e7256a0150fa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using this unconditionally cuts the birds feet (;-p).

This reverts commit 491f263ebfb338c59abfbde6d4e0e7256a0150fa.
</pre>
</div>
</content>
</entry>
<entry>
<title>mmc: card: retry if transfer aborted due to out of range</title>
<updated>2014-07-21T12:26:21+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2014-06-24T11:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bdf9e11d339ebc121e80e7ecdd44e0abcaf4ff38'/>
<id>bdf9e11d339ebc121e80e7ecdd44e0abcaf4ff38</id>
<content type='text'>
This works around a issue we see when using eMMC 4.5 on tegra
SDHCI host controller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works around a issue we see when using eMMC 4.5 on tegra
SDHCI host controller.
</pre>
</div>
</content>
</entry>
<entry>
<title>mmc: tegra: use 1.8V quirk only on affected instances</title>
<updated>2014-07-21T12:26:21+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2014-06-24T11:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=29b19ff42a7d4c609f824c13ca139eef7332ff1f'/>
<id>29b19ff42a7d4c609f824c13ca139eef7332ff1f</id>
<content type='text'>
The 1.8V quirk also affected the internal eMMC which disabled newer
modes such as SDR50, SDR104 and DDR50. This in turn lead to an
out of spec usage since the clock was still 50MHz.

By creating a no_1v8 field in the platform data we can now enable
this work around on a per-instance basis. Hence we enable the
quirk only on the controllers which are connected to the external
SD-slots.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 1.8V quirk also affected the internal eMMC which disabled newer
modes such as SDR50, SDR104 and DDR50. This in turn lead to an
out of spec usage since the clock was still 50MHz.

By creating a no_1v8 field in the platform data we can now enable
this work around on a per-instance basis. Hence we enable the
quirk only on the controllers which are connected to the external
SD-slots.
</pre>
</div>
</content>
</entry>
<entry>
<title>fbcon: workaround full screen boot-logo issue</title>
<updated>2014-07-14T11:43:42+00:00</updated>
<author>
<name>Raul Munoz</name>
<email>raul.munoz@toradex.com</email>
</author>
<published>2014-07-14T11:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=491f263ebfb338c59abfbde6d4e0e7256a0150fa'/>
<id>491f263ebfb338c59abfbde6d4e0e7256a0150fa</id>
<content type='text'>
Force round down in division calculating required logo height as
preceding code did round up as follows:

logo_lines = DIV_ROUND_UP(logo_height, vc-&gt;vc_font.height);

Which resulted in no boot-logo shown at all due to not enough lines
being available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Force round down in division calculating required logo height as
preceding code did round up as follows:

logo_lines = DIV_ROUND_UP(logo_height, vc-&gt;vc_font.height);

Which resulted in no boot-logo shown at all due to not enough lines
being available.
</pre>
</div>
</content>
</entry>
<entry>
<title>media: vi driver on Colibri T20 is working again</title>
<updated>2014-07-08T12:37:59+00:00</updated>
<author>
<name>Wojciech Bieganski</name>
<email>wbieganski@antmicro.com</email>
</author>
<published>2014-05-19T12:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8394112f246f808f9ff2961c7b19e2f48ba1df81'/>
<id>8394112f246f808f9ff2961c7b19e2f48ba1df81</id>
<content type='text'>
This commit resolves an issue of non-working vi camera driver
on Colibri T20 occured after a l4t-r16-r4 merge.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit resolves an issue of non-working vi camera driver
on Colibri T20 occured after a l4t-r16-r4 merge.
</pre>
</div>
</content>
</entry>
<entry>
<title>media: AS0260 camera driver improvements</title>
<updated>2014-07-08T12:37:47+00:00</updated>
<author>
<name>Wojciech Bieganski</name>
<email>wbieganski@antmicro.com</email>
</author>
<published>2014-05-15T13:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c016ea36e70158ad2f04f06b30ffd2eec0a44870'/>
<id>c016ea36e70158ad2f04f06b30ffd2eec0a44870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>media: enabled CSI mode in AS0260 camera driver</title>
<updated>2014-05-08T09:24:57+00:00</updated>
<author>
<name>Wojciech Bieganski</name>
<email>wbieganski@antmicro.com</email>
</author>
<published>2014-05-05T13:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c1b47ce7f644c872d0a6389bbc90495f9025edca'/>
<id>c1b47ce7f644c872d0a6389bbc90495f9025edca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: tegra: dc: disable dc when framebuffer off detected</title>
<updated>2014-04-29T10:56:41+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2014-04-29T10:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=304c30ac23aa0181e5709d2e38bbfe1997eb25c1'/>
<id>304c30ac23aa0181e5709d2e38bbfe1997eb25c1</id>
<content type='text'>
Don't initialize the whole display controller (dc) when framebuffer
mode is set to off.

This avoids creation of the /dev/tegra_dc_x device. The tegra X
driver requires for each tegra_dc_x device an framebuffer device
with the same id. This patch avoids creation of both, which makes
the tegra X driver load correctly.

Note: Turning off tegrafb0 still leads to kernel crash due to
hard coded device enumeration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't initialize the whole display controller (dc) when framebuffer
mode is set to off.

This avoids creation of the /dev/tegra_dc_x device. The tegra X
driver requires for each tegra_dc_x device an framebuffer device
with the same id. This patch avoids creation of both, which makes
the tegra X driver load correctly.

Note: Turning off tegrafb0 still leads to kernel crash due to
hard coded device enumeration.
</pre>
</div>
</content>
</entry>
</feed>
