From mboxrd@z Thu Jan 1 00:00:00 1970 From: "DebBarma, Tarun Kanti" Subject: Re: [PATCH v7 00/26] gpio/omap: driver cleanup and fixes Date: Fri, 23 Sep 2011 09:54:28 +0530 Message-ID: References: <1315918979-26173-1-git-send-email-tarun.kanti@ti.com> <87fwjotity.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from na3sys009aob106.obsmtp.com ([74.125.149.76]:52810 "EHLO na3sys009aog106.obsmtp.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750750Ab1IWEYa (ORCPT ); Fri, 23 Sep 2011 00:24:30 -0400 Received: by mail-bw0-f49.google.com with SMTP id t2so3613398bka.8 for ; Thu, 22 Sep 2011 21:24:28 -0700 (PDT) In-Reply-To: <87fwjotity.fsf@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Kevin Hilman Cc: tony@atomide.com, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org [...] >>> This series is continuation of cleanup of OMAP GPIO driver and fixes. >>> The cleanup include getting rid of cpu_is_* checks wherever possible, >>> use of gpio_bank list instead of static array, use of unique platform >>> specific value associated data member to OMAP platforms to avoid >>> cpu_is_* checks. The series also include PM runtime support.* >>> >>> Baseline: git://gitorious.org/khilman/linux-omap-pm.git >>> Branch: for_3.2/gpio-cleanup >>> Commit: 8323374 >> Thanks Tony for ack'ing the patches. >> Kevin, >> Since Tony's has acked the patches, can you please pull them? > > Before merging, I still need to review and test this version, and I > *might* still get to it this week. That's fine. Thanks. > > Based on the dbclk aliases you added, I assume this has now been tested > on platforms using some GPIOs with debounce enabled? I have replicated gpio_debounce() code within *_gpio_mod_init() whereby _set_gpio_debounce() is called to enable debounce. After this, confirmed system going to off-mode through the CPU IDLE path. -- Tarun > > Kevin > From mboxrd@z Thu Jan 1 00:00:00 1970 From: tarun.kanti@ti.com (DebBarma, Tarun Kanti) Date: Fri, 23 Sep 2011 09:54:28 +0530 Subject: [PATCH v7 00/26] gpio/omap: driver cleanup and fixes In-Reply-To: <87fwjotity.fsf@ti.com> References: <1315918979-26173-1-git-send-email-tarun.kanti@ti.com> <87fwjotity.fsf@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org [...] >>> This series is continuation of cleanup of OMAP GPIO driver and fixes. >>> The cleanup include getting rid of cpu_is_* checks wherever possible, >>> use of gpio_bank list instead of static array, use of unique platform >>> specific value associated data member to OMAP platforms to avoid >>> cpu_is_* checks. The series also include PM runtime support.* >>> >>> Baseline: git://gitorious.org/khilman/linux-omap-pm.git >>> Branch: for_3.2/gpio-cleanup >>> Commit: 8323374 >> Thanks Tony for ack'ing the patches. >> Kevin, >> Since Tony's has acked the patches, can you please pull them? > > Before merging, I still need to review and test this version, and I > *might* still get to it this week. That's fine. Thanks. > > Based on the dbclk aliases you added, I assume this has now been tested > on platforms using some GPIOs with debounce enabled? I have replicated gpio_debounce() code within *_gpio_mod_init() whereby _set_gpio_debounce() is called to enable debounce. After this, confirmed system going to off-mode through the CPU IDLE path. -- Tarun > > Kevin >