From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v10 2/4] rtc: ds1307: support m41t11 variant Date: Fri, 20 Jul 2018 07:43:01 -0600 Message-ID: <20180720134301.GA23613@rob-hp-laptop> References: <20180718140946.115093-1-giulio.benetti@micronovasrl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180718140946.115093-1-giulio.benetti@micronovasrl.com> Sender: linux-kernel-owner@vger.kernel.org To: Giulio Benetti Cc: Alexandre Belloni , Alessandro Zummo , Mark Rutland , "open list:REAL TIME CLOCK (RTC) SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list List-Id: devicetree@vger.kernel.org On Wed, Jul 18, 2018 at 04:09:43PM +0200, Giulio Benetti wrote: > The m41t11 variant is very similar to the already supported m41t00 and > m41t0, but it has also 56 bytes of NVRAM. > > Add it to driver taking into account NVRAM section. > > Signed-off-by: Giulio Benetti > --- > .../devicetree/bindings/rtc/rtc-ds1307.txt | 1 + Please add acks when posting new versions. > drivers/rtc/rtc-ds1307.c | 14 ++++++++++++++ > 2 files changed, 15 insertions(+)