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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 9E2C9C433F5 for ; Sat, 8 Sep 2018 08:17:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6263320855 for ; Sat, 8 Sep 2018 08:17:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6263320855 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726524AbeIHNC2 (ORCPT ); Sat, 8 Sep 2018 09:02:28 -0400 Received: from mail.bootlin.com ([62.4.15.54]:58402 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726171AbeIHNC2 (ORCPT ); Sat, 8 Sep 2018 09:02:28 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id EBADC207B0; Sat, 8 Sep 2018 10:17:33 +0200 (CEST) Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id BF3B6203DC; Sat, 8 Sep 2018 10:17:23 +0200 (CEST) Date: Sat, 8 Sep 2018 10:17:23 +0200 From: Alexandre Belloni To: Arnd Bergmann Cc: linux-rtc@vger.kernel.org, a.zummo@towertech.it, keguang.zhang@gmail.com, y2038@lists.linaro.org, Ralf Baechle , Paul Burton , James Hogan , Greg Kroah-Hartman , Matt Redfearn , Zubair Lutfullah Kakakhel , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] rtc: mips: default to rtc-cmos on mips Message-ID: <20180908081723.GB2598@piout.net> References: <20180828142724.4067857-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180828142724.4067857-1-arnd@arndb.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/08/2018 16:26:30+0200, Arnd Bergmann wrote: > The old rtc driver is getting in the way of some compat_ioctl > simplification. Looking up the loongson64 git history, it seems > that everyone uses the more modern but compatible RTC_CMOS driver > anyway, so let's remove the special case for loongson64. > > Signed-off-by: Arnd Bergmann > --- > arch/mips/Kconfig | 2 +- > drivers/char/Kconfig | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com