<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git/arch/arm/common, branch 2011.09</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=2011.09</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=2011.09'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2011-07-26T16:35:08+00:00</updated>
<entry>
<title>Apply mega patch to make GLK the ALK</title>
<updated>2011-07-26T16:35:08+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2011-07-26T16:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=6f914cb1efe4aba81bb841ec8f4f5636163c0586'/>
<id>urn:sha1:6f914cb1efe4aba81bb841ec8f4f5636163c0586</id>
<content type='text'>
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
</content>
</entry>
<entry>
<title>Boottime - A tool for automatic measurement of kernel and possible boot loader boot time.</title>
<updated>2011-07-22T13:50:39+00:00</updated>
<author>
<name>Jonas Aaberg</name>
<email>jonas.aberg@stericsson.com</email>
</author>
<published>2010-06-30T12:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=edd0131af386e616066429139a5cde86b3653c1c'/>
<id>urn:sha1:edd0131af386e616066429139a5cde86b3653c1c</id>
<content type='text'>
The overhead is very low and the results will be found under sysfs/bootime, as well as
detailed results in debugfs under boottime/. The bootgraph* files are compatible with
scripts/bootgraph.pl. The reason for this patch is to provide data (sysfs/boottime)
suitable for automatic testcases as well as help for developers to reduce the boot
time (debugfs).

Signed-off-by: Jonas Aaberg &lt;jonas.aberg@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2760
Change-Id: Id8ea7226b3f1f783448962195193b90699d32fc6
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/3174
Tested-by: Mian Yousaf KAUKAB &lt;mian.yousaf.kaukab@stericsson.com&gt;
Reviewed-by: Srinidhi KASAGAR &lt;srinidhi.kasagar@stericsson.com&gt;
Signed-off-by: Mian Yousaf Kaukab &lt;mian.yousaf.kaukab@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: no need to check dev-&gt;bus type in needs_bounce function</title>
<updated>2011-07-04T07:39:56+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-04T07:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=5c8598fca1a359520623ed5409d23bb9e23d7da3'/>
<id>urn:sha1:5c8598fca1a359520623ed5409d23bb9e23d7da3</id>
<content type='text'>
As the needs_bounce function is passed at DMA bounce register time,
we already know what the device bus type is, so we don't need to check
it each time the needs_bounce function is called.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: get rid of dma_needs_bounce global function</title>
<updated>2011-07-04T07:39:55+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-04T07:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=0703ed2a6b260cd743adf49a8281eb064d728832'/>
<id>urn:sha1:0703ed2a6b260cd743adf49a8281eb064d728832</id>
<content type='text'>
Pass the device type specific needs_bounce function in at dmabounce
register time, avoiding the need for a platform specific global
function to do this.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: correct unmap_single dev_dbg</title>
<updated>2011-07-03T22:56:17+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-03T22:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=c289b2e0ccff1142908e20398930dc2e14697e74'/>
<id>urn:sha1:c289b2e0ccff1142908e20398930dc2e14697e74</id>
<content type='text'>
DMA addresses should not be casted to void * for printing.  Fix
that to be consistent with the rest of the file.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: check pointer against NULL not 0</title>
<updated>2011-07-03T22:54:34+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-03T22:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=dfa322fceb15227c07670c415e835d2dfa8a4307'/>
<id>urn:sha1:dfa322fceb15227c07670c415e835d2dfa8a4307</id>
<content type='text'>
Pointers should be checked against NULL rather than 0, otherwise we
get sparse warnings.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: remove useless pr_err</title>
<updated>2011-07-03T22:53:13+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-03T22:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=e2f521e247576c897e1bf0ada801e87c7e2db89f'/>
<id>urn:sha1:e2f521e247576c897e1bf0ada801e87c7e2db89f</id>
<content type='text'>
We already check that dev != NULL, so this won't be reached.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: move decision for bouncing into __dma_map_page()</title>
<updated>2011-07-03T22:28:31+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-03T21:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=dd3641fc3cf6d10b7cf4e266c2f651517779e727'/>
<id>urn:sha1:dd3641fc3cf6d10b7cf4e266c2f651517779e727</id>
<content type='text'>
Move the decision whether to bounce into __dma_map_page(), before
the check for high pages.  This avoids triggering the high page
check for devices which aren't using dmabounce.  Fix the unmap path
to cope too.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: separate out decision to bounce</title>
<updated>2011-07-03T22:27:49+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-03T21:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=23bc9873ba60ee661d8e9f3a6b22fc3bcc4b7015'/>
<id>urn:sha1:23bc9873ba60ee661d8e9f3a6b22fc3bcc4b7015</id>
<content type='text'>
Move the decision to perform DMA bouncing out of map_single() into its
own stand-alone function.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: dmabounce: avoid needless valid_dma_direction() check</title>
<updated>2011-07-03T22:27:49+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2011-07-03T18:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=71695dd8b9eacfcda1b548a5b1780d34213ad654'/>
<id>urn:sha1:71695dd8b9eacfcda1b548a5b1780d34213ad654</id>
<content type='text'>
This check is done at the DMA API level, so there's no point repeating
it here.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
