Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-31 Thread Atsushi Nemoto
> On Mon, 31 Jan 2005 21:23:10 +0100, Arnd Bergmann <[EMAIL PROTECTED]> > said: arnd> I just found that the version in -mm2 does not add the Makefile arnd> change, so you need this patchlet on top. If you haven't redone arnd> the patch yet, it might be better still to rename the file to ar

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-31 Thread Arnd Bergmann
On Maandag 31 Januar 2005 21:53, Ralf Baechle wrote: > As for the TX3912 issue, there is no remaining user so that driver would > now be continuing to suffer from accelerated bitrot. Does this mean that all tx3912 support is deprecated? In that case, you could remove even more code: arch/mips/mm

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-31 Thread Ralf Baechle
On Mon, Jan 31, 2005 at 09:23:10PM +0100, Arnd Bergmann wrote: > On Sünndag 30 Januar 2005 17:58, Ralf Baechle wrote: > > Hmm...  Atushi sent me this new-style serial driver when I asked him for > > replacements for the old style drivers in drivers/char/ so my undertanding > > was it was a full re

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-31 Thread Arnd Bergmann
On Sünndag 30 Januar 2005 17:58, Ralf Baechle wrote: > Hmm...  Atushi sent me this new-style serial driver when I asked him for > replacements for the old style drivers in drivers/char/ so my undertanding > was it was a full replacement for all of them.  I'll check on the tx3912 > and will try to s

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-30 Thread Atsushi Nemoto
> On Sun, 30 Jan 2005 16:58:39 +, Ralf Baechle <[EMAIL PROTECTED]> said: >> Right. There is however one bigger problem with the original patch: >> It removes the driver for tx3912 and adds one for tx3927/tx49xx. >> AFAICS, the 3912 has a very different register layout from the >> other chip

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-30 Thread Ralf Baechle
On Sun, Jan 30, 2005 at 04:45:08PM +0100, Arnd Bergmann wrote: > > Well, "depends on MIPS || PCI" was intentional. The driver can be > > used for both TX39/TX49 internal SIO and TC86C001 PCI chip. TC86C001 > > chip can be available for any platform with PCI bus (though I have > > never seen it o

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-30 Thread Ralf Baechle
On Sun, Jan 30, 2005 at 10:05:37PM +0900, Atsushi Nemoto wrote: > Well, "depends on MIPS || PCI" was intentional. The driver can be > used for both TX39/TX49 internal SIO and TC86C001 PCI chip. TC86C001 > chip can be available for any platform with PCI bus (though I have > never seen it on platf

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-30 Thread Arnd Bergmann
On Sünndag 30 Januar 2005 14:05, Atsushi Nemoto wrote: > > On Sun, 30 Jan 2005 00:15:55 +, Ralf Baechle <[EMAIL PROTECTED]> > > said: > ralf> Ask for SERIAL_TXX9 only on those devices that actually have > ralf> one. > > Well, "depends on MIPS || PCI" was intentional. The driver can b

Re: [PATCH] Fix SERIAL_TXX9 dependencies

2005-01-30 Thread Atsushi Nemoto
> On Sun, 30 Jan 2005 00:15:55 +, Ralf Baechle <[EMAIL PROTECTED]> said: ralf> Ask for SERIAL_TXX9 only on those devices that actually have ralf> one. Well, "depends on MIPS || PCI" was intentional. The driver can be used for both TX39/TX49 internal SIO and TC86C001 PCI chip. TC86C001 ch

[PATCH] Fix SERIAL_TXX9 dependencies

2005-01-29 Thread Ralf Baechle
Ask for SERIAL_TXX9 only on those devices that actually have one. arch/mips/Kconfig |2 ++ drivers/serial/Kconfig |6 +- 2 files changed, 7 insertions(+), 1 deletion(-) Index: linux-2.6.11-rc2/drivers/serial/Kconfig ===