[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200805171739.57655.david-b@pacbell.net>
Date: Sat, 17 May 2008 17:39:57 -0700
From: David Brownell <david-b@...bell.net>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: [patch 2.6.26-rc2-git] gpio: pca953x driver handles pca9554 too
Teach drivers/gpio/pca953x.c about PCA9554, another compatible chip.
Signed-off-by: David Brownell <dbrownell@...rs.sourceforge.net>
--- g26.orig/drivers/gpio/pca953x.c 2008-05-01 12:46:39.000000000 -0700
+++ g26/drivers/gpio/pca953x.c 2008-05-01 00:14:13.000000000 -0700
@@ -30,6 +30,7 @@ static const struct i2c_device_id pca953
{ "pca9537", 4, },
{ "pca9538", 8, },
{ "pca9539", 16, },
+ { "pca9554", 8, },
{ "pca9555", 16, },
{ "pca9557", 8, },
/* REVISIT several pca955x parts should work here too */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists