<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers, branch tegra-10.11.0</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>merging android-tegra-2.6.36 into git-master/linux-2.6/android-tegra-2.6.36</title>
<updated>2010-12-27T04:49:01+00:00</updated>
<author>
<name>Nitin Kumbhar</name>
<email>nkumbhar@nvidia.com</email>
</author>
<published>2010-12-27T04:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=317266dc03734e76ba5189654a779e7a6e3e0100'/>
<id>317266dc03734e76ba5189654a779e7a6e3e0100</id>
<content type='text'>
Change-Id: Ib5d18a82fe3a93e5b5aacb0691a1671f2b1354e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib5d18a82fe3a93e5b5aacb0691a1671f2b1354e9
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: nct1008: set offset and config registers</title>
<updated>2010-12-24T14:11:42+00:00</updated>
<author>
<name>Varun Wadekar</name>
<email>vwadekar@nvidia.com</email>
</author>
<published>2010-12-24T07:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9476a4955b1e4a9d39d5eec9492091f929fc0247'/>
<id>9476a4955b1e4a9d39d5eec9492091f929fc0247</id>
<content type='text'>
the bootloader may keep the offset and config registers in a bad
state before the driver gets loaded. set offset and config registers
forceibly, depending on the platform data to avoid any temperature
measurement surprises later.

Bug 769337
Change-Id: Ia13d547c1dcade9eb95df28015fa04ce40b338b3
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: http://git-master/r/14226
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bootloader may keep the offset and config registers in a bad
state before the driver gets loaded. set offset and config registers
forceibly, depending on the platform data to avoid any temperature
measurement surprises later.

Bug 769337
Change-Id: Ia13d547c1dcade9eb95df28015fa04ce40b338b3
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: http://git-master/r/14226
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: sdhci: disable the SDHCI_QUIRK_NO_SDIO_IRQ</title>
<updated>2010-12-24T13:45:33+00:00</updated>
<author>
<name>Deepesh Gujarathi</name>
<email>dgujarathi@nvidia.com</email>
</author>
<published>2010-12-23T10:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=121cf887ab7930d57ac4e41c72dead9464140e20'/>
<id>121cf887ab7930d57ac4e41c72dead9464140e20</id>
<content type='text'>
The SDHCI_QUIRK_NO_SDIO_IRQ causes long delay in the device resume
sequence. This makes touch unresponsive for a long time and
results in mmc interrupt timeout errors.

fix for bug 764715 and
partial fix for bug 767438

Change-Id: I800245876a25bc6c4bbb527de349928f672a5ffd
Reviewed-on: http://git-master/r/14192
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SDHCI_QUIRK_NO_SDIO_IRQ causes long delay in the device resume
sequence. This makes touch unresponsive for a long time and
results in mmc interrupt timeout errors.

fix for bug 764715 and
partial fix for bug 767438

Change-Id: I800245876a25bc6c4bbb527de349928f672a5ffd
Reviewed-on: http://git-master/r/14192
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: sdhci: fix register bit definition</title>
<updated>2010-12-24T13:26:21+00:00</updated>
<author>
<name>Deepesh Gujarathi</name>
<email>dgujarathi@nvidia.com</email>
</author>
<published>2010-12-23T09:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3658b3f65ac7ad57e57324d5ee131db16eb8757d'/>
<id>3658b3f65ac7ad57e57324d5ee131db16eb8757d</id>
<content type='text'>
The SDHCI_QUIRK_ENABLE_INTERRUPT_AT_BLOCK_GAP was incorrectly defined as
1&lt;&lt;31, causing undesired quirks to be set. The bit should instead be
defined as 1LL&lt;&lt;31 to prevent sign bit overflow.

fix for bug 767438

Change-Id: If7ce6df31c7b249b005290cb2ad4c4a723347880
Reviewed-on: http://git-master/r/14191
Reviewed-by: Deepesh Subhash Gujarathi (Engrg-Mobile) &lt;dgujarathi@nvidia.com&gt;
Tested-by: Deepesh Subhash Gujarathi (Engrg-Mobile) &lt;dgujarathi@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SDHCI_QUIRK_ENABLE_INTERRUPT_AT_BLOCK_GAP was incorrectly defined as
1&lt;&lt;31, causing undesired quirks to be set. The bit should instead be
defined as 1LL&lt;&lt;31 to prevent sign bit overflow.

fix for bug 767438

