[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTinE6E47=NbdWo28i6Z6i-6QqHUmF1+Tr7u_v8o3@mail.gmail.com>
Date: Sun, 29 Aug 2010 17:51:55 -0400
From: Mike Frysinger <vapier.adi@...il.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: Greg KH <gregkh@...e.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/5] tty/hw: move hardware drivers to drivers/tty/hw
On Sun, Aug 29, 2010 at 17:06, Arnd Bergmann wrote:
> Random obsolete tty drivers are mixed with random
> other stuff in drivers/char, this moves all the
> tty drivers into one place.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> MAINTAINERS | 22 +-
> drivers/char/Kconfig | 287 +------------------
> drivers/char/Makefile | 28 +--
> drivers/char/pcmcia/Kconfig | 22 --
> drivers/char/pcmcia/Makefile | 3 -
> drivers/tty/Makefile | 1 +
> drivers/tty/hw/Kconfig | 308 ++++++++++++++++++++
> drivers/tty/hw/Makefile | 27 ++
> drivers/{char => tty/hw}/amiserial.c | 0
does it need to be in tty/hw/ ? seems like there's so little in tty/
to not bother with a further hw/ ...
-mike
Powered by blists - more mailing lists