From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [RFC PATCH 06/10] OMAP: GPIO: Use USHRT_MAX for rev offset instead of -1 Date: Fri, 20 May 2011 11:30:15 +0200 Message-ID: <87r57t67o8.fsf@ti.com> References: <1305546104-1511-1-git-send-email-tarun.kanti@ti.com> <1305546104-1511-7-git-send-email-tarun.kanti@ti.com> <87ei3u8yvr.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:33389 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753389Ab1ETJaW (ORCPT ); Fri, 20 May 2011 05:30:22 -0400 Received: by mail-ww0-f46.google.com with SMTP id 28so2863925wwb.27 for ; Fri, 20 May 2011 02:30:21 -0700 (PDT) In-Reply-To: (Charulatha Varadarajan's message of "Fri, 20 May 2011 14:01:44 +0530") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Varadarajan, Charulatha" Cc: Tarun Kanti DebBarma , linux-omap@vger.kernel.org, Santosh Shilimkar , Tony Lindgren "Varadarajan, Charulatha" writes: > Kevin, > > On Thu, May 19, 2011 at 21:29, Kevin Hilman wrote: >> Tarun Kanti DebBarma writes: >> >>> From: Charulatha V >>> >>> Use USHRT_MAX for revision offset instead of -1 if revision register >>> is not available for a given SoC since rev offset is a u16 value. >>> >>> Signed-off-by: Charulatha V >>> Cc: Santosh Shilimkar >>> Cc: Kevin Hilman >>> Cc: Tony Lindgren >> >> Thanks, folded this into the original. > > I could not figure out this change in the repo. Please update. You're right, I didn't push the update. Just pushed now (may take some time to get out to kernel.org mirrors.) Kevin