Change-Id: If7ce6df31c7b249b005290cb2ad4c4a723347880
Reviewed-on: http://git-master/r/14191
Reviewed-by: Deepesh Subhash Gujarathi (Engrg-Mobile) &lt;dgujarathi@nvidia.com&gt;
Tested-by: Deepesh Subhash Gujarathi (Engrg-Mobile) &lt;dgujarathi@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow AVP to have multiple clients.</title>
<updated>2010-12-24T12:40:12+00:00</updated>
<author>
<name>Chong Zhang</name>
<email>chzhang@nvidia.com</email>
</author>
<published>2010-12-23T18:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b400775fb142061f69c40cedb4106c91e26668dc'/>
<id>b400775fb142061f69c40cedb4106c91e26668dc</id>
<content type='text'>
Ref-count the AVP open/release requests; if AVP already opened,
just inc the refcount and let the request succeed.

bug 772210

Change-Id: I061e02e4c82fc6915ed5b73a536a7707d5c055db
Reviewed-on: http://git-master/r/13661
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref-count the AVP open/release requests; if AVP already opened,
just inc the refcount and let the request succeed.

bug 772210

Change-Id: I061e02e4c82fc6915ed5b73a536a7707d5c055db
Reviewed-on: http://git-master/r/13661
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Tested-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra SDHCI: Make debugging printk properly a debugging printk</title>
<updated>2010-12-23T20:56:47+00:00</updated>
<author>
<name>Todd Poynor</name>
<email>toddpoynor@google.com</email>
</author>
<published>2010-12-23T20:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d90df01c187d268aa3537f01d91d20a9dbe22f5b'/>
<id>d90df01c187d268aa3537f01d91d20a9dbe22f5b</id>
<content type='text'>
Tegra SDMMC clock enable/disable seems to be working well enough,
don't need this extra spew.

Change-Id: I8bce2a6b26a72b9b3af2eec873bca0177f149ca3
Signed-off-by: Todd Poynor &lt;toddpoynor@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tegra SDMMC clock enable/disable seems to be working well enough,
don't need this extra spew.

Change-Id: I8bce2a6b26a72b9b3af2eec873bca0177f149ca3
Signed-off-by: Todd Poynor &lt;toddpoynor@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>merging android-tegra-2.6.36 into git-master/linux-2.6/android-tegra-2.6.36</title>
<updated>2010-12-23T09:28:35+00:00</updated>
<author>
<name>Nitin Kumbhar</name>
<email>nkumbhar@nvidia.com</email>
</author>
<published>2010-12-23T09:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=96a476b53360de76f20774122111f031be9ac9c2'/>
<id>96a476b53360de76f20774122111f031be9ac9c2</id>
<content type='text'>
Conflicts:
	arch/arm/mach-tegra/board-ventana-power.c
	drivers/mfd/tps6586x.c

Change-Id: Ic8c46d4251d6e71fa2900b7e876f87e256299bc4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	arch/arm/mach-tegra/board-ventana-power.c
	drivers/mfd/tps6586x.c

Change-Id: Ic8c46d4251d6e71fa2900b7e876f87e256299bc4
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "staging: android: lowmemorykiller: Remove bitrotted codepath""</title>
<updated>2010-12-23T09:27:09+00:00</updated>
<author>
<name>Nitin Kumbhar</name>
<email>nkumbhar@nvidia.com</email>
</author>
<published>2010-12-23T09:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bd546cbb50ef0056cf6832ce6416f53a62c8c659'/>
<id>bd546cbb50ef0056cf6832ce6416f53a62c8c659</id>
<content type='text'>
This reverts commit abe997b06f4da33416b20bed5784abd9ea97c7c9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit abe997b06f4da33416b20bed5784abd9ea97c7c9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "staging: android: lowmemorykiller: Fix task_struct leak""</title>
<updated>2010-12-23T09:26:45+00:00</updated>
<author>
<name>Nitin Kumbhar</name>
<email>nkumbhar@nvidia.com</email>
</author>
<published>2010-12-23T09:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=187432a34f08d2f635fc6750ea5c462154a798ef'/>
<id>187432a34f08d2f635fc6750ea5c462154a798ef</id>
<content type='text'>
This reverts commit 83dd90a8d9b866caca7da58805fdbb5e61d23e57.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 83dd90a8d9b866caca7da58805fdbb5e61d23e57.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "staging: android: lowmemkiller: Substantially reduce overhead during reclaim""</title>
<updated>2010-12-23T09:26:33+00:00</updated>
<author>
<name>Nitin Kumbhar</name>
<email>nkumbhar@nvidia.com</email>
</author>
<published>2010-12-23T09:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bb560ce23fa0510b6c164ffa20b6bd3eeeaa68a8'/>
<id>bb560ce23fa0510b6c164ffa20b6bd3eeeaa68a8</id>
<content type='text'>
This reverts commit 54a1c40c991e35c31e7413d9bf24e828c3cab6b7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 54a1c40c991e35c31e7413d9bf24e828c3cab6b7.
</pre>
</div>
</content>
</entry>
</feed>
