From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E31AC433F5 for ; Thu, 9 Dec 2021 09:31:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234939AbhLIJfa (ORCPT ); Thu, 9 Dec 2021 04:35:30 -0500 Received: from elvis.franken.de ([193.175.24.41]:38029 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229651AbhLIJf1 (ORCPT ); Thu, 9 Dec 2021 04:35:27 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1mvFmB-0001l4-00; Thu, 09 Dec 2021 10:31:43 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 0E387C4E1D; Thu, 9 Dec 2021 10:30:02 +0100 (CET) Date: Thu, 9 Dec 2021 10:30:01 +0100 From: Thomas Bogendoerfer To: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Cc: geert@linux-m68k.org Subject: Re: [PATCH 1/3] MIPS: TXX9: Remove rbtx4938 board support Message-ID: <20211209093001.GA7077@alpha.franken.de> References: <20211130164558.85584-1-tsbogend@alpha.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211130164558.85584-1-tsbogend@alpha.franken.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 30, 2021 at 05:45:54PM +0100, Thomas Bogendoerfer wrote: > No active MIPS user own this board, so let's remove it. > > Signed-off-by: Thomas Bogendoerfer > --- > arch/mips/configs/rbtx49xx_defconfig | 2 - > arch/mips/include/asm/txx9/boards.h | 3 - > arch/mips/include/asm/txx9/rbtx4938.h | 145 ---------- > arch/mips/include/asm/txx9/spi.h | 34 --- > arch/mips/pci/Makefile | 1 - > arch/mips/pci/fixup-rbtx4938.c | 53 ---- > arch/mips/txx9/Kconfig | 28 -- > arch/mips/txx9/Makefile | 1 - > arch/mips/txx9/generic/Makefile | 1 - > arch/mips/txx9/generic/setup.c | 5 - > arch/mips/txx9/generic/spi_eeprom.c | 104 ------- > arch/mips/txx9/rbtx4938/Makefile | 2 - > arch/mips/txx9/rbtx4938/irq.c | 157 ----------- > arch/mips/txx9/rbtx4938/prom.c | 22 -- > arch/mips/txx9/rbtx4938/setup.c | 372 -------------------------- > 15 files changed, 930 deletions(-) > delete mode 100644 arch/mips/include/asm/txx9/rbtx4938.h > delete mode 100644 arch/mips/include/asm/txx9/spi.h > delete mode 100644 arch/mips/pci/fixup-rbtx4938.c > delete mode 100644 arch/mips/txx9/generic/spi_eeprom.c > delete mode 100644 arch/mips/txx9/rbtx4938/Makefile > delete mode 100644 arch/mips/txx9/rbtx4938/irq.c > delete mode 100644 arch/mips/txx9/rbtx4938/prom.c > delete mode 100644 arch/mips/txx9/rbtx4938/setup.c applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]