public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@ti.com>
To: linux-omap@vger.kernel.org
Cc: charu@ti.com
Subject: [PATCH 0/9] OMAP: GPIO: cleanup, consolidation, etc. (v2)
Date: Thu, 21 Apr 2011 13:35:18 -0700	[thread overview]
Message-ID: <1303418127-4310-1-git-send-email-khilman@ti.com> (raw)

Here's an updated version of my work-in-progress GPIO cleanups.

I now understand that others have some similar work in progress, so
these are posted (to linux-omap only, for now) so that we can begin
collaboration on the GPIO cleanups.

This series applies on top of v2.6.39-rc4 plus the generic irq_chip
series from Thomas Gleixner since in addition to the cleanups, I
started moving the GPIO IRQ handling over to use generic irq_chip
(last patch in series.)

This work in progress is available in my wip/gpio-cleanup branch.

Kevin Hilman (9):
  OMAP: GPIO: _clear_gpio_irqbank: fix flushing of posted write
  OMAP: GPIO: remove MPUIO handling from _clear_gpio_irqbank()
  OMAP: GPIO: move bank width into struct gpio_bank
  OMAP: GPIO: _get_gpio_irqbank_mask: replace hard-coded mask with
    bank->width
  OMAP: GPIO: move register offset defines into gpio.h
  OMAP: GPIO: consolidate direction, input, output, remove #ifdefs
  OMAP: GPIO: consolidate IRQ status handling, remove #ifdefs
  OMAP: GPIO: conslidate enable/disable of GPIO IRQs, remove ifdefs
  OMAP: GPIO: convert MPUIO IRQ over to generic irq_chip

 arch/arm/mach-omap1/gpio15xx.c         |   13 +
 arch/arm/mach-omap1/gpio16xx.c         |   22 ++
 arch/arm/mach-omap1/gpio7xx.c          |   21 +
 arch/arm/mach-omap2/gpio.c             |   20 +
 arch/arm/plat-omap/gpio.c              |  641 ++++++--------------------------
 arch/arm/plat-omap/include/plat/gpio.h |  120 ++++++
 6 files changed, 318 insertions(+), 519 deletions(-)

-- 
1.7.4


             reply	other threads:[~2011-04-21 20:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21 20:35 Kevin Hilman [this message]
2011-04-21 20:35 ` [PATCH 1/9] OMAP: GPIO: _clear_gpio_irqbank: fix flushing of posted write Kevin Hilman
2011-04-21 20:35 ` [PATCH 2/9] OMAP: GPIO: remove MPUIO handling from _clear_gpio_irqbank() Kevin Hilman
2011-04-21 20:35 ` [PATCH 3/9] OMAP: GPIO: move bank width into struct gpio_bank Kevin Hilman
2011-04-21 20:35 ` [PATCH 4/9] OMAP: GPIO: _get_gpio_irqbank_mask: replace hard-coded mask with bank->width Kevin Hilman
2011-04-21 20:35 ` [PATCH 5/9] OMAP: GPIO: move register offset defines into gpio.h Kevin Hilman
2011-04-21 20:35 ` [PATCH 6/9] OMAP: GPIO: consolidate direction, input, output, remove #ifdefs Kevin Hilman
2011-04-21 20:35 ` [PATCH 7/9] OMAP: GPIO: consolidate IRQ status handling, " Kevin Hilman
2011-04-21 20:35 ` [PATCH 8/9] OMAP: GPIO: conslidate enable/disable of GPIO IRQs, remove ifdefs Kevin Hilman
2011-04-21 20:35 ` [PATCH 9/9] OMAP: GPIO: convert MPUIO IRQ over to generic irq_chip Kevin Hilman
2011-04-25  7:27 ` [PATCH 0/9] OMAP: GPIO: cleanup, consolidation, etc. (v2) DebBarma, Tarun Kanti
2011-04-25  8:29   ` DebBarma, Tarun Kanti
2011-05-03 16:25     ` Kevin Hilman
2011-04-28  9:39 ` Varadarajan, Charulatha
2011-05-04  1:04   ` 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=1303418127-4310-1-git-send-email-khilman@ti.com \
    --to=khilman@ti.com \
    --cc=charu@ti.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox