From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [PATCH V2] mach-pxa/viper: Fix timeout usage for I2C Date: Tue, 20 Apr 2010 10:40:00 +0200 Message-ID: <201004201040.00739.marek.vasut@gmail.com> References: <20100412213235.1688dda8@hyperion.delvare> <1271591309-22567-1-git-send-email-w.sang@pengutronix.de> <8d2bff4f5c4178f89e410edc702cd18f@localhost> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <8d2bff4f5c4178f89e410edc702cd18f@localhost> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Marc Zyngier , Wolfram Sang , Paul Shen , Russell King , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mike Rapoport , Jean Delvare , Eric Miao List-Id: linux-i2c@vger.kernel.org Dne =DAt 20. dubna 2010 10:27:00 Marc Zyngier napsal(a): > On Sun, 18 Apr 2010 13:48:29 +0200, Wolfram Sang >=20 > wrote: > > The timeout value is in jiffies, so it should be using HZ, not a pl= ain > > number. Assume with HZ=3D100 '100' means 1s here and adapt accordin= gly. > >=20 > > Signed-off-by: Wolfram Sang > > Cc: Eric Miao > > Cc: Russell King > > Cc: Marc Zyngier > > Cc: Paul Shen > > Cc: Mike Rapoport > > Cc: Jean Delvare >=20 > Acked-by: Marc Zyngier >=20 > Eric, can you merge this directly via your -devel branch? >=20 > Thanks, >=20 > M. And possibly updating your git tree? There are a few patches in -next t= hat will=20 need it's arm counterpart. Cheers From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Tue, 20 Apr 2010 10:40:00 +0200 Subject: [PATCH V2] mach-pxa/viper: Fix timeout usage for I2C In-Reply-To: <8d2bff4f5c4178f89e410edc702cd18f@localhost> References: <20100412213235.1688dda8@hyperion.delvare> <1271591309-22567-1-git-send-email-w.sang@pengutronix.de> <8d2bff4f5c4178f89e410edc702cd18f@localhost> Message-ID: <201004201040.00739.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dne ?t 20. dubna 2010 10:27:00 Marc Zyngier napsal(a): > On Sun, 18 Apr 2010 13:48:29 +0200, Wolfram Sang > > wrote: > > The timeout value is in jiffies, so it should be using HZ, not a plain > > number. Assume with HZ=100 '100' means 1s here and adapt accordingly. > > > > Signed-off-by: Wolfram Sang > > Cc: Eric Miao > > Cc: Russell King > > Cc: Marc Zyngier > > Cc: Paul Shen > > Cc: Mike Rapoport > > Cc: Jean Delvare > > Acked-by: Marc Zyngier > > Eric, can you merge this directly via your -devel branch? > > Thanks, > > M. And possibly updating your git tree? There are a few patches in -next that will need it's arm counterpart. Cheers