Can you also send this to the lkml & Allan Cox (I think he maintains this) as well?
We normally don't change common drivers without sending upstream, since local changes will get lost during the next kernel upgrade. Thanks -Robin > --- trunk/drivers/serial/8250.c 2007-11-25 22:05:33 UTC (rev 3932) > +++ trunk/drivers/serial/8250.c 2007-11-25 22:08:02 UTC (rev 3933) > @@ -92,7 +92,9 @@ > */ > #define CONFIG_HUB6 1 > > +#ifndef CONFIG_BLACKFIN > #include <asm/serial.h> > +#endif > > /* > * SERIAL_PORT_DFNS tells us about built-in ports that have no > @@ -1544,6 +1546,10 @@ > i->head = &up->list; > spin_unlock_irq(&i->lock); > > +#ifdef CONFIG_BLACKFIN > + irq_flags |= IRQF_TRIGGER_HIGH; > +#endif > + > ret = request_irq(up->port.irq, serial8250_interrupt, > irq_flags, "serial", i); > if (ret < 0) _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
