<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git, branch T20_LinuxImageV2.0Beta1_20121218</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>tegra: colibri_t20: add more video modes</title>
<updated>2012-12-17T14:52:00+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-17T14:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8ff26794f73da3caf815f348a03509f533b32ec2'/>
<id>8ff26794f73da3caf815f348a03509f533b32ec2</id>
<content type='text'>
Add the following tested (e.g. framebuffer console and X) video modes:
- 1280x1024@60
- 1600x1200@60
- 1680x1050@60
- 1920x1080p
- 1920x1200

And the following portrait modes:
- 480x640
- 540x960
- 720x1280

The define TEGRA_FB_VGA in board-colibri_t20.h can be used to switch
between VGA and 800x480.

While at it fix rename of CAMERA_INTERFACE to COLIBRI_T20_VI as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the following tested (e.g. framebuffer console and X) video modes:
- 1280x1024@60
- 1600x1200@60
- 1680x1050@60
- 1920x1080p
- 1920x1200

And the following portrait modes:
- 480x640
- 540x960
- 720x1280

The define TEGRA_FB_VGA in board-colibri_t20.h can be used to switch
between VGA and 800x480.

While at it fix rename of CAMERA_INTERFACE to COLIBRI_T20_VI as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: serial: 8250: tegra: irq 68: nobody cared workaround</title>
<updated>2012-12-17T12:27:29+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2012-12-14T02:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f6417beb8f7bbfcbb9e047b582a22f4feaee3124'/>
<id>f6417beb8f7bbfcbb9e047b582a22f4feaee3124</id>
<content type='text'>
The irq request flag sometimes does not get reset or is asserted
immediately, but iir does not indicated this, if so ISR is entered with
iir set to 0xc1, i.e. no irq pending.
Try enabling the transmit register empty interrupt, iir becomes 0xc2,
irq gets de-asserted and ier is reverted by the regular code flow in
the ISR.
We try this every 4096 spurious irq.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The irq request flag sometimes does not get reset or is asserted
immediately, but iir does not indicated this, if so ISR is entered with
iir set to 0xc1, i.e. no irq pending.
Try enabling the transmit register empty interrupt, iir becomes 0xc2,
irq gets de-asserted and ier is reverted by the regular code flow in
the ISR.
We try this every 4096 spurious irq.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: fix power key on EvalBoard v3.1a</title>
<updated>2012-12-17T12:03:25+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-17T12:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8ec3b97a69a7aaa9fe0d9e2d977b118a62e03579'/>
<id>8ec3b97a69a7aaa9fe0d9e2d977b118a62e03579</id>
<content type='text'>
As the new Colibri Evaluation carrier board v3.1a uses SODIMM pin 45 as
IrDA transceiver SD with a 100 K pull-down we revert to using the power
key as high active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the new Colibri Evaluation carrier board v3.1a uses SODIMM pin 45 as
IrDA transceiver SD with a 100 K pull-down we revert to using the power
key as high active.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: gpio-keys: enable pull-ups</title>
<updated>2012-12-17T09:51:10+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-17T09:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d346f2a59d6f53b3ad9af61619fd2c90c62dfb0c'/>
<id>d346f2a59d6f53b3ad9af61619fd2c90c62dfb0c</id>
<content type='text'>
GPIO keys configured as active-low either require pull-ups on the
carrier board or via pin-muxing. We enable the later for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GPIO keys configured as active-low either require pull-ups on the
carrier board or via pin-muxing. We enable the later for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: pin-mux: re-work function tri-stating</title>
<updated>2012-12-17T08:00:24+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-17T08:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=94315e07e7b250c7546664e3845cd1d907d844c9'/>
<id>94315e07e7b250c7546664e3845cd1d907d844c9</id>
<content type='text'>
Use GPIO inputs for function tri-stating rather than pin group
tri-stating to avoid influencing neighbouring pins.

While at it get rid of most pull-up/downs and a lot of commented out
stuff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use GPIO inputs for function tri-stating rather than pin group
tri-stating to avoid influencing neighbouring pins.

While at it get rid of most pull-up/downs and a lot of commented out
stuff.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: camera: rename CAMERA_INTERFACE define</title>
<updated>2012-12-17T07:15:52+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-17T07:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=de68848ba2ffd3ab88f9407be94a0374f87d7086'/>
<id>de68848ba2ffd3ab88f9407be94a0374f87d7086</id>
<content type='text'>
Rename CAMERA_INTERFACE to COLIBRI_T20_VI which stands for video input
to be more in-line with Colibri T30.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename CAMERA_INTERFACE to COLIBRI_T20_VI which stands for video input
to be more in-line with Colibri T30.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: I2C: remove optional CAM/GEN3_I2C</title>
<updated>2012-12-17T07:06:11+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-17T07:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=125cd17a4f256b72de88a9ce91a3c2a117d50449'/>
<id>125cd17a4f256b72de88a9ce91a3c2a117d50449</id>
<content type='text'>
Get rid of optional CAM/GEN3_I2C on SODIMM pin 127/133.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of optional CAM/GEN3_I2C on SODIMM pin 127/133.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: GPIO: re-work GPIO usage</title>
<updated>2012-12-17T07:02:42+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-17T07:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=39ca35e4610f1307247815ec5268b5072172d24a'/>
<id>39ca35e4610f1307247815ec5268b5072172d24a</id>
<content type='text'>
Verify standard GPIO usage for latest v1.2a modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verify standard GPIO usage for latest v1.2a modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: implement DAC power save for Iris carrier board</title>
<updated>2012-12-12T15:27:08+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-12T15:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0ffbb693e3494f16574439e07d4387a14055d8fc'/>
<id>0ffbb693e3494f16574439e07d4387a14055d8fc</id>
<content type='text'>
The Iris carrier board by default uses SODIMM pin 73 as DAC power save.

Note: This conflicts with the CAN interrupt on the new EvalBoard v3.1a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Iris carrier board by default uses SODIMM pin 73 as DAC power save.

Note: This conflicts with the CAN interrupt on the new EvalBoard v3.1a.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: fix hsync/vsync polarity for default VESA VGA</title>
<updated>2012-12-12T15:04:46+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-12-12T15:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=97f194075b5c332a941751552b467547d7a3ab0a'/>
<id>97f194075b5c332a941751552b467547d7a3ab0a</id>
<content type='text'>
VESA VGA mode defines hsync/vsync to be of polarity low rather than
high.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VESA VGA mode defines hsync/vsync to be of polarity low rather than
high.
</pre>
</div>
</content>
</entry>
</feed>
