From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Thu, 19 May 2005 06:25:31 +0000 Subject: [PATCH 2.6] I2C: Fix DS1621 detection Message-Id: <20050119232253.GA5909@kroah.com> List-Id: References: <20050119202749.GA19261@bode.aurel32.net> In-Reply-To: <20050119202749.GA19261@bode.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Aur?lien Jarno , sensors@Stimpy.netroedge.com, linux-kernel@vger.kernel.org On Wed, Jan 19, 2005 at 09:27:49PM +0100, Aur?lien Jarno wrote: > Hi Greg, > > Dallas Semiconductors as recently changed the design of their DS1621 > chips, including the bits that were checked in the kernel driver to > detect it. > > The patch below fixes the detection by checking an other bit of the > configuration register instead. > > Please apply. Applied, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261977AbVASX1B (ORCPT ); Wed, 19 Jan 2005 18:27:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261980AbVASX0Q (ORCPT ); Wed, 19 Jan 2005 18:26:16 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]:62146 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id S261977AbVASXZP (ORCPT ); Wed, 19 Jan 2005 18:25:15 -0500 Date: Wed, 19 Jan 2005 15:22:53 -0800 From: Greg KH To: Aur?lien Jarno , sensors@Stimpy.netroedge.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6] I2C: Fix DS1621 detection Message-ID: <20050119232253.GA5909@kroah.com> References: <20050119202749.GA19261@bode.aurel32.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050119202749.GA19261@bode.aurel32.net> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 19, 2005 at 09:27:49PM +0100, Aur?lien Jarno wrote: > Hi Greg, > > Dallas Semiconductors as recently changed the design of their DS1621 > chips, including the bits that were checked in the kernel driver to > detect it. > > The patch below fixes the detection by checking an other bit of the > configuration register instead. > > Please apply. Applied, thanks. greg k-h