All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Kevin Hilman <khilman@ti.com>
Cc: linux-omap <linux-omap@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: [GIT PULL] gpio/omap: cleanups for v3.5
Date: Fri, 11 May 2012 18:51:55 -0600	[thread overview]
Message-ID: <20120512005156.5131B3E0791@localhost> (raw)
In-Reply-To: <874nrmtf47.fsf@ti.com>

On Fri, 11 May 2012 17:30:48 -0700, Kevin Hilman <khilman@ti.com> wrote:
> Hi Grant,
> 
> Here's the final round of GPIO cleanups for v3.5.  This branch is based
> on my for_3.5/fixes/gpio branch you just pulled.
> 
> Kevin
> 
> 
> The following changes since commit 6edd94db250038c8fdf176f23ca4017d2f312509:
> 
>   gpio/omap: fix incorrect initialization of omap_gpio_mod_init (2012-05-10 07:16:15 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/gpio/cleanup

Applied, thanks.

g.

> 
> for you to fetch changes up to 1b1287032df3a69d3ef9a486b444f4ffcca50d01:
> 
>   gpio/omap: fix missing check in *_runtime_suspend() (2012-05-11 17:08:40 -0700)
> 
> ----------------------------------------------------------------
> 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()
> 
>  arch/arm/mach-omap1/gpio15xx.c         |    2 -
>  arch/arm/mach-omap1/gpio16xx.c         |    5 --
>  arch/arm/mach-omap1/gpio7xx.c          |    7 ---
>  arch/arm/mach-omap2/gpio.c             |    3 +-
>  arch/arm/plat-omap/include/plat/gpio.h |    3 +-
>  drivers/gpio/gpio-omap.c               |  103 +++++++-------------------------
>  6 files changed, 27 insertions(+), 96 deletions(-)

-- 
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies, Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] gpio/omap: cleanups for v3.5
Date: Fri, 11 May 2012 18:51:55 -0600	[thread overview]
Message-ID: <20120512005156.5131B3E0791@localhost> (raw)
In-Reply-To: <874nrmtf47.fsf@ti.com>

On Fri, 11 May 2012 17:30:48 -0700, Kevin Hilman <khilman@ti.com> wrote:
> Hi Grant,
> 
> Here's the final round of GPIO cleanups for v3.5.  This branch is based
> on my for_3.5/fixes/gpio branch you just pulled.
> 
> Kevin
> 
> 
> The following changes since commit 6edd94db250038c8fdf176f23ca4017d2f312509:
> 
>   gpio/omap: fix incorrect initialization of omap_gpio_mod_init (2012-05-10 07:16:15 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/gpio/cleanup

Applied, thanks.

g.

> 
> for you to fetch changes up to 1b1287032df3a69d3ef9a486b444f4ffcca50d01:
> 
>   gpio/omap: fix missing check in *_runtime_suspend() (2012-05-11 17:08:40 -0700)
> 
> ----------------------------------------------------------------
> 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()
> 
>  arch/arm/mach-omap1/gpio15xx.c         |    2 -
>  arch/arm/mach-omap1/gpio16xx.c         |    5 --
>  arch/arm/mach-omap1/gpio7xx.c          |    7 ---
>  arch/arm/mach-omap2/gpio.c             |    3 +-
>  arch/arm/plat-omap/include/plat/gpio.h |    3 +-
>  drivers/gpio/gpio-omap.c               |  103 +++++++-------------------------
>  6 files changed, 27 insertions(+), 96 deletions(-)

-- 
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies, Ltd.

  reply	other threads:[~2012-05-12  0:51 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-12  0:30 [GIT PULL] gpio/omap: cleanups for v3.5 Kevin Hilman
2012-05-12  0:30 ` Kevin Hilman
2012-05-12  0:51 ` Grant Likely [this message]
2012-05-12  0:51   ` Grant Likely
2012-06-14  0:15 ` NeilBrown
2012-06-14  0:15   ` NeilBrown
2012-06-14 17:54   ` DebBarma, Tarun Kanti
2012-06-14 17:54     ` DebBarma, Tarun Kanti
2012-06-14 21:06     ` NeilBrown
2012-06-14 21:06       ` NeilBrown
2012-06-21  3:16     ` NeilBrown
2012-06-21  3:16       ` NeilBrown
2012-06-21  6:34       ` DebBarma, Tarun Kanti
2012-06-21  6:34         ` DebBarma, Tarun Kanti
2012-06-25  6:18         ` NeilBrown
2012-06-25  6:18           ` NeilBrown
2012-06-25  8:07           ` DebBarma, Tarun Kanti
2012-06-25  8:07             ` DebBarma, Tarun Kanti
2012-07-02 17:37             ` Kevin Hilman
2012-07-02 17:37               ` Kevin Hilman
2012-07-02 17:48               ` Kevin Hilman
2012-07-02 17:48                 ` Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120512005156.5131B3E0791@localhost \
    --to=grant.likely@secretlab.ca \
    --cc=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.