Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp1833308ybc; Wed, 20 Nov 2019 04:57:37 -0800 (PST) X-Google-Smtp-Source: APXvYqywThEMygv3lSToSzdERDexADMHmO1olH+zL/+BzWJrysuOO0CUX+Viam/PXsOOQOM5BRJz X-Received: by 2002:a17:906:7e08:: with SMTP id e8mr5274771ejr.199.1574254656947; Wed, 20 Nov 2019 04:57:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574254656; cv=none; d=google.com; s=arc-20160816; b=Rtgc5XWe3SXKjL/IU8A2y7dP5Cnytc4re8ZNm5dGkWTf85+5YAbhkqTdYl4IxnO5uT onVrZXaK09UNGDZNCQN8Q6fF6nWg7YuXqS/r+jCoZvqt8a2Dnjil0isizgqFCUH2lj57 iHfLN2R+APDDURZO7pBxl/33UboLYLD04cGp82vNRWSRklYFkhCUemptmnh2hp8J94bV kb/3oHaDtSagjJ3HHsfd8HY+PZOAqLlRl+EV+/ew5qHOrmg+mSYoVpjezW90mKOCPJuV AS/0V1toubNRsNNY6Ms5K2ePWHdjDL55PPQGRRP+990VfQwz6XyzSEYqXYdKfoEEFJUq sGHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=qjF5yFhzmPjC47LY8yP8/wHscUHkWwXWQI4rkcx8lDY=; b=B4RRxzkUMe/f5PCRnxzSRezH1ylbU7i63ZgboYImOAL6akosYKPc+kASpyejH1sEmD P/e4ilGshFs0GWo4IaD/FgBgVIOd3b4WNoXYbPgHaMIVs+dVNQDHwo8FKLddxdymutMY tL4U7h6iBtQ2CUP3Kzul+h21kzTbZp82ubIMR6rQn+jwRGJtyIZ3wYXFLiKWQWkUvlVC NKGZ6pAMNamAe/2LxPnIXprvxaXZDqUrrsmUufvQRJd2WOLojVLnI/c+eTF/jdVoLwhs mcC/Jjx0Y7B2TOviu1HNw6xFFTShwMP2V9RHW6N3nddWOyWFGRqunbUZIrSYsSjagmPM jK8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h11si20002732ede.45.2019.11.20.04.57.12; Wed, 20 Nov 2019 04:57:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728259AbfKTKBt (ORCPT + 99 others); Wed, 20 Nov 2019 05:01:49 -0500 Received: from hmm.wantstofly.org ([138.201.34.84]:46068 "EHLO mail.wantstofly.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726229AbfKTKBt (ORCPT ); Wed, 20 Nov 2019 05:01:49 -0500 X-Greylist: delayed 345 seconds by postgrey-1.27 at vger.kernel.org; Wed, 20 Nov 2019 05:01:48 EST Received: by mail.wantstofly.org (Postfix, from userid 1000) id 43FB77F2C7; Wed, 20 Nov 2019 11:56:02 +0200 (EET) Date: Wed, 20 Nov 2019 11:56:02 +0200 From: Lennert Buytenhek To: Arnd Bergmann Cc: Guenter Roeck , Laura Abbott , Wim Van Sebroeck , "linux-kernel@vger.kernel.org" , LINUXWATCHDOG , Russell King - ARM Linux Subject: Re: [PATCH] watchdog: Remove iop_wdt Message-ID: <20191120095602.GQ1166@wantstofly.org> References: <20191118220432.1611-1-labbott@redhat.com> <29e94219-22ca-c873-7209-64d1c357fe5c@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 19, 2019 at 10:40:04AM +0100, Arnd Bergmann wrote: > > > Commit 59d3ae9a5bf6 ("ARM: remove Intel iop33x and iop13xx support") > > > removed support for some old platforms. Given this driver depends on > > > a now removed platform, just remove the driver. > > > > > > Signed-off-by: Laura Abbott > > > --- > > > Found this while reviewing config options. Not sure if this was kept > > > around for other reasons or just missed. > > > --- > > > drivers/watchdog/Kconfig | 16 --- > > > drivers/watchdog/Makefile | 1 - > > > drivers/watchdog/iop_wdt.c | 249 ------------------------------------- > > > 3 files changed, 266 deletions(-) > > > delete mode 100644 drivers/watchdog/iop_wdt.c > > > > > > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig > > > index 58e7c100b6ad..fef9078a44b6 100644 > > > --- a/drivers/watchdog/Kconfig > > > +++ b/drivers/watchdog/Kconfig > > > @@ -554,22 +554,6 @@ config PNX4008_WATCHDOG > > > > > > Say N if you are unsure. > > > > > > -config IOP_WATCHDOG > > > - tristate "IOP Watchdog" > > > - depends on ARCH_IOP13XX > > > - select WATCHDOG_NOWAYOUT if (ARCH_IOP32X || ARCH_IOP33X) > > > > This is a bit confusing, but it suggests that the watchdog may also work > > with ARCH_IOP32X, which is still supported. I don't know anything about > > those architectures, but I hesitate to have the driver removed unless > > we have confirmation that it won't work with ARCH_IOP32X. > > Maybe the dependency needs to be updated instead ? > > See commit ec2e32ca661e ("watchdog: iop_wdt only builds for > mach-iop13xx") from 2014: the watdog hardware exists on iop32x > but the driver only successfully built on iop13xx, which is now gone. > > Adding Russell (who said he still uses iop32x hardware) and Lennert > (who is still listed in the MAINTAINERS file, but previously said he > does not use it any more) to Cc. I haven't worked on ARM-related things for a long time now. I'll be happy to hand over maintainership to someone else, or to orphan the platform(s) entirely. > If neither of them see a reason to keep the driver, I'd say we can > remove it. I don't see a reason (to keep it). Cheers, Lennert