Re: [uClinux-dev] Re: [RFC] m68knommu: dont touch the irq controler in the mcfserial driver (v2)

2008-05-02 Thread Greg Ungerer
Hi Matt, Matt Waddel wrote: Greg Ungerer wrote: Sebastian Siewior wrote: * Greg Ungerer | 2008-04-29 10:20:35 [+1000]: The mcfserial.c driver is obsolete, and I plan on removing it >from the kernel soon. The mcf.c driver is now the appropriate one to use. It uese the modern style serial dr

Re: [uClinux-dev] Re: [RFC] m68knommu: dont touch the irq controler in the mcfserial driver (v2)

2008-05-01 Thread Matt Waddel
Hi Greg, Greg Ungerer wrote: Hi Sebastian, Sebastian Siewior wrote: * Greg Ungerer | 2008-04-29 10:20:35 [+1000]: The mcfserial.c driver is obsolete, and I plan on removing it >from the kernel soon. The mcf.c driver is now the appropriate one to use. It uese the modern style serial driver A

[uClinux-dev] Re: [RFC] m68knommu: dont touch the irq controler in the mcfserial driver (v2)

2008-04-30 Thread Greg Ungerer
Hi Sebastian, Sebastian Siewior wrote: * Greg Ungerer | 2008-04-29 10:20:35 [+1000]: The mcfserial.c driver is obsolete, and I plan on removing it >from the kernel soon. The mcf.c driver is now the appropriate one to use. It uese the modern style serial driver API, and properly support platfo

[uClinux-dev] Re: [RFC] m68knommu: dont touch the irq controler in the mcfserial driver (v2)

2008-04-30 Thread Greg Ungerer
Hi Sebastian, Sebastian Siewior wrote: Greg Ungerer wrote: Hi Sebastian, Hi Greg, Sebastian Siewior wrote: The M523x initialized the irq controller properly, the driver must not do it anymore. Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- Got lost in the ifdef mine field. --- a

[uClinux-dev] Re: [RFC] m68knommu: dont touch the irq controler in the mcfserial driver (v2)

2008-04-28 Thread Sebastian Siewior
Greg Ungerer wrote: Hi Sebastian, Hi Greg, Sebastian Siewior wrote: The M523x initialized the irq controller properly, the driver must not do it anymore. Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- Got lost in the ifdef mine field. --- a/drivers/serial/mcfserial.c +++ b/drivers/

[uClinux-dev] Re: [RFC] m68knommu: dont touch the irq controler in the mcfserial driver (v2)

2008-04-28 Thread Greg Ungerer
Hi Sebastian, Sebastian Siewior wrote: The M523x initialized the irq controller properly, the driver must not do it anymore. Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- Got lost in the ifdef mine field. --- a/drivers/serial/mcfserial.c +++ b/drivers/serial/mcfserial.c The mcfse