<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/include/asm-arm, branch v2.6.15</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v2.6.15</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v2.6.15'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2005-12-14T22:04:22Z</updated>
<entry>
<title>[ARM] 3205/1: Handle new EABI relocations when loading kernel modules.</title>
<updated>2005-12-14T22:04:22Z</updated>
<author>
<name>Daniel Jacobowitz</name>
<email>drow@false.org</email>
</author>
<published>2005-12-14T22:04:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c2e2611425a956d25d2948c5d95d3848c4db1257'/>
<id>urn:sha1:c2e2611425a956d25d2948c5d95d3848c4db1257</id>
<content type='text'>
Patch from Daniel Jacobowitz

Handle new EABI relocations when loading kernel modules.  This is
necessary for CONFIG_AEABI kernels, and also for some broken
(since fixed) old ABI toolchains.

Signed-off-by: Daniel Jacobowitz &lt;dan@codesourcery.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.h</title>
<updated>2005-12-08T23:34:44Z</updated>
<author>
<name>Deepak Saxena</name>
<email>dsaxena@plexity.net</email>
</author>
<published>2005-12-08T23:34:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=5b35193f5868da5e63f5b4cfe8fbcf9f10fe65cd'/>
<id>urn:sha1:5b35193f5868da5e63f5b4cfe8fbcf9f10fe65cd</id>
<content type='text'>
Patch from Deepak Saxena

This looks like a leftover from 2.4 days...

Signed-off-by: Deepak Saxena &lt;dsaxena@plexity.net&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3194/1: add pfn_to_kaddr macro for ARM take2</title>
<updated>2005-12-05T10:55:00Z</updated>
<author>
<name>Hiroki Kaminaga</name>
<email>kaminaga@sm.sony.co.jp</email>
</author>
<published>2005-12-05T10:55:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=31a5539e57fa80e877a2f180cd4ec9ce9de6fea0'/>
<id>urn:sha1:31a5539e57fa80e877a2f180cd4ec9ce9de6fea0</id>
<content type='text'>
Patch from Hiroki Kaminaga

This patch defines a new macro: pfn_to_kaddr(pfn).
Same macro is already defined on other arch, such as i386.

Signed-off-by: Hiroki Kaminaga &lt;kaminaga@sm.sony.co.jp&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3191/1: Mark I/O pointer as const in __raw_reads[bwl]</title>
<updated>2005-12-05T10:54:59Z</updated>
<author>
<name>Deepak Saxena</name>
<email>dsaxena@plexity.net</email>
</author>
<published>2005-12-05T10:54:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=a0d95af5c28666155ad4c85a63a5065436ae1d79'/>
<id>urn:sha1:a0d95af5c28666155ad4c85a63a5065436ae1d79</id>
<content type='text'>
Patch from Deepak Saxena

Mark the ioremap'd cookie/pointer in said functions as const since
we should not be actualy touching the data. This fixes a slew of
compile warnings on IXP4xx as our reads[bwl] already mark this
parameter as const.

Signed-off-by: Deepak Saxena &lt;dsaxena@plexity.net&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] sema_count() removal</title>
<updated>2005-12-01T20:58:01Z</updated>
<author>
<name>Arthur Othieno</name>
<email>a.othieno@bluewin.ch</email>
</author>
<published>2005-12-01T20:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=11849fe67430ba48547e17b25a7831da29863efa'/>
<id>urn:sha1:11849fe67430ba48547e17b25a7831da29863efa</id>
<content type='text'>
sema_count() defined only for ARM but not used anywhere.

Signed-off-by: Arthur Othieno &lt;a.othieno@bluewin.ch&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM SMP] Use event instructions for spinlocks</title>
<updated>2005-12-01T15:47:24Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-12-01T15:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=00b4c90787298349b799069360ced9ca843153dc'/>
<id>urn:sha1:00b4c90787298349b799069360ced9ca843153dc</id>
<content type='text'>
ARMv6K CPUs have SEV (send event) and WFE (wait for event) instructions
which allow the CPU clock to be suspended until another CPU issues a
SEV, rather than spinning on the lock wasting power.  Make use of these
instructions.

Note that WFE does not wait if an event has been sent since the last WFE
cleared the event status, so although it may look racy, the instruction
implementation ensures that these are dealt with.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3178/1: S3C2400 - adds GPIO registers definitions to regs-gpio.h</title>
<updated>2005-11-28T18:08:43Z</updated>
<author>
<name>Lucas Correia Villa Real</name>
<email>lucasvr@gobolinux.org</email>
</author>
<published>2005-11-28T18:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=192cdc5809f676841d16d58e1f249176e38d7dda'/>
<id>urn:sha1:192cdc5809f676841d16d58e1f249176e38d7dda</id>
<content type='text'>
Patch from Lucas Correia Villa Real

This patch adds definitions to GPIO registers for the S3C2400 into
include/asm-arm/arch-s3c2410/regs-gpio.h.

Signed-off-by: Lucas Correia Villa Real &lt;lucasvr@gobolinux.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Remove asm/hardware.h include from SA1100 io.h</title>
<updated>2005-11-25T15:33:12Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-11-25T15:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=225937bd5d69a40b886f47a7bc1f0837882586e3'/>
<id>urn:sha1:225937bd5d69a40b886f47a7bc1f0837882586e3</id>
<content type='text'>
Unfortunately, we have a symbol clash between the SA-1100 header and
some drivers.  Since everywhere which needs SA1100 specifics includes
asm/hardware.h, we don't need to include it in the SA1100 io.h header.

In file included from drivers/net/wireless/wavelan_cs.p.h:459,
                 from drivers/net/wireless/wavelan_cs.c:60:
drivers/net/wireless/wavelan_cs.h:97:1: warning: "LCSR" redefined
In file included from include/asm/arch/hardware.h:56,
                 from include/asm/hardware.h:16,
                 from include/asm/arch/io.h:13,
                 from include/asm/io.h:71,
                 from drivers/net/wireless/wavelan_cs.p.h:433,
                 from drivers/net/wireless/wavelan_cs.c:60:
include/asm/arch/SA-1100.h:1907:1: warning: this is the location of the previous definition

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3173/1: Fix to allow 2.6.15-rc2 to compile for IOP3xx boards</title>
<updated>2005-11-23T22:45:27Z</updated>
<author>
<name>Adam Brooks</name>
<email>adam.j.brooks@intel.com</email>
</author>
<published>2005-11-23T22:45:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=3238c448c6e26d7c26d2e9b070ef149d066cb6c2'/>
<id>urn:sha1:3238c448c6e26d7c26d2e9b070ef149d066cb6c2</id>
<content type='text'>
Patch from Adam Brooks

Fixes an issue in 2.6.15-rc2 that prevented compilation of kernels for IOP3xx boards.

Signed-off-by: Adam Brooks &lt;adam.j.brooks@intel.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] ebsa110: __arch_ioremap should be 3 args</title>
<updated>2005-11-21T15:26:52Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-11-21T15:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=30a09616df38ab282e66084f40fb438fe715b2ec'/>
<id>urn:sha1:30a09616df38ab282e66084f40fb438fe715b2ec</id>
<content type='text'>
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
