From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933083AbeBVPsG (ORCPT ); Thu, 22 Feb 2018 10:48:06 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:50596 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932977AbeBVPsE (ORCPT ); Thu, 22 Feb 2018 10:48:04 -0500 Date: Thu, 22 Feb 2018 07:48:03 -0800 From: Christoph Hellwig To: Alexandre Belloni Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 000/100] rtc: remove cargo culted code Message-ID: <20180222154802.GA2114@infradead.org> References: <20180221205635.31314-1-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180221205635.31314-1-alexandre.belloni@bootlin.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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..