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 1EA85C433EF for ; Sat, 16 Jul 2022 05:45:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230260AbiGPFnb (ORCPT ); Sat, 16 Jul 2022 01:43:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229589AbiGPFn3 (ORCPT ); Sat, 16 Jul 2022 01:43:29 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8462642AFB for ; Fri, 15 Jul 2022 22:43:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C757160A52 for ; Sat, 16 Jul 2022 05:43:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51503C34114; Sat, 16 Jul 2022 05:43:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657950207; bh=BOL2j3rZb5NlREe/JvfciHFNTef891SKXDuu2MbGEtg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eDXx1SY/5YqjbotpBAADf/rXNbhzMpbzLXMdDeErpgGYtd94xf5rCalwUIiXVRUL5 O0UVLuqYqIPFtCpS/0zN7ZkDOVE7euP7NYYjz3QgqJsrRoGwXIbRfPxgeP6JanFHb8 RsTmLbd8XUryA46J1BEX9VQmsYzCrG2TgC6UsY38= Date: Sat, 16 Jul 2022 07:43:22 +0200 From: Greg Kroah-Hartman To: Thomas Bogendoerfer Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH] char: remove VR41XX related char driver Message-ID: References: <20220715142437.137411-1-tsbogend@alpha.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220715142437.137411-1-tsbogend@alpha.franken.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 15, 2022 at 04:24:36PM +0200, Thomas Bogendoerfer wrote: > Commit d3164e2f3b0a ("MIPS: Remove VR41xx support") removed support > for MIPS VR41xx platform, so remove exclusive drivers for this > platform, too. > > Signed-off-by: Thomas Bogendoerfer > --- > drivers/char/Kconfig | 5 - > drivers/char/Makefile | 1 - > drivers/char/tb0219.c | 358 ------------------------------------------ > 3 files changed, 364 deletions(-) > delete mode 100644 drivers/char/tb0219.c This does not apply to my tree, what tree did you make it against? Nothing has touched the drivers/char/tb0219.c file in a very long time, perhaps you might want to wait for this driver removal series until after d3164e2f3b0a is merged into Linus's tree? thanks, greg k-h