Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261210AbVBQWkf (ORCPT ); Thu, 17 Feb 2005 17:40:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261211AbVBQWkf (ORCPT ); Thu, 17 Feb 2005 17:40:35 -0500 Received: from mail.kroah.org ([69.55.234.183]:63360 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261210AbVBQWji (ORCPT ); Thu, 17 Feb 2005 17:39:38 -0500 Date: Thu, 17 Feb 2005 14:26:02 -0800 From: Greg KH To: "Mark A. Greer" Cc: LM Sensors , LKML Subject: Re: [PATCH][I2C] ST M41T00 I2C RTC chip driver Message-ID: <20050217222601.GG21188@kroah.com> References: <41FE7368.1000307@mvista.com> <20050131210319.44a69d49.khali@linux-fr.org> <41FFE9EE.3000504@mvista.com> <420401EB.5080700@mvista.com> <20050204232525.GA28571@kroah.com> <42040D79.8040502@mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42040D79.8040502@mvista.com> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1062 Lines: 35 On Fri, Feb 04, 2005 at 05:04:09PM -0700, Mark A. Greer wrote: > Greg KH wrote: > > >Can you resend it with a proper Changelog description in the top of the > >email and the signed-off-by line? thanks, > > > >greg k-h > > > > > > > Certainly. > -- > > This patch adds support for the ST M41T00 I2C RTC chip. > > This rtc chip has no mechanism to freeze it's registers while being > read; however, it will delay updating the external values of the > registers for 250ms after a register is read. To ensure that a sane > time value is read, the driver verifies that the same registers values > were read twice before returning. > > Also, when setting the rtc from an interrupt handler, a tasklet is used > to provide the context required by the i2c core code. > > Please apply. Applied, thanks. greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/