Received: by 10.213.65.68 with SMTP id h4csp1157520imn; Wed, 14 Mar 2018 11:15:45 -0700 (PDT) X-Google-Smtp-Source: AG47ELsLfdNMYNzRKZZnb4gbp0kIHYuAyYvNPKX9x2xmImBGq96PyhjjxbM0wlpKkgUuNpa165zt X-Received: by 10.98.137.147 with SMTP id n19mr5192357pfk.193.1521051345001; Wed, 14 Mar 2018 11:15:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521051344; cv=none; d=google.com; s=arc-20160816; b=n2CH0dliF/Ft9bWA1ZA1Lcqc/1tS7QOIvxPR2NCGq/yFqDofF895n2rBtNGhTGGtD5 Tr8BRLnq1j7u3GdX6Nx4V9wAyJ3SSqIx3P5H4HZ3BQIDW24WEZZgO3Kk07XU/AdB9O5C v+2NMDqHDOKt+5EpWEwKpOdNuXKrV5wogPYAL7EJNCNk0U/Vx+0hAm53tB6R+ZCwJd6+ yYDfKEhT15flsrUSYVbrSzGx+yUU2ZknJz1wsVn9ZSspJ0USYzuwaRpZMWBkxGfaz9p3 4CdN2yiTJGUdfLO+CPOXMCL0gfWhtM7BaLTB+7Vyl+VwkOKR0wH2zoWLN5xqXgVr8DrG LyOg== 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:arc-authentication-results; bh=bLjnFotBa14L6gQQnfI7jVKu8X/9JBXot93OI3hwZaY=; b=hTUNbiz95/Az8Nxti6eiutXWfBAxjTd8TEs5TlVoXwcE0tKgbRsO7hnM1uNNUaV38o tQ8WDamA+bS2+e9sS6KjvRdUovTXJetK35EYY7gKTS0G2DSl+11d596/ekAnNEJT+3tb 87eLO7SJc0qgqLi7asK2uE0CF+OZRj29af0noif+QmuBGf3nmOZYwkiljipDQhncTpz4 pnvZabuQxThWp/s3neTHAJDHilljm75nWFUM/Apr0B+uJj3SXt7dugXxkq/ihCxazUVx 2FlIrlCKRNbMIzSJudOFYBLFMdT0kBY1q+6BkEdG7J50+al8jT3iy3F03NmbqIVVx/nH vi6A== 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 u3si2214347pgo.349.2018.03.14.11.15.30; Wed, 14 Mar 2018 11:15:44 -0700 (PDT) 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 S1752205AbeCNSOI (ORCPT + 99 others); Wed, 14 Mar 2018 14:14:08 -0400 Received: from mail.bootlin.com ([62.4.15.54]:37031 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbeCNSOH (ORCPT ); Wed, 14 Mar 2018 14:14:07 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id DBD28207E5; Wed, 14 Mar 2018 19:14:04 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [65.153.83.185]) by mail.bootlin.com (Postfix) with ESMTPSA id 36C75207DD; Wed, 14 Mar 2018 19:14:03 +0100 (CET) Date: Wed, 14 Mar 2018 19:14:00 +0100 From: Alexandre Belloni To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Alessandro Zummo , linux-rtc@vger.kernel.org Subject: Re: [PATCH 08/47] rtc: remove tile driver Message-ID: <20180314181400.GA5899@piout.net> References: <20180314153603.3127932-1-arnd@arndb.de> <20180314153603.3127932-9-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180314153603.3127932-9-arnd@arndb.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/03/2018 at 16:35:21 +0100, Arnd Bergmann wrote: > The tile architecture is getting removed, so this driver is > no longer needed. > > Signed-off-by: Arnd Bergmann Acked-by: Alexandre Belloni > --- > drivers/rtc/Kconfig | 7 --- > drivers/rtc/Makefile | 1 - > drivers/rtc/rtc-tile.c | 143 ------------------------------------------------- > 3 files changed, 151 deletions(-) > delete mode 100644 drivers/rtc/rtc-tile.c > > diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig > index 5457d15bbcc0..0e1413a5ba3a 100644 > --- a/drivers/rtc/Kconfig > +++ b/drivers/rtc/Kconfig > @@ -1667,13 +1667,6 @@ config RTC_DRV_TEGRA > This drive can also be built as a module. If so, the module > will be called rtc-tegra. > > -config RTC_DRV_TILE > - tristate "Tilera hypervisor RTC support" > - depends on TILE > - help > - Enable support for the Linux driver side of the Tilera > - hypervisor's real-time clock interface. > - > config RTC_DRV_PUV3 > tristate "PKUnity v3 RTC support" > depends on ARCH_PUV3 > diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile > index f481661a6eae..f7a4b09557a0 100644 > --- a/drivers/rtc/Makefile > +++ b/drivers/rtc/Makefile > @@ -163,7 +163,6 @@ obj-$(CONFIG_RTC_DRV_SUN6I) += rtc-sun6i.o > obj-$(CONFIG_RTC_DRV_SUNXI) += rtc-sunxi.o > obj-$(CONFIG_RTC_DRV_TEGRA) += rtc-tegra.o > obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o > -obj-$(CONFIG_RTC_DRV_TILE) += rtc-tile.o > obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o > obj-$(CONFIG_RTC_DRV_TPS65910) += rtc-tps65910.o > obj-$(CONFIG_RTC_DRV_TPS80031) += rtc-tps80031.o > diff --git a/drivers/rtc/rtc-tile.c b/drivers/rtc/rtc-tile.c > deleted file mode 100644 > index ef1cdabf05b4..000000000000 > -- > 2.9.0 > -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com