linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jochen@scram.de (Jochen Friedrich)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv4 2.6.40 0/4] ARM: simpad: Add support for GPIO attached hardware
Date: Fri, 29 Apr 2011 17:16:51 +0200	[thread overview]
Message-ID: <1304090215-7457-1-git-send-email-jochen@scram.de> (raw)

This series enables GPIO API on UCB1x00 and implements the GPIO
API on the CS3 latch. The third patch finally registers platform
devices for the GPIO attached LED, buttons and I2C bus.

v2: In response to the Linus rant, remove the ARM specific LED
    support for simpad hardware instead of supporting it
    alternatively to the generic LED code.

v3: Move LED changes into a seperate patch.

v4: Fix access to status pins in PCMCIA driver. Replace "magic
    numbers" by constants.

ARM: simpad: Add ucb1x00 GPIO definitions and register GPIO
ARM: simpad: Cleanup CS3 accessors and add GPIO API
ARM: simpad: add GPIO based device definitions
ARM: simpad: replace ARM specific LED code

Overall diffstat:

 arch/arm/mach-sa1100/Makefile              |    1 -
 arch/arm/mach-sa1100/include/mach/simpad.h |   94 ++++++++++---
 arch/arm/mach-sa1100/leds-simpad.c         |  100 -------------
 arch/arm/mach-sa1100/leds.c                |    2 -
 arch/arm/mach-sa1100/leds.h                |    1 -
 arch/arm/mach-sa1100/simpad.c              |  211 ++++++++++++++++++++++++---
 drivers/pcmcia/sa1100_simpad.c             |   35 ++---
 7 files changed, 274 insertions(+), 170 deletions(-)

             reply	other threads:[~2011-04-29 15:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 15:16 Jochen Friedrich [this message]
2011-04-29 15:16 ` [PATCHv4 2.6.40 1/4] ARM:simpad: Add ucb1x00 GPIO definitions and register GPIO Jochen Friedrich
2011-04-29 15:16 ` [PATCHv4 2.6.40 2/4] ARM:simpad: Cleanup CS3 accessors Jochen Friedrich
2011-04-29 15:16 ` [PATCHv4 2.6.40 3/4] ARM:simpad: add GPIO based device definitions Jochen Friedrich
2011-04-29 15:16 ` [PATCHv4 2.6.40 4/4] ARM: simpad: replace ARM specific LED code Jochen Friedrich

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=1304090215-7457-1-git-send-email-jochen@scram.de \
    --to=jochen@scram.de \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).