Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753746AbdHWI0C (ORCPT ); Wed, 23 Aug 2017 04:26:02 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:35759 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753592AbdHWIZ6 (ORCPT ); Wed, 23 Aug 2017 04:25:58 -0400 MIME-Version: 1.0 In-Reply-To: <20170823053825.19841-1-nikita.yoush@cogentembedded.com> References: <20170823053825.19841-1-nikita.yoush@cogentembedded.com> From: Linus Walleij Date: Wed, 23 Aug 2017 10:25:57 +0200 Message-ID: Subject: Re: [PATCH] rtc: ds1307: add basic support for ds1341 chip To: Nikita Yushchenko Cc: Alessandro Zummo , Alexandre Belloni , Heiner Kallweit , Arnaud Ebalard , David Lowe , Javier Martinez Canillas , Marek Vasut , Tin Huynh , linux-rtc@vger.kernel.org, "linux-kernel@vger.kernel.org" , Andrey Smirnov , Aleksander Morgado , Chris Healy Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1075 Lines: 35 On Wed, Aug 23, 2017 at 7:38 AM, Nikita Yushchenko wrote: > This adds support for reading and writing date/time from/to ds1314 chip. > > Other functionality (alarms, inout clock, output clock) is not added > yet, because availability of that depends on chip connections. > > Signed-off-by: Nikita Yushchenko Overall this looks fine. > --- > drivers/rtc/Kconfig | 10 +++++----- > drivers/rtc/rtc-ds1307.c | 13 +++++++++++++ > 2 files changed, 18 insertions(+), 5 deletions(-) > === > DS1341/1342 chips have additional features, namely > - alarms, > - input clock (can be used instead of intercal oscillator for better > accuracy), > - output clock ("square wave generation") When you put all this useful information below the commit line like this it gets lost and is not in the commit message in git log. Please live it into the commit blurb or even, if really useful, as a comment in the driver itself. With that: Reviewed-by: Linus Walleij Yours, Linus Walleij