From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 0/8] gpio/omap: remaining cleanups and fix Date: Fri, 27 Apr 2012 14:57:27 -0700 Message-ID: <87ipgkzvlk.fsf@ti.com> References: <1335536018-16004-1-git-send-email-tarun.kanti@ti.com> <20120427190759.C6DC43E0B4D@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog101.obsmtp.com ([74.125.149.67]:44137 "EHLO na3sys009aog101.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755324Ab2D0V51 (ORCPT ); Fri, 27 Apr 2012 17:57:27 -0400 Received: by dakb39 with SMTP id b39so1691180dak.7 for ; Fri, 27 Apr 2012 14:57:25 -0700 (PDT) In-Reply-To: <20120427190759.C6DC43E0B4D@localhost> (Grant Likely's message of "Fri, 27 Apr 2012 13:07:59 -0600") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Grant Likely Cc: Tarun Kanti DebBarma , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tony Lindgren , Santosh Shilimkar , "Cousson, Benoit" Grant Likely writes: > On Fri, 27 Apr 2012 19:43:30 +0530, Tarun Kanti DebBarma wrote: >> Here are the remaining cleanup patches. There are broadly >> two categories of cleanups. >> >> Cat-1: Those missed while introducing new feature like SPARSE_IRQ >> handling and DT support; use edge/level handlers from >> generic IRQ framework. >> >> Cat-2: Removal of redundant fields from struct gpio_bank{} as a >> result of they being already covered by members within >> context field of struct gpio_bank{}. >> >> Reference: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git >> Commit: 66f75a5d028beaf67c931435fdc3e7823125730c (Linux 3.4-rc4) >> >> Series is available for reference here: >> git://gitorious.org/~tarunkanti/omap-sw-develoment/tarunkantis-linux-omap-dev.git for_3.5/gpio_more_cleanup_fixes >> >> Test info: >> OMAP2+ platforms: OMAP2430SDP, OMAP3430SDP, OMAP4430SDP >> OMAP1: Bootup test on OMAP1710SDP. >> >> Cc: Kevin Hilman >> Cc: Tony Lindgren >> Cc: Santosh Shilimkar >> Cc: Cousson, Benoit >> Cc: Grant Likely >> Tarun Kanti DebBarma (8): >> gpio/omap: remove virtual_irq_start variable >> gpio/omap: remove saved_fallingdetect, saved_risingdetect >> gpio/omap: remove suspend_wakeup field from struct gpio_bank >> gpio/omap: remove saved_wakeup field from struct gpio_bank >> gpio/omap: remove retrigger variable in gpio_irq_handler >> gpio/omap: remove suspend/resume callbacks >> gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume() >> gpio/omap: fix missing check in *_runtime_suspend() > > The changes look fine to me. Which branch should this series be > merged through? It can either go via arm-soc or my gpio/next branch. This needs a little more review/testing on OMAP. Expect a pull request from me when it's ready and you can take it through gpio/nex. Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Fri, 27 Apr 2012 14:57:27 -0700 Subject: [PATCH 0/8] gpio/omap: remaining cleanups and fix In-Reply-To: <20120427190759.C6DC43E0B4D@localhost> (Grant Likely's message of "Fri, 27 Apr 2012 13:07:59 -0600") References: <1335536018-16004-1-git-send-email-tarun.kanti@ti.com> <20120427190759.C6DC43E0B4D@localhost> Message-ID: <87ipgkzvlk.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Grant Likely writes: > On Fri, 27 Apr 2012 19:43:30 +0530, Tarun Kanti DebBarma wrote: >> Here are the remaining cleanup patches. There are broadly >> two categories of cleanups. >> >> Cat-1: Those missed while introducing new feature like SPARSE_IRQ >> handling and DT support; use edge/level handlers from >> generic IRQ framework. >> >> Cat-2: Removal of redundant fields from struct gpio_bank{} as a >> result of they being already covered by members within >> context field of struct gpio_bank{}. >> >> Reference: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git >> Commit: 66f75a5d028beaf67c931435fdc3e7823125730c (Linux 3.4-rc4) >> >> Series is available for reference here: >> git://gitorious.org/~tarunkanti/omap-sw-develoment/tarunkantis-linux-omap-dev.git for_3.5/gpio_more_cleanup_fixes >> >> Test info: >> OMAP2+ platforms: OMAP2430SDP, OMAP3430SDP, OMAP4430SDP >> OMAP1: Bootup test on OMAP1710SDP. >> >> Cc: Kevin Hilman >> Cc: Tony Lindgren >> Cc: Santosh Shilimkar >> Cc: Cousson, Benoit >> Cc: Grant Likely >> Tarun Kanti DebBarma (8): >> gpio/omap: remove virtual_irq_start variable >> gpio/omap: remove saved_fallingdetect, saved_risingdetect >> gpio/omap: remove suspend_wakeup field from struct gpio_bank >> gpio/omap: remove saved_wakeup field from struct gpio_bank >> gpio/omap: remove retrigger variable in gpio_irq_handler >> gpio/omap: remove suspend/resume callbacks >> gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume() >> gpio/omap: fix missing check in *_runtime_suspend() > > The changes look fine to me. Which branch should this series be > merged through? It can either go via arm-soc or my gpio/next branch. This needs a little more review/testing on OMAP. Expect a pull request from me when it's ready and you can take it through gpio/nex. Thanks, Kevin