From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v6 00/25] gpio/omap: driver cleanup and fixes Date: Tue, 06 Sep 2011 15:59:55 -0700 Message-ID: <87ty8pz384.fsf@ti.com> References: <1314798161-19523-1-git-send-email-tarun.kanti@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1314798161-19523-1-git-send-email-tarun.kanti@ti.com> (Tarun Kanti DebBarma's message of "Wed, 31 Aug 2011 19:12:16 +0530") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Tarun Kanti DebBarma Cc: tony@atomide.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org Hi Tarun, Tarun Kanti DebBarma writes: > 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.* Thanks for your continued effort on this series. > Baseline: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > Branch: master > Commit: c6a389f Linux 3.1-rc4 This series was supposed to be based on my for_3.2/gpio-cleanup branch, which removes MOD_REG_BIT among other things. Please rebase onto that branch so these changes can be tested along with changes already queued for v3.2. Thanks, Kevin