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 X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA8EDC48BDF for ; Sun, 20 Jun 2021 23:03:06 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3CD0660FE6 for ; Sun, 20 Jun 2021 23:03:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3CD0660FE6 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=www.linux-watchdog.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4G7Sqr2012z300T for ; Mon, 21 Jun 2021 09:03:04 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linux-watchdog.org (client-ip=185.87.125.42; helo=www.linux-watchdog.org; envelope-from=gituser@linux-watchdog.org; receiver=) X-Greylist: delayed 378 seconds by postgrey-1.36 at boromir; Mon, 21 Jun 2021 00:54:02 AEST Received: from www.linux-watchdog.org (www.linux-watchdog.org [185.87.125.42]) by lists.ozlabs.org (Postfix) with ESMTP id 4G7FzZ1vLGz2yhF for ; Mon, 21 Jun 2021 00:54:01 +1000 (AEST) Received: by www.linux-watchdog.org (Postfix, from userid 502) id 6C971409DF; Sun, 20 Jun 2021 15:30:36 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org 6C971409DF Date: Sun, 20 Jun 2021 15:30:36 +0200 From: gituser@www.linux-watchdog.org To: Guenter Roeck Subject: Re: [PATCH] watchdog: Remove MV64x60 watchdog driver Message-ID: <20210620133036.GA18128@www.linux-watchdog.org> References: <9c2952bcfaec3b1789909eaa36bbce2afbfab7ab.1616085654.git.christophe.leroy@csgroup.eu> <31d702e5-22d1-1766-76dd-e24860e5b1a4@roeck-us.net> <87im3hk3t2.fsf@mpe.ellerman.id.au> <87czsyfo01.fsf@mpe.ellerman.id.au> <20210607112950.GB314533@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210607112950.GB314533@roeck-us.net> User-Agent: Mutt/1.5.20 (2009-12-10) X-Mailman-Approved-At: Mon, 21 Jun 2021 09:02:45 +1000 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Wim Van Sebroeck , linuxppc-dev@lists.ozlabs.org, Sebastian Hesselbarth Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi All, On Mon, Jun 07, 2021 at 04:29:50AM -0700, Guenter Roeck wrote: > On Mon, Jun 07, 2021 at 11:43:26AM +1000, Michael Ellerman wrote: > > Guenter Roeck writes: > > > On 5/17/21 4:17 AM, Michael Ellerman wrote: > > >> Guenter Roeck writes: > > >>> On 3/18/21 10:25 AM, Christophe Leroy wrote: > > >>>> Commit 92c8c16f3457 ("powerpc/embedded6xx: Remove C2K board support") > > >>>> removed the last selector of CONFIG_MV64X60. > > >>>> > > >>>> Therefore CONFIG_MV64X60_WDT cannot be selected anymore and > > >>>> can be removed. > > >>>> > > >>>> Signed-off-by: Christophe Leroy > > >>> > > >>> Reviewed-by: Guenter Roeck > > >>> > > >>>> --- > > >>>> drivers/watchdog/Kconfig | 4 - > > >>>> drivers/watchdog/Makefile | 1 - > > >>>> drivers/watchdog/mv64x60_wdt.c | 324 --------------------------------- > > >>>> include/linux/mv643xx.h | 8 - > > >>>> 4 files changed, 337 deletions(-) > > >>>> delete mode 100644 drivers/watchdog/mv64x60_wdt.c > > >> > > >> I assumed this would go via the watchdog tree, but seems like I > > >> misinterpreted. > > >> > > > > > > Wim didn't send a pull request this time around. > > > > > > Guenter > > > > > >> Should I take this via the powerpc tree for v5.14 ? > > > > I still don't see this in the watchdog tree, should I take it? > > > It is in my personal watchdog-next tree, but afaics Wim hasn't picked any > of it up yet. Wim ? Picking it up right now. Kind regards, Wim.