1. 20 4月, 2008 1 次提交
    • A
      avr32: add include/asm-avr32/serial.h · 29a0c393
      Adrian Bunk 提交于
      On Mon, Apr 14, 2008 at 03:36:24PM +0100, Alan Cox wrote:
      > On Mon, 14 Apr 2008 17:17:21 +0300
      > Adrian Bunk <bunk@kernel.org> wrote:
      >
      > > This patch fixes the following build error:
      > >
      > > <--  snip  -->
      > >
      > > ...
      > >   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
      > >
      > > <--  snip  -->
      > >
      > > Signed-off-by: Adrian Bunk <bunk@kernel.org>
      > >
      > > ---
      > > 3cb4ef80d75e118ccfd44f7006aea3db54afb31c diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
      > > index b1bbaa0..b0e216d 100644
      > > --- a/drivers/serial/Kconfig
      > > +++ b/drivers/serial/Kconfig
      > > @@ -11,7 +11,7 @@ menu "Serial drivers"
      > >  # The new 8250/16550 serial drivers
      > >  config SERIAL_8250
      > >  	tristate "8250/16550 and compatible serial support"
      > > -	depends on (BROKEN || !SPARC)
      > > +	depends on (BROKEN || !SPARC) && !AVR32
      > >  	select SERIAL_CORE
      > >  	---help---
      >
      > NAK.
      >
      > Add an asm/serial.h to the platform as it has PCI so will have 8250 PCI
      > devices available to it. A copy of the MIPS one should be right.
      
      Patch below.
      
      > Alan
      
      cu
      Adrian
      
      <--  snip  -->
      
      This patch fixes the following build error with CONFIG_SERIAL_8250:
      
      <--  snip  -->
      
      ...
        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
      
      <--  snip  -->
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Acked-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      29a0c393
  2. 11 7月, 2007 3 次提交
  3. 11 5月, 2007 2 次提交
  4. 04 10月, 2006 1 次提交
  5. 02 10月, 2006 1 次提交
  6. 27 9月, 2006 1 次提交
  7. 26 4月, 2006 1 次提交
  8. 19 4月, 2006 1 次提交
  9. 27 3月, 2006 1 次提交
  10. 30 10月, 2005 3 次提交
  11. 30 6月, 2005 1 次提交
    • R
      [PATCH] Serial: Split 8250 port table (part 2) · 026d02a2
      Russell King 提交于
      Remove legacy ISA serial ports for Accent, Boca, Fourport, Hub6 and MCA
      from the architecture specific serial.h include.
      
      The only ports which remain in asm-*/serial.h are the platform specific
      entries.  These should really be converted by platform maintainers to
      use a platform device, such as can be found in
      arch/arm/mach-footbridge/isa.c
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      026d02a2
  12. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4