From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.scram.de (mail0.scram.de [78.47.204.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.scram.de", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 97201DDDF3 for ; Mon, 3 Nov 2008 22:45:02 +1100 (EST) Message-ID: <490EE408.2050704@scram.de> Date: Mon, 03 Nov 2008 12:44:08 +0100 From: Jochen Friedrich MIME-Version: 1.0 To: Ben Dooks Subject: Re: [PATCH] i2c-cpm: Detect and report NAK right away instead of timing out. References: <490BA2E5.8010309@consentry.com> <20081103002328.GC30438@fluff.org.uk> In-Reply-To: <20081103002328.GC30438@fluff.org.uk> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, linux-i2c@vger.kernel.org, Mike Ditto List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ben, > On Fri, Oct 31, 2008 at 05:29:25PM -0700, Mike Ditto wrote: >> Make the driver report an ENXIO error immediately upon NAK instead of >> waiting for another interrupt and getting a timeout. >> >> Signed-off-by: Mike Ditto Acked-by: Jochen Friedrich > It looks ok, I'll merge and push out to linus with the s3c fixes. Thanks! Jochen