<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/include/asm-avr32/serial.h, branch master</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>avr32: Move include/asm-avr32 to arch/avr32/include/asm</title>
<updated>2008-08-05T11:35:07+00:00</updated>
<author>
<name>Haavard Skinnemoen</name>
<email>haavard.skinnemoen@atmel.com</email>
</author>
<published>2008-08-05T11:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=84db8d7cdb072866f5a6c6ac2c9a74c5c48dd22f'/>
<id>84db8d7cdb072866f5a6c6ac2c9a74c5c48dd22f</id>
<content type='text'>
Leaving include/asm/arch alone for now.

Signed-off-by: Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leaving include/asm/arch alone for now.

Signed-off-by: Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>avr32: add include/asm-avr32/serial.h</title>
<updated>2008-04-20T00:40:10+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-04-14T18:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=29a0c39386a4c33af21f1d92ebce277a7535ec7e'/>
<id>29a0c39386a4c33af21f1d92ebce277a7535ec7e</id>
<content type='text'>
On Mon, Apr 14, 2008 at 03:36:24PM +0100, Alan Cox wrote:
&gt; On Mon, 14 Apr 2008 17:17:21 +0300
&gt; Adrian Bunk &lt;bunk@kernel.org&gt; wrote:
&gt;
&gt; &gt; This patch fixes the following build error:
&gt; &gt;
&gt; &gt; &lt;--  snip  --&gt;
&gt; &gt;
&gt; &gt; ...
&gt; &gt;   CC [M]  drivers/serial/8250.o
&gt; &gt; /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/serial/8250.c:95:24: error: asm/serial.h: No such file or directory
&gt; &gt; make[3]: *** [drivers/serial/8250.o] Error 1
&gt; &gt;
&gt; &gt; &lt;--  snip  --&gt;
&gt; &gt;
&gt; &gt; Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
&gt; &gt;
&gt; &gt; ---
&gt; &gt; 3cb4ef80d75e118ccfd44f7006aea3db54afb31c diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
&gt; &gt; index b1bbaa0..b0e216d 100644
&gt; &gt; --- a/drivers/serial/Kconfig
&gt; &gt; +++ b/drivers/serial/Kconfig
&gt; &gt; @@ -11,7 +11,7 @@ menu "Serial drivers"
&gt; &gt;  # The new 8250/16550 serial drivers
&gt; &gt;  config SERIAL_8250
&gt; &gt;  	tristate "8250/16550 and compatible serial support"
&gt; &gt; -	depends on (BROKEN || !SPARC)
&gt; &gt; +	depends on (BROKEN || !SPARC) &amp;&amp; !AVR32
&gt; &gt;  	select SERIAL_CORE
&gt; &gt;  	---help---
&gt;
&gt; NAK.
&gt;
&gt; Add an asm/serial.h to the platform as it has PCI so will have 8250 PCI
&gt; devices available to it. A copy of the MIPS one should be right.

Patch below.

&gt; Alan

cu
Adrian

&lt;--  snip  --&gt;

This patch fixes the following build error with CONFIG_SERIAL_8250:

&lt;--  snip  --&gt;

...
  CC [M]  drivers/serial/8250.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/serial/8250.c:95:24: error: asm/serial.h: No such file or directory
make[3]: *** [drivers/serial/8250.o] Error 1

&lt;--  snip  --&gt;

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Mon, Apr 14, 2008 at 03:36:24PM +0100, Alan Cox wrote:
&gt; On Mon, 14 Apr 2008 17:17:21 +0300
&gt; Adrian Bunk &lt;bunk@kernel.org&gt; wrote:
&gt;
&gt; &gt; This patch fixes the following build error:
&gt; &gt;
&gt; &gt; &lt;--  snip  --&gt;
&gt; &gt;
&gt; &gt; ...
&gt; &gt;   CC [M]  drivers/serial/8250.o
&gt; &gt; /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/serial/8250.c:95:24: error: asm/serial.h: No such file or directory
&gt; &gt; make[3]: *** [drivers/serial/8250.o] Error 1
&gt; &gt;
&gt; &gt; &lt;--  snip  --&gt;
&gt; &gt;
&gt; &gt; Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
&gt; &gt;
&gt; &gt; ---
&gt; &gt; 3cb4ef80d75e118ccfd44f7006aea3db54afb31c diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
&gt; &gt; index b1bbaa0..b0e216d 100644
&gt; &gt; --- a/drivers/serial/Kconfig
&gt; &gt; +++ b/drivers/serial/Kconfig
&gt; &gt; @@ -11,7 +11,7 @@ menu "Serial drivers"
&gt; &gt;  # The new 8250/16550 serial drivers
&gt; &gt;  config SERIAL_8250
&gt; &gt;  	tristate "8250/16550 and compatible serial support"
&gt; &gt; -	depends on (BROKEN || !SPARC)
&gt; &gt; +	depends on (BROKEN || !SPARC) &amp;&amp; !AVR32
&gt; &gt;  	select SERIAL_CORE
&gt; &gt;  	---help---
&gt;
&gt; NAK.
&gt;
&gt; Add an asm/serial.h to the platform as it has PCI so will have 8250 PCI
&gt; devices available to it. A copy of the MIPS one should be right.

Patch below.

&gt; Alan

cu
Adrian

&lt;--  snip  --&gt;

This patch fixes the following build error with CONFIG_SERIAL_8250:

&lt;--  snip  --&gt;

...
  CC [M]  drivers/serial/8250.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/serial/8250.c:95:24: error: asm/serial.h: No such file or directory
make[3]: *** [drivers/serial/8250.o] Error 1

&lt;--  snip  --&gt;

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
