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 7FA35ECAAA1 for ; Mon, 31 Oct 2022 15:01:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231411AbiJaPBy (ORCPT ); Mon, 31 Oct 2022 11:01:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229988AbiJaPBx (ORCPT ); Mon, 31 Oct 2022 11:01:53 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BDF71114E; Mon, 31 Oct 2022 08:01:51 -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 ams.source.kernel.org (Postfix) with ESMTPS id B0549B8189D; Mon, 31 Oct 2022 15:01:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 999E4C433C1; Mon, 31 Oct 2022 15:01:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667228508; bh=rlmhgFAHSlMLUSzmBmDn0F87uYL3lausnNmdgR1mEgw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YaLX1F6In1WLNvfkw4RCcoPe3U3Htzyrfow7AkuFpztOlWgXEoEy6iEg+tSZP/gKF iph7VxOTwVRYohPZTm72WI/9M7pW7PrBMt11us+xSHxNhR5ET3YZr9CYhr5QwmXV2+ WvnWmwQOwCchQlkp5QE8fPS9SmF5y8wouMg9vlQBIBLvTFHmT+kB3oG4FdrUjFnJlK /2vBCCnuZr6bua3YIa5ir9tKUWI/Ss0FLqozRg+hRomCUFMgP5PbvrNQD4jnJXFSYz 4JugXaZlDCrOPRUhNVGj4+nSq82EqMAcVicUKH0/jp5TkNe/DCL+Zo2VgGirJbIRbv qMuF89Jw7PUSw== Date: Mon, 31 Oct 2022 15:01:42 +0000 From: Lee Jones To: Arnd Bergmann Cc: Sekhar Nori , Bartosz Golaszewski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kevin Hilman , Arnd Bergmann , Dmitry Torokhov , Alessandro Zummo , Alexandre Belloni , linux-input@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH 06/14] mfd: remove dm355evm_msp driver Message-ID: References: <20221019152947.3857217-1-arnd@kernel.org> <20221019152947.3857217-7-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Mon, 31 Oct 2022, Lee Jones wrote: > On Wed, 19 Oct 2022, Arnd Bergmann wrote: > > > From: Arnd Bergmann > > > > The DaVinci DM355EVM platform is gone after the removal of all > > unused board files, so the MTD device along with its sub-devices > > can be removed as well. > > > > Signed-off-by: Arnd Bergmann > > --- > > drivers/input/misc/Kconfig | 11 - > > drivers/input/misc/Makefile | 1 - > > drivers/input/misc/dm355evm_keys.c | 238 --------------- > > drivers/mfd/Kconfig | 8 - > > drivers/mfd/Makefile | 1 - > > drivers/mfd/dm355evm_msp.c | 454 ----------------------------- > > drivers/rtc/Kconfig | 6 - > > drivers/rtc/Makefile | 1 - > > drivers/rtc/rtc-dm355evm.c | 151 ---------- > > include/linux/mfd/dm355evm_msp.h | 79 ----- > > 10 files changed, 950 deletions(-) > > delete mode 100644 drivers/input/misc/dm355evm_keys.c > > delete mode 100644 drivers/mfd/dm355evm_msp.c > > delete mode 100644 drivers/rtc/rtc-dm355evm.c > > delete mode 100644 include/linux/mfd/dm355evm_msp.h > > Acked-by: Lee Jones Any reason not to do this per-subsystem? -- Lee Jones [李琼斯]