public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.arm.linux.org.uk
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 00/11] Omap gpio updates for review for 2.6.29 merge window
Date: Fri, 28 Nov 2008 17:09:42 -0800	[thread overview]
Message-ID: <20081129010728.12337.8217.stgit@localhost> (raw)

Hi all,

This series contains updates to omap gpio, mostly conversion
to generic gpio api.

Regards,

Tony


---

David Brownell (6):
      ARM: OMAP: minor gpio bugfixes
      ARM: OMAP: use gpio_to_irq
      ARM: OMAP: switch to gpio_direction_output
      ARM: OMAP: switch to gpio_direction_input
      ARM: OMAP: switch to standard gpio get/set calls
      ARM: OMAP: gpios implement new to_irq()

Jarkko Nikula (4):
      ARM: OMAP: Switch ohci-omap to gpio_request/free calls
      ARM: OMAP: Switch to gpio_request/free calls
      ARM: OMAP: make legacy gpio request/free calls superfluous
      ARM: OMAP: Extend gpio label column width in omap_gpio debugfs file

Jouni Hogander (1):
      ARM: OMAP: Enable GPIO debounce clock only when debounce is enabled v3


 arch/arm/mach-omap1/board-fsample.c    |    7 +-
 arch/arm/mach-omap1/board-h2.c         |   24 +++---
 arch/arm/mach-omap1/board-h3.c         |    9 +-
 arch/arm/mach-omap1/board-innovator.c  |    2 -
 arch/arm/mach-omap1/board-nokia770.c   |   12 ++-
 arch/arm/mach-omap1/board-osk.c        |   11 ++-
 arch/arm/mach-omap1/board-palmte.c     |   14 ++--
 arch/arm/mach-omap1/board-palmtt.c     |    2 -
 arch/arm/mach-omap1/board-palmz71.c    |   23 +++---
 arch/arm/mach-omap1/board-perseus2.c   |    7 +-
 arch/arm/mach-omap1/board-sx1.c        |   11 +--
 arch/arm/mach-omap1/board-voiceblue.c  |   49 ++++++------
 arch/arm/mach-omap1/fpga.c             |    6 +-
 arch/arm/mach-omap1/leds-h2p2-debug.c  |   10 +--
 arch/arm/mach-omap1/leds-osk.c         |    4 +
 arch/arm/mach-omap1/leds.c             |    8 +-
 arch/arm/mach-omap1/serial.c           |   10 +--
 arch/arm/mach-omap2/board-2430sdp.c    |    4 +
 arch/arm/mach-omap2/board-apollon.c    |   15 ++--
 arch/arm/mach-omap2/clock34xx.h        |   36 +++++----
 arch/arm/mach-omap2/usb-tusb6010.c     |    6 +-
 arch/arm/plat-omap/debug-devices.c     |    8 +-
 arch/arm/plat-omap/debug-leds.c        |   10 +--
 arch/arm/plat-omap/gpio.c              |  127 +++++++++++++-------------------
 arch/arm/plat-omap/include/mach/gpio.h |   31 ++++++--
 drivers/input/keyboard/omap-keypad.c   |    8 +-
 drivers/mtd/onenand/omap2.c            |   10 +--
 drivers/usb/host/ohci-omap.c           |    8 +-
 28 files changed, 225 insertions(+), 247 deletions(-)

-- 
Signature

             reply	other threads:[~2008-11-29  1:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-29  1:09 Tony Lindgren [this message]
2008-11-29  1:09 ` [PATCH 01/11] ARM: OMAP: Enable GPIO debounce clock only when debounce is enabled v3 Tony Lindgren
2008-11-29  1:09 ` [PATCH 02/11] ARM: OMAP: Extend gpio label column width in omap_gpio debugfs file Tony Lindgren
2008-11-29  1:10 ` [PATCH 03/11] ARM: OMAP: gpios implement new to_irq() Tony Lindgren
2008-11-29  1:10 ` [PATCH 04/11] ARM: OMAP: switch to standard gpio get/set calls Tony Lindgren
2008-11-29  1:10 ` [PATCH 05/11] ARM: OMAP: switch to gpio_direction_input Tony Lindgren
2008-11-29  1:10 ` [PATCH 06/11] ARM: OMAP: switch to gpio_direction_output Tony Lindgren
2008-11-29  1:10 ` [PATCH 07/11] ARM: OMAP: use gpio_to_irq Tony Lindgren
2008-11-29  1:10 ` [PATCH 08/11] ARM: OMAP: make legacy gpio request/free calls superfluous Tony Lindgren
2008-11-29  1:10 ` [PATCH 09/11] ARM: OMAP: minor gpio bugfixes Tony Lindgren
2008-11-29  1:10 ` [PATCH 10/11] ARM: OMAP: Switch to gpio_request/free calls Tony Lindgren
2008-12-09  1:29   ` [PATCH 10/11] ARM: OMAP: Switch to gpio_request/free calls, v2 Tony Lindgren
2008-11-29  1:11 ` [PATCH 11/11] ARM: OMAP: Switch ohci-omap to gpio_request/free calls Tony Lindgren
2008-11-29  1:35   ` David Brownell

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=20081129010728.12337.8217.stgit@localhost \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --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