<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/arch, branch tegra-9.12.5</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>Merge "export NvRmModuleReset, needed by experimental nvrm_gpu kernel module" into android-tegra-2.6.29</title>
<updated>2010-02-06T05:42:41+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2010-02-06T05:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=74e09ca19e0b34c8172bb67ae03fcd14cdc5f209'/>
<id>74e09ca19e0b34c8172bb67ae03fcd14cdc5f209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>whistler &amp; harmony config updates</title>
<updated>2010-02-06T03:37:17+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2010-02-06T03:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c5ec8d5e5d2d1c8a26c1b0c43bf3ecf7ae013dbc'/>
<id>c5ec8d5e5d2d1c8a26c1b0c43bf3ecf7ae013dbc</id>
<content type='text'>
- switch all configurations to use native UART driver
- enable ALSA for non-Android configs

Change-Id: Ia48e5772e189f5cde349cfb26b33b9e497ad9c1c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- switch all configurations to use native UART driver
- enable ALSA for non-Android configs

Change-Id: Ia48e5772e189f5cde349cfb26b33b9e497ad9c1c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "tegra: integrate AVP transport RM service to kernel" into android-tegra-2.6.29</title>
<updated>2010-02-06T01:40:33+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2010-02-06T01:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=17d14e6752a0eb7c53e8fa35f53af0cc338a0f92'/>
<id>17d14e6752a0eb7c53e8fa35f53af0cc338a0f92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra power: Fix a possible SMP race condition in LP3</title>
<updated>2010-02-05T20:36:45+00:00</updated>
<author>
<name>tkasivajhula</name>
<email>tkasivajhula@nvidia.com</email>
</author>
<published>2010-02-05T20:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=445c49e7b4946dda7745e3a149c6ef4e4ff830b1'/>
<id>445c49e7b4946dda7745e3a149c6ef4e4ff830b1</id>
<content type='text'>
It is possible that one cpu will populate the flowctrl structure
while the other is waiting in a WFI. This change addresses
this race condition.

Change-Id: Ie4a37daa445d4546e02f748928870485d2f5f26b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is possible that one cpu will populate the flowctrl structure
while the other is waiting in a WFI. This change addresses
this race condition.

Change-Id: Ie4a37daa445d4546e02f748928870485d2f5f26b
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra power: Fix various LP0 (deep sleep) bugs.</title>
<updated>2010-02-05T19:59:47+00:00</updated>
<author>
<name>tkasivajhula</name>
<email>tkasivajhula@nvidia.com</email>
</author>
<published>2010-01-27T23:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=eac3c8be27c6ebafa25995b0158d793fea3e2b85'/>
<id>eac3c8be27c6ebafa25995b0158d793fea3e2b85</id>
<content type='text'>
Change-Id: Ie35fa84abe09c260827052a0facdee2e220334d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie35fa84abe09c260827052a0facdee2e220334d4
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: integrate AVP transport RM service to kernel</title>
<updated>2010-02-05T19:46:03+00:00</updated>
<author>
<name>Krishna Reddy</name>
<email>vdumpa@nvidia.com</email>
</author>
<published>2010-01-11T22:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=56e5188ccbd8ddc5645c5cf188d3307b9e995dcb'/>
<id>56e5188ccbd8ddc5645c5cf188d3307b9e995dcb</id>
<content type='text'>
communication between the operating system running on the AVP (ARM7) and
software running in Linux uses an RPC message-passing system called RM
Transport, implemented using shared message buffers in memory and a
hardware mailbox register.

this interface has previously been implemented in user-space; however,
in order to support Linux kernel sound drivers (e.g., ALSA), this
needs to be implemented in the kernel.

bug 624425
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
communication between the operating system running on the AVP (ARM7) and
software running in Linux uses an RPC message-passing system called RM
Transport, implemented using shared message buffers in memory and a
hardware mailbox register.

this interface has previously been implemented in user-space; however,
in order to support Linux kernel sound drivers (e.g., ALSA), this
needs to be implemented in the kernel.

bug 624425
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "tegra power: Add code to direct control to correct power state." into android-tegra-2.6.29</title>
<updated>2010-02-05T19:36:30+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2010-02-05T19:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0835535d3153952fb3fe13f8be30d6e2dc0524a4'/>
<id>0835535d3153952fb3fe13f8be30d6e2dc0524a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "tegra: Add 1-wire bus master driver for Tegra SOCs" into android-tegra-2.6.29</title>
<updated>2010-02-05T19:00:45+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2010-02-05T19:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=70596967537090788100027f0e0bf8eae9db39b4'/>
<id>70596967537090788100027f0e0bf8eae9db39b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ARM highmem]: fix race between cache flush and kmap tlb shootdown</title>
<updated>2010-02-05T17:23:23+00:00</updated>
<author>
<name>Gary King</name>
<email>GKing@nvidia.com</email>
</author>
<published>2010-02-05T17:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d289f584b9a0be78232e1c8c5844eaaa211aa984'/>
<id>d289f584b9a0be78232e1c8c5844eaaa211aa984</id>
<content type='text'>
for highmem pages, flush_dcache_page must pin the kmap mapping in-place
using kmap_high_get, to ensure that the cache maintenance does not race
with another context calling kunmap_high on the same page and causing the
PTE to be zapped.

Change-Id: I607a6ff4aefff763e4e236bd4656453120ac2734
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for highmem pages, flush_dcache_page must pin the kmap mapping in-place
using kmap_high_get, to ensure that the cache maintenance does not race
with another context calling kunmap_high on the same page and causing the
PTE to be zapped.

Change-Id: I607a6ff4aefff763e4e236bd4656453120ac2734
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: Add 1-wire bus master driver for Tegra SOCs</title>
<updated>2010-02-05T04:32:12+00:00</updated>
<author>
<name>Hoang Pham</name>
<email>HoPham@nvidia.com</email>
</author>
<published>2010-02-05T04:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=394c6535f18005ca80336b1b7128b488243e0381'/>
<id>394c6535f18005ca80336b1b7128b488243e0381</id>
<content type='text'>
Fix logic pinmux config select
Change-Id: I49f8c399d57455c85ed373a66db6696cdd997bec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix logic pinmux config select
Change-Id: I49f8c399d57455c85ed373a66db6696cdd997bec
</pre>
</div>
</content>
</entry>
</feed>
