<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/arch/arm/tools, branch tegra</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: apalis_t30: initial Toradex Apalis T30 L4T support</title>
<updated>2013-01-24T14:27:07+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-01-24T14:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b37acc053dd43475e67e2733a352c4f77e4f65c2'/>
<id>b37acc053dd43475e67e2733a352c4f77e4f65c2</id>
<content type='text'>
Tested on early prototype Apalis T30 V1.0a module.

Known issues:

- ADC not integrated yet.

- HDA not integrated yet.

- CEC not integrated yet.

- IrDA not integrated yet.

- Keys not integrated yet therefore no way to wake from suspend.

- 8-bit MMC1 slot card detection interrupt not working despite
detection GPIO successfully being tested with GPIOConfig.
Note: even 8-bit cards work fine if already plugged-in during boot.

- PCIe limited to internal Gigabit Ethernet chip for now due to our
proprietary way of resetting other ports which requires further
integration into NVIDIA's driver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested on early prototype Apalis T30 V1.0a module.

Known issues:

- ADC not integrated yet.

- HDA not integrated yet.

- CEC not integrated yet.

- IrDA not integrated yet.

- Keys not integrated yet therefore no way to wake from suspend.

- 8-bit MMC1 slot card detection interrupt not working despite
detection GPIO successfully being tested with GPIOConfig.
Note: even 8-bit cards work fine if already plugged-in during boot.

- PCIe limited to internal Gigabit Ethernet chip for now due to our
proprietary way of resetting other ports which requires further
integration into NVIDIA's driver.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t30: migrate to proper machine type</title>
<updated>2013-01-11T21:09:56+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-01-11T21:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3784b7d6322960605d082c18e2916b2839647bb3'/>
<id>3784b7d6322960605d082c18e2916b2839647bb3</id>
<content type='text'>
After having registered the following proper machine type migrate to
actually using it.

http://www.arm.linux.org.uk/developer/machines/list.php?id=4493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After having registered the following proper machine type migrate to
actually using it.

http://www.arm.linux.org.uk/developer/machines/list.php?id=4493
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'l4t/l4t-r16-r2' into colibri</title>
<updated>2012-11-12T14:28:39+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-11-12T14:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f987e832a9e79d2ce8009a5ea9c7b677624b3b30'/>
<id>f987e832a9e79d2ce8009a5ea9c7b677624b3b30</id>
<content type='text'>
Conflicts:
	arch/arm/mach-tegra/tegra3_usb_phy.c
	arch/arm/mach-tegra/usb_phy.c
	drivers/usb/gadget/tegra_udc.c
	drivers/usb/otg/Makefile
	drivers/video/tegra/fb.c
	sound/soc/tegra/tegra_pcm.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	arch/arm/mach-tegra/tegra3_usb_phy.c
	arch/arm/mach-tegra/usb_phy.c
	drivers/usb/gadget/tegra_udc.c
	drivers/usb/otg/Makefile
	drivers/video/tegra/fb.c
	sound/soc/tegra/tegra_pcm.c
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: colibri_t30: initial Toradex Colibri T30 L4T R16 support</title>
<updated>2012-10-03T12:55:57+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-09-14T06:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a33c89148ee32833cb930ea4779e6863c9bbc71d'/>
<id>a33c89148ee32833cb930ea4779e6863c9bbc71d</id>
<content type='text'>
Tested on early prototype Colibri T30 V1.0a eMMC module.

Known issues:

- spurious boot hang after following kernel message

[    5.595219] Timed out waiting for lock bit on pll pll_a

- no audio (SGTL5000) support integrated yet

- NAND detection/support disabled for now due to boot hang

- USB OTG support disabled for now due to boot hang

- trying to spawn L4T R16 X driver seems to hang

Note: requires uImage with adjusted entry point/load address as follows

mkimage -A arm -C none -O linux -T kernel -a 0x82008000 -e 0x82008000 -n 'Linux-3.1.10-colibri_t30' -d zImage uImage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested on early prototype Colibri T30 V1.0a eMMC module.

Known issues:

- spurious boot hang after following kernel message

[    5.595219] Timed out waiting for lock bit on pll pll_a

- no audio (SGTL5000) support integrated yet

