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=ham 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 9580CC48BDF for ; Sun, 20 Jun 2021 14:54:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A9896113E for ; Sun, 20 Jun 2021 14:54:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229872AbhFTO4S (ORCPT ); Sun, 20 Jun 2021 10:56:18 -0400 Received: from www.linux-watchdog.org ([185.87.125.42]:55846 "EHLO www.linux-watchdog.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229654AbhFTO4O (ORCPT ); Sun, 20 Jun 2021 10:56:14 -0400 X-Greylist: delayed 383 seconds by postgrey-1.27 at vger.kernel.org; Sun, 20 Jun 2021 10:56:13 EDT 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 Cc: Michael Ellerman , Christophe Leroy , Wim Van Sebroeck , Sebastian Hesselbarth , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-watchdog@vger.kernel.org, netdev@vger.kernel.org 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) Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org 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.