<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/arch/tile/include/asm/serial.h, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/arch/tile/include/asm/serial.h?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/arch/tile/include/asm/serial.h?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2011-06-03T21:36:18Z</updated>
<entry>
<title>tile: use generic-y format for one-line asm-generic headers</title>
<updated>2011-06-03T21:36:18Z</updated>
<author>
<name>Chris Metcalf</name>
<email>cmetcalf@tilera.com</email>
</author>
<published>2011-06-03T21:36:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2c007a9d8cb018a3ce2106342f2aff2abca2a3bd'/>
<id>urn:sha1:2c007a9d8cb018a3ce2106342f2aff2abca2a3bd</id>
<content type='text'>
This lets us remove a lot of one-line wrapper header files.
See commit d8ecc5cd8e227bc318513b5306ae88a474b8886d for context.

Signed-off-by: Chris Metcalf &lt;cmetcalf@tilera.com&gt;
</content>
</entry>
<entry>
<title>arch/tile: various header improvements for building drivers</title>
<updated>2011-05-04T18:40:54Z</updated>
<author>
<name>Chris Metcalf</name>
<email>cmetcalf@tilera.com</email>
</author>
<published>2011-05-02T20:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=28d717411badb78df71ecf087a07b93caf418f59'/>
<id>urn:sha1:28d717411badb78df71ecf087a07b93caf418f59</id>
<content type='text'>
This change adds a number of missing headers in asm (fb.h, parport.h,
serial.h, and vga.h) using the minimal generic versions.

It also adds a number of missing interfaces that showed up as build
failures when trying to build various drivers not normally included in the
"tile" distribution: ioremap_wc(), memset_io(), io{read,write}{16,32}be(),
virt_to_bus(), bus_to_virt(), irq_canonicalize(), __pte(), __pgd(),
and __pmd().  I also added a cast in virt_to_page() since not all callers
pass a pointer.

I fixed &lt;asm/stat.h&gt; to properly include a __KERNEL__ guard for the
__ARCH_WANT_STAT64 symbol, and &lt;asm/swab.h&gt; to use __builtin_bswap32()
even for our 64-bit architecture, since the same code is produced.

I added an export for get_cycles(), since it's used in some modules.

And I made &lt;arch/spr_def.h&gt; properly include the __KERNEL__ guard,
even though it's not yet exported, since it likely will be soon.

Signed-off-by: Chris Metcalf &lt;cmetcalf@tilera.com&gt;
</content>
</entry>
</feed>