- NAND detection/support disabled for now due to boot hang

- USB OTG support disabled for now due to boot hang

- trying to spawn L4T R16 X driver seems to hang

Note: requires uImage with adjusted entry point/load address as follows

mkimage -A arm -C none -O linux -T kernel -a 0x82008000 -e 0x82008000 -n 'Linux-3.1.10-colibri_t30' -d zImage uImage
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: tegra: tai: Add tai machine num</title>
<updated>2012-08-29T15:04:47+00:00</updated>
<author>
<name>Seema Khowala</name>
<email>seemaj@nvidia.com</email>
</author>
<published>2012-08-28T22:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5be4f2338b61cb876d6917b5f5e5fb275eaefc8b'/>
<id>5be4f2338b61cb876d6917b5f5e5fb275eaefc8b</id>
<content type='text'>
http://www.arm.linux.org.uk/developer/machines/list.php?id=4311
Bug 1002637

Change-Id: Id52214c1780294e4e4a6607b954c05e9be950fdd
Signed-off-by: Seema Khowala &lt;seemaj@nvidia.com&gt;
Reviewed-on: http://git-master/r/127978
Reviewed-by: Lokesh Pathak &lt;lpathak@nvidia.com&gt;
Tested-by: Lokesh Pathak &lt;lpathak@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://www.arm.linux.org.uk/developer/machines/list.php?id=4311
Bug 1002637

Change-Id: Id52214c1780294e4e4a6607b954c05e9be950fdd
Signed-off-by: Seema Khowala &lt;seemaj@nvidia.com&gt;
Reviewed-on: http://git-master/r/127978
Reviewed-by: Lokesh Pathak &lt;lpathak@nvidia.com&gt;
Tested-by: Lokesh Pathak &lt;lpathak@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: tegra: e1853: Add board support for e1853</title>
<updated>2012-08-08T21:03:51+00:00</updated>
<author>
<name>Ashwin Joshi</name>
<email>asjoshi@nvidia.com</email>
</author>
<published>2012-07-27T10:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=39f69f846f7dec18b920a48eb8bd1de6d291dd6e'/>
<id>39f69f846f7dec18b920a48eb8bd1de6d291dd6e</id>
<content type='text'>
E1853 is T30 based Automotive platform.

Changes done:
1. New board specific files added
2. Added new machine number for E1853
3. Added pinmux configuration for E1853

Bug 966833
Bug 1018258

Signed-off-by: Ashwin Joshi &lt;asjoshi@nvidia.com&gt;

Change-Id: Ibf1093f59e10a0a5cfa42a177c21c0db01983196
Reviewed-on: http://git-master/r/118000
Tested-by: Ashwin Joshi &lt;asjoshi@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
(cherry picked from commit ad9dd1b3242f23c0f46eaf92ab49f495c06f330f)
Reviewed-on: http://git-master/r/119580
Reviewed-by: Simone Willett &lt;swillett@nvidia.com&gt;
Tested-by: Simone Willett &lt;swillett@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E1853 is T30 based Automotive platform.

Changes done:
1. New board specific files added
2. Added new machine number for E1853
3. Added pinmux configuration for E1853

Bug 966833
Bug 1018258

Signed-off-by: Ashwin Joshi &lt;asjoshi@nvidia.com&gt;

Change-Id: Ibf1093f59e10a0a5cfa42a177c21c0db01983196
Reviewed-on: http://git-master/r/118000
Tested-by: Ashwin Joshi &lt;asjoshi@nvidia.com&gt;
Reviewed-by: Sandeep Trasi &lt;strasi@nvidia.com&gt;
(cherry picked from commit ad9dd1b3242f23c0f46eaf92ab49f495c06f330f)
Reviewed-on: http://git-master/r/119580
Reviewed-by: Simone Willett &lt;swillett@nvidia.com&gt;
Tested-by: Simone Willett &lt;swillett@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Toradex Colibri T20 L4T R15 support.</title>
<updated>2012-06-08T18:36:31+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-06-08T18:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=37440f3ed07a6f588b05b8f98d0b3025c1949371'/>
<id>37440f3ed07a6f588b05b8f98d0b3025c1949371</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: kai: create board files</title>
<updated>2012-01-30T19:46:19+00:00</updated>
<author>
<name>Johnny Qiu</name>
<email>joqiu@nvidia.com</email>
</author>
<published>2012-01-10T20:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=00ce1168fe25fa398a758c1b05dc3fc40d4fb497'/>
<id>00ce1168fe25fa398a758c1b05dc3fc40d4fb497</id>
<content type='text'>
Create initial board files and config files for Kai.

