mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nate Case <ncase@xes-inc.com>
To: David Brownell <dbrownell@users.sourceforge.net>
Cc: linux-kernel@vger.kernel.org, Nate Case <ncase@xes-inc.com>
Subject: [PATCH next 2/2] gpio: pca953x: Add support for PCA9556
Date: Mon,  8 Jun 2009 17:51:53 -0500	[thread overview]
Message-ID: <1244501513-19836-3-git-send-email-ncase@xes-inc.com> (raw)
In-Reply-To: <1244501513-19836-2-git-send-email-ncase@xes-inc.com>

PCA9556 is the software-compatible predecessor to the PCA9557, so add
it to the supported I2C device ID table.

Signed-off-by: Nate Case <ncase@xes-inc.com>
---
 drivers/gpio/pca953x.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c
index 258246e..bbd08a9 100644
--- a/drivers/gpio/pca953x.c
+++ b/drivers/gpio/pca953x.c
@@ -36,6 +36,7 @@ static const struct i2c_device_id pca953x_id[] = {
 	{ "pca9539", 16, },
 	{ "pca9554", 8, },
 	{ "pca9555", 16, },
+	{ "pca9556", 8, },
 	{ "pca9557", 8, },
 
 	{ "max7310", 8, },
-- 
1.6.0.2


  reply	other threads:[~2009-06-08 23:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-08 22:51 [PATCH next 0/2] gpio: pca953x updates Nate Case
2009-06-08 22:51 ` [PATCH next 1/2] gpio: pca953x: Get platform_data from OpenFirmware Nate Case
2009-06-08 22:51   ` Nate Case [this message]
2009-06-10 23:40   ` Nate Case

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=1244501513-19836-3-git-send-email-ncase@xes-inc.com \
    --to=ncase@xes-inc.com \
    --cc=dbrownell@users.sourceforge.net \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®