<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/openrisc/kernel, branch v3.2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/arch/openrisc/kernel?h=v3.2</id>
<link rel='self' href='https://git.amat.us/linux/atom/arch/openrisc/kernel?h=v3.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-09-11T07:50:39Z</updated>
<entry>
<title>Add missing DMA ops</title>
<updated>2011-09-11T07:50:39Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-09-05T11:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=707b38a00bd2e7cac60afc75abe826e68ca83cfb'/>
<id>urn:sha1:707b38a00bd2e7cac60afc75abe826e68ca83cfb</id>
<content type='text'>
For the initial architecture submission, not all of the DMA ops were
implemented.  This patch adds the *map_page and *map_sg variants of the
DMA mapping ops.

This patch is currently of interest mainly to some drivers that haven't
been submitted upstream yet.

Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
</content>
</entry>
<entry>
<title>openrisc: don't use pt_regs in struct sigcontext</title>
<updated>2011-09-05T12:29:12Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-07-30T14:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d7cb6667090511755fc8bb294982783b087baef7'/>
<id>urn:sha1:d7cb6667090511755fc8bb294982783b087baef7</id>
<content type='text'>
As it was decided not to export struct pt_regs to userspace, struct
sigcontext shouldn't be using it either.  The pt_regs struct for OpenRISC
is kernel internal and the layout of the registers may change in the
future.  The struct user_regs_struct is what is guaranteed to remain
stable, so struct sigcontext may use that instead.

This patch removes the usage of struct pt_regs in struct sigcontext and
makes according changes in signal.c to get the register layout right.

The usp field is removed from the sigcontext structure as this information
is already contained in the user_regs_struct.

Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Emilio Cota &lt;cota@braap.org&gt;
</content>
</entry>
<entry>
<title>OpenRISC: Miscellaneous</title>
<updated>2011-07-22T16:46:41Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=616257669e1aa28628e84914810d0d94a6967653'/>
<id>urn:sha1:616257669e1aa28628e84914810d0d94a6967653</id>
<content type='text'>
Adds README file, TODO list, and a couple of other pieces that didn't seem
to fit into any other patch.

Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>OpenRISC: Headers</title>
<updated>2011-07-22T16:46:39Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=58e0166a4772aaeb10c9b0f6d59f19099d2047df'/>
<id>urn:sha1:58e0166a4772aaeb10c9b0f6d59f19099d2047df</id>
<content type='text'>
Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>OpenRISC: Traps</title>
<updated>2011-07-22T16:46:38Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=769a8a96229e6b2f1e3a2b3b38e27981f7fb9902'/>
<id>urn:sha1:769a8a96229e6b2f1e3a2b3b38e27981f7fb9902</id>
<content type='text'>
Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>OpenRISC: Module support</title>
<updated>2011-07-22T16:46:37Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5a2bbb8f64848b5cf9d626f3f17bac6718c91874'/>
<id>urn:sha1:5a2bbb8f64848b5cf9d626f3f17bac6718c91874</id>
<content type='text'>
Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>OpenRISC: Scheduling/Process management</title>
<updated>2011-07-22T16:46:36Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=88ef7f3f130ddd37f72bc919865eeefe1d437787'/>
<id>urn:sha1:88ef7f3f130ddd37f72bc919865eeefe1d437787</id>
<content type='text'>
Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>OpenRISC: Idle/Power management</title>
<updated>2011-07-22T16:46:35Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2a7be1160a7ccc8b53693ef793fccb4ad2e75bbc'/>
<id>urn:sha1:2a7be1160a7ccc8b53693ef793fccb4ad2e75bbc</id>
<content type='text'>
Minimal functionality...

Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>OpenRISC: System calls</title>
<updated>2011-07-22T16:46:34Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=09abb90107202d3b18cf5a69076a1d05d11244e6'/>
<id>urn:sha1:09abb90107202d3b18cf5a69076a1d05d11244e6</id>
<content type='text'>
The OpenRISC Linux kernel conforms to the "generic" syscall interface which
contains only the reduced set of syscalls deemed necessary for new
architectures.  Unfortunately, the uClibc port for OpenRISC does not fully
support this reduced set; as such, an additional patch available out-of-tree
needs to be applied to the kernel in order to use the current uClibc.  This
is just a temporary measure until the libc port can be straightened out; it
is likely that OpenRISC will make the transition to glibc shortly where the
generic syscall interface is better supported.

Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>OpenRISC: IRQ</title>
<updated>2011-07-22T16:46:33Z</updated>
<author>
<name>Jonas Bonn</name>
<email>jonas@southpole.se</email>
</author>
<published>2011-06-04T19:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=816ebaa8b6ea8f97515a40e25076f297d0304611'/>
<id>urn:sha1:816ebaa8b6ea8f97515a40e25076f297d0304611</id>
<content type='text'>
This patch adds support for the OpenRISC PIC.

Signed-off-by: Jonas Bonn &lt;jonas@southpole.se&gt;
Cc: tglx@linutronix.de
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
</feed>
