From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 40/47] serial: remove cris/etrax uart drivers Date: Wed, 14 Mar 2018 17:33:22 +0100 Message-ID: <20180314163322.GH4279@kroah.com> References: <20180314153603.3127932-1-arnd@arndb.de> <20180314153603.3127932-41-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180314153603.3127932-41-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Jiri Slaby , linux-serial@vger.kernel.org List-Id: linux-serial@vger.kernel.org On Wed, Mar 14, 2018 at 04:35:53PM +0100, Arnd Bergmann wrote: > The cris architecture is getting removed, so we don't need the > uart driver any more. > > Signed-off-by: Arnd Bergmann > --- > .../bindings/serial/axis,etraxfs-uart.txt | 22 - > drivers/tty/serial/Kconfig | 11 - > drivers/tty/serial/Makefile | 2 - > drivers/tty/serial/crisv10.c | 4248 -------------------- > drivers/tty/serial/crisv10.h | 133 - > drivers/tty/serial/etraxfs-uart.c | 960 ----- > 6 files changed, 5376 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt > delete mode 100644 drivers/tty/serial/crisv10.c > delete mode 100644 drivers/tty/serial/crisv10.h > delete mode 100644 drivers/tty/serial/etraxfs-uart.c Acked-by: Greg Kroah-Hartman