Received: by 10.223.185.116 with SMTP id b49csp2096541wrg; Thu, 22 Feb 2018 08:06:20 -0800 (PST) X-Google-Smtp-Source: AH8x226/iZKukrM9GQVqGLaXNQo1pPPeTPsKhikiEvaKONRzlLLF1SQ5HD4+CMRL9Cn+2odbRecj X-Received: by 10.98.198.156 with SMTP id x28mr7372077pfk.22.1519315580365; Thu, 22 Feb 2018 08:06:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519315580; cv=none; d=google.com; s=arc-20160816; b=Yvum9qxl5TXVj+WPSnU2TxgX+UWFpVspy3FGDV0zZUK1X+7y8Rd3MxQW4fLmws+uiT chlj9heUbra/hqUmKvwuU24f+n8unpsRxcuLL4CtCfjqPyCV2VXuxj7FfmRQEw1T/geL kPRiU5L+YTVu/uzBTPIvA9PA+1T6WNeY1Wpqq1QW8tXkJ4I9fw2a5ZBdg/dpzsuZzsJk PAmMEmf0wxnTvR540lER6nfVA6kVJPlTJWfB4Fk1sgY8ODV2zvp+O1/DGYjujTlR3wuA ilWUUvzCtG+sooUwjsoXIuYiQ+ppKHT5ONHipUEOYjDYcGmk2dQt/6TGo9ZwuJaieqUp +M/Q== 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:dmarc-filter:arc-authentication-results; bh=MTuwtRweeZwzp4QKjb2F0ILns1bOgmbNdyQHvLbeweY=; b=zq/ObvKzhRdmHRRD8SiNo49Aja744/n6FT3En7e7hRd3BQSAIz6xSAvfn4YzP84R5t OvjZ5sw8tlVdOrSMlXxjQKVGh2LdY0ehSDaMpDVI7RgH+u3HwrGNQoC0ai1ZsTG4KLdZ rpethduTWg/gZvb/BHz2JMPV3FwwIlPBHkSWQLwIfUNjZ+/gGTlNDAz1ye8ylIdZ+Zhk mBsw7UH9TezkFwRzubc+qL6t1iSDMRhT65hyRrrYvpR/IYtU4rzJDcxoBQz1lg505Dnz 0fF9EDWwyQfY7iNNdhRg0GALEncVVRx/U6qLguTiDzHnUq+oC/V3bDIxAeNIqglt1zVd laBA== 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 e24si238429pff.233.2018.02.22.08.06.05; Thu, 22 Feb 2018 08:06:20 -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 S933162AbeBVQC1 (ORCPT + 99 others); Thu, 22 Feb 2018 11:02:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:49580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933085AbeBVQCW (ORCPT ); Thu, 22 Feb 2018 11:02:22 -0500 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AB4EE2178B; Thu, 22 Feb 2018 16:02:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AB4EE2178B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=abelloni@kernel.org Date: Thu, 22 Feb 2018 17:02:20 +0100 From: Alexandre Belloni To: Christoph Hellwig Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 000/100] rtc: remove cargo culted code Message-ID: <20180222160220.GL31244@piout.net> References: <20180221205635.31314-1-alexandre.belloni@bootlin.com> <20180222154802.GA2114@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180222154802.GA2114@infradead.org> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/02/2018 at 07:48:03 -0800, Christoph Hellwig wrote: > On Wed, Feb 21, 2018 at 09:54:55PM +0100, Alexandre Belloni wrote: > > Hello, > > > > This series: > > - removes useless calls to rtc_valid_tm in .read_time, .set_time and > > .set_alarm > > - removes code setting default values for RTCs (and lets the core > > handle it) > > - removes useless "time is invalid" messages at probe time > > - removes useless indirect calls > > Seems like this could be just one patch for each of the issues.. I'll probably squash the simpler ones before sending to Linus. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com