linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: w.sang@pengutronix.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] gpio/pcf857x: copy i2c_device_id from old pcf8574-driver
Date: Wed,  9 Sep 2009 23:22:48 +0200	[thread overview]
Message-ID: <1252531371-14866-2-git-send-email-w.sang@pengutronix.de> (raw)
In-Reply-To: <1252531371-14866-1-git-send-email-w.sang@pengutronix.de>

The deprecated pcf8574 driver is going to be removed. Make sure this
replacement-driver inherits all i2c_device_ids for a smooth transition.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: Jean Delvare <khali@linux-fr.org>
---
 drivers/gpio/pcf857x.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpio/pcf857x.c b/drivers/gpio/pcf857x.c
index 9525724..3f1ec1e 100644
--- a/drivers/gpio/pcf857x.c
+++ b/drivers/gpio/pcf857x.c
@@ -28,6 +28,7 @@
 
 static const struct i2c_device_id pcf857x_id[] = {
 	{ "pcf8574", 8 },
+	{ "pcf8574a", 8 },
 	{ "pca8574", 8 },
 	{ "pca9670", 8 },
 	{ "pca9672", 8 },
-- 
1.6.3.3

  reply	other threads:[~2009-09-09 21:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-09 21:22 Removing deprecated drivers from drivers/i2c/chips Wolfram Sang
2009-09-09 21:22 ` Wolfram Sang [this message]
2009-09-09 21:22 ` [PATCH 2/4] i2c/chips: Remove deprecated pcf8575-driver Wolfram Sang
2009-09-10 10:52   ` Bart Van Assche
2009-09-10 11:04     ` Wolfram Sang
2009-09-09 21:22 ` [PATCH 3/4] i2c/chips: Remove deprecated pca9539-driver Wolfram Sang
2009-09-09 23:28   ` Ben Gardner
2009-09-09 21:22 ` [PATCH 4/4] i2c/chips: Remove deprecated pcf8574-driver Wolfram Sang
2009-09-09 23:54 ` [Uclinux-dist-devel] Removing deprecated drivers from drivers/i2c/chips Mike Frysinger
2009-09-10  6:26   ` Wolfram Sang
2009-09-10  7:55     ` Mike Frysinger
2009-09-10 10:49 ` Jean Delvare
2009-09-10 11:07   ` Wolfram Sang

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=1252531371-14866-2-git-send-email-w.sang@pengutronix.de \
    --to=w.sang@pengutronix.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).