[PATCH] remove obsolete arch/ppc/8xx_io/uart.c

Tom Rini trini at kernel.crashing.org
Fri Oct 8 08:09:25 EST 2004


On Thu, Oct 07, 2004 at 05:37:06PM -0400, Dan Malek wrote:
> 
> On Oct 7, 2004, at 2:48 PM, Tom Rini wrote:
> 
> >>  CONFIG_8xx_UART
> >>  CONFIG_SMC2_UART
> >>  CONFIG_ALTSMC2
> >>  CONFIG_CONS_SMC2
> >>  CONFIG_USE_SCC_IO
> >
> >Not all of these options exist in linux-2.6.
> 
> Why not?  They must or some equivalent to get these features.
> I dislike this 2.6 "forward progress" that continually removes
> features we have deemed necessary in previous kernel versions.

Because some stuff to the now-dead uart driver never made it past
linuxppc-2.5.  Specifically I believe it was 8xx_UART that didn't.

> >I think this had been discussed before, but perhaps not.  What should
> >happen at some point is something more like "Do you hae SMC1 ? What is
> >it? Do you have SMC2 ? What is it? Do youhave SCC1? What is it?" and so
> >on.  For now, I wouldn't worry about it.
> 
> I don't understand the "what is it?" part of these questions.  As I
> have continually pointed out over the years, we don't have "SMC" or
> "SCC" drivers.

Right.  But we don't have ethernet and serial on SMC1.  What I was
talking about is we ask what driver should take care of SMC1, SMC2,
SCC1, and so on.  You could just be smart and not configure 2
drivers to use the same SMC or SCC as well.  What Robert was talking
about was making the system smart enough to not let you do it.  And
with 2.6 Kconfig syntax, this isn't as painful as it would have been
before.

-- 
Tom Rini
http://gate.crashing.org/~trini/



More information about the Linuxppc-embedded mailing list