Re: [2.6 patch] avr32: add include/asm-avr32/serial.h

From: Haavard Skinnemoen
Date: Wed Apr 16 2008 - 01:54:38 EST


On Mon, 14 Apr 2008 22:56:17 +0100
Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> wrote:

> > +/*
> > + * This assumes you have a 1.8432 MHz clock for your UART.
> > + *
> > + * It'd be nice if someone built a serial card with a 24.576 MHz
> > + * clock, since the 16550A is capable of handling a top speed of 1.5
> > + * megabits/second; but this requires the faster clock.
> > + */
> > +#define BASE_BAUD (1843200 / 16)
> > +
> > +#endif /* _ASM_SERIAL_H */
>
> Acked-by: Alan Cox <alan@xxxxxxxxxx>

Not sure if that assumption is correct since I haven't heard of anyone
creating an avr32 board with a 16550A UART on it...

But I'm not going to be difficult about it. Applied this one and four
of the others:

Applying add include/asm-avr32/xor.h
Applying avr32: don't offer CONFIG_RTC
Applying avr32: don't offer CONFIG_GEN_RTC
Applying avr32: don't offer PARPORT_PC
Applying avr32: add include/asm-avr32/serial.h

I skipped the IDE one since Bart took it.

Thanks a lot!

Haavard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/