Reviewed-on: http://git-master/r/74441

Change-Id: I4b07607da85fe4bcb00e5fce2ddbc2a83471b1de
Signed-off-by: Johnny Qiu &lt;joqiu@nvidia.com&gt;
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: http://git-master/r/77296
Reviewed-by: Automatic_Commit_Validation_User
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create initial board files and config files for Kai.

Reviewed-on: http://git-master/r/74441

Change-Id: I4b07607da85fe4bcb00e5fce2ddbc2a83471b1de
Signed-off-by: Johnny Qiu &lt;joqiu@nvidia.com&gt;
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: http://git-master/r/77296
Reviewed-by: Automatic_Commit_Validation_User
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: tegra: p1852: Add machine number for p1852</title>
<updated>2012-01-19T18:22:08+00:00</updated>
<author>
<name>Manoj Chourasia</name>
<email>mchourasia@nvidia.com</email>
</author>
<published>2011-12-19T18:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8a2fa4eadbdebdfc15bdcd78b22968cca2a12fad'/>
<id>8a2fa4eadbdebdfc15bdcd78b22968cca2a12fad</id>
<content type='text'>
bug 871603

Reviewed-on: http://git-master/r/45808
(cherry picked from commit 84766f94eec3eb9d3e430e0f8b31594c2a4079a9)

Change-Id: Ife06b5e1ca5d4df776e647fffb654a7e43ae4432
Signed-off-by: Manoj Chourasia &lt;mchourasia@nvidia.com&gt;
Reviewed-on: http://git-master/r/72255
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
Reviewed-on: http://git-master/r/75543
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Tested-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug 871603

Reviewed-on: http://git-master/r/45808
(cherry picked from commit 84766f94eec3eb9d3e430e0f8b31594c2a4079a9)

Change-Id: Ife06b5e1ca5d4df776e647fffb654a7e43ae4432
Signed-off-by: Manoj Chourasia &lt;mchourasia@nvidia.com&gt;
Reviewed-on: http://git-master/r/72255
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
Reviewed-on: http://git-master/r/75543
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Tested-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: p852: Add Machine no. for p852</title>
<updated>2011-12-01T05:49:48+00:00</updated>
<author>
<name>Manoj Chourasia</name>
<email>mchourasia@nvidia.com</email>
</author>
<published>2011-10-09T15:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d69fd1cc55ab7c84ae24852117bb456cc56271ae'/>
<id>d69fd1cc55ab7c84ae24852117bb456cc56271ae</id>
<content type='text'>
Registered number of p852 platform on arm-linux
forum is 3667.

This patch adds p852 machine number to mach-types

bug 872849

Reviewed-on: http://git-master/r/46385
(cherry picked from commit 418b55a780649ce355bd0f8c2a423b11b10c110f)

Change-Id: I6c62e6c69bffbf634ca17e418a197b01df137a85
Reviewed-on: http://git-master/r/56896
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Tested-by: Manoj Chourasia &lt;mchourasia@nvidia.com&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;

Rebase-Id: R3c7e29f06d1f60cfaeae44d4c8fd40046cc9e1d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Registered number of p852 platform on arm-linux
forum is 3667.

This patch adds p852 machine number to mach-types

bug 872849

Reviewed-on: http://git-master/r/46385
(cherry picked from commit 418b55a780649ce355bd0f8c2a423b11b10c110f)

Change-Id: I6c62e6c69bffbf634ca17e418a197b01df137a85
Reviewed-on: http://git-master/r/56896
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Tested-by: Manoj Chourasia &lt;mchourasia@nvidia.com&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;

Rebase-Id: R3c7e29f06d1f60cfaeae44d4c8fd40046cc9e1d6
</pre>
</div>
</content>
</entry>
</feed>
