<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/asm-sh, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-07-28T23:09:44Z</updated>
<entry>
<title>sh: migrate to arch/sh/include/</title>
<updated>2008-07-28T23:09:44Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2008-07-28T23:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f15cbe6f1a4b4d9df59142fc8e4abb973302cf44'/>
<id>urn:sha1:f15cbe6f1a4b4d9df59142fc8e4abb973302cf44</id>
<content type='text'>
This follows the sparc changes a439fe51a1f8eb087c22dd24d69cebae4a3addac.

Most of the moving about was done with Sam's directions at:

http://marc.info/?l=linux-sh&amp;m=121724823706062&amp;w=2

with subsequent hacking and fixups entirely my fault.

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Fix up unaligned current_text_addr().</title>
<updated>2008-07-28T21:32:05Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2008-07-28T13:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=103340cc36384c1afee4453b65a784d8b20d9d8d'/>
<id>urn:sha1:103340cc36384c1afee4453b65a784d8b20d9d8d</id>
<content type='text'>
As noted by Adrian:

	Commit 3ab83521378268044a448113c6aa9a9e245f4d2f (kexec jump)
	causes the following build error on sh:

	&lt;--  snip  --&gt;

	...
	  CC      kernel/kexec.o
	{standard input}: Assembler messages:
	{standard input}:1518: Error: offset to unaligned destination
	make[2]: *** [kernel/kexec.o] Error 1

	&lt;--  snip  --&gt;

	If I understand the assembler correctly it fails at
	include/asm-sh/kexec.h:59

The issue here is that the mova reference lacks an explicit alignment,
and previous code paths would end up with this on a 16-bit boundary,
so we make the alignment explicit.

Reported-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Add SuperH Mobile CEU platform data for Migo-R</title>
<updated>2008-07-28T09:51:07Z</updated>
<author>
<name>Magnus Damm</name>
<email>damm@igel.co.jp</email>
</author>
<published>2008-07-28T09:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1765534c23596794385f309609c09642f33846e4'/>
<id>urn:sha1:1765534c23596794385f309609c09642f33846e4</id>
<content type='text'>
Add Migo-R specific platform data for on-chip sh7722 CEU and ov772x camera.

Signed-off-by: Magnus Damm &lt;damm@igel.co.jp&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Add SuperH Mobile LCDC platform data for Migo-R</title>
<updated>2008-07-28T09:48:06Z</updated>
<author>
<name>Magnus Damm</name>
<email>damm@igel.co.jp</email>
</author>
<published>2008-07-28T09:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8b1285f1c192e7e84ba28cc25eb0e9bcf2dadb17'/>
<id>urn:sha1:8b1285f1c192e7e84ba28cc25eb0e9bcf2dadb17</id>
<content type='text'>
Add WVGA and QVGA LCD panel support to Migo-R.

Signed-off-by: Magnus Damm &lt;damm@igel.co.jp&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Move asid_cache() out of ifdef to fix SH-3/4 nommu build.</title>
<updated>2008-07-28T09:39:25Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2008-07-28T09:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=761656e6beecb38c723f207d7408c753d3103ba8'/>
<id>urn:sha1:761656e6beecb38c723f207d7408c753d3103ba8</id>
<content type='text'>
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Workaround for __put_user_asm() bug with gcc 4.x on big-endian.</title>
<updated>2008-07-28T09:36:13Z</updated>
<author>
<name>Yoshinori Sato</name>
<email>ysato@users.sourceforge.jp</email>
</author>
<published>2008-07-28T09:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2b4b2bb42137c779ef0084de5df66ff21b4cd86e'/>
<id>urn:sha1:2b4b2bb42137c779ef0084de5df66ff21b4cd86e</id>
<content type='text'>
I think this problem is GCC(4.1.2) bug.
Syscall "getdents" returned "dirent-&gt;d_off" is always 0.
I think other EB enviroment have same problem.

Problem code
0c03c954 &lt;filldir&gt;:
 :
 c03c97a:       58 f7           mov.l   @(28,r15),r8 !-&gt; offset (high)
 c03c97c:       59 f8           mov.l   @(32,r15),r9 !-&gt; offset (low)
 c03c97e:       53 f9           mov.l   @(36,r15),r3
 c03c980:       54 fa           mov.l   @(40,r15),r4
 :
 c03c9a0:       21 82           mov.l   r8,@r1 !offset(high) -&gt; dirent-&gt;d_off

It's workaround patch.

Signed-off-by: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Wire up new syscalls.</title>
<updated>2008-07-28T09:34:45Z</updated>
<author>
<name>Paul Mundt</name>
<email>lethal@linux-sh.org</email>
</author>
<published>2008-07-28T09:34:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=44f95989525c48f6c79fe1c6ad07860765f987cd'/>
<id>urn:sha1:44f95989525c48f6c79fe1c6ad07860765f987cd</id>
<content type='text'>
This wires up the signalfd4, eventfd2, epoll_create1, dup3, pipe2, and
inotify_init1 syscalls.

Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Use clk_always_enable() on sh7343 / SE77343</title>
<updated>2008-07-28T09:10:37Z</updated>
<author>
<name>Magnus Damm</name>
<email>damm@igel.co.jp</email>
</author>
<published>2008-07-17T10:18:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8fa509ab915f668093c270151f884220232bfb25'/>
<id>urn:sha1:8fa509ab915f668093c270151f884220232bfb25</id>
<content type='text'>
Use clk_always_enable() on the sh7343 processor and in the board code
for Solution Engine 7343. Remove duplicate MSTPCR register definitions.

Signed-off-by: Magnus Damm &lt;damm@igel.co.jp&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Use clk_always_enable() on sh7722 / Migo-R / SE7722</title>
<updated>2008-07-28T09:10:37Z</updated>
<author>
<name>Magnus Damm</name>
<email>damm@igel.co.jp</email>
</author>
<published>2008-07-17T10:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6c7d826cf6ff05264f9af04410aee82a08edfb9f'/>
<id>urn:sha1:6c7d826cf6ff05264f9af04410aee82a08edfb9f</id>
<content type='text'>
Use clk_always_enable() on the sh7722 processor and in the board code
for Migo-R and Solution Engine 7722. Remove duplicate MSTPCR register
definitions.

Signed-off-by: Magnus Damm &lt;damm@igel.co.jp&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sh: Introduce clk_always_enable() function</title>
<updated>2008-07-28T09:10:36Z</updated>
<author>
<name>Magnus Damm</name>
<email>damm@igel.co.jp</email>
</author>
<published>2008-07-17T10:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=de9254263b8c8b1809520a1009dd516e41976519'/>
<id>urn:sha1:de9254263b8c8b1809520a1009dd516e41976519</id>
<content type='text'>
Add SuperH specific funcion clk_always_enable(), useful to enable MSTPCR
bits in processor or board specific code.

Signed-off-by: Magnus Damm &lt;damm@igel.co.jp&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
</feed>
