public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Prepare to extend pca9539 to support more chips - rename files
@ 2008-01-31 14:04 Guennadi Liakhovetski
  2008-01-31 14:04 ` [PATCH 3/3] Add support for PCA953[4-8] I2C GPIO extenders to the pca953x driver Guennadi Liakhovetski
       [not found] ` <Pine.LNX.4.64.0801311453470.8478-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
  0 siblings, 2 replies; 11+ messages in thread
From: Guennadi Liakhovetski @ 2008-01-31 14:04 UTC (permalink / raw)
  To: video4linux-list, i2c; +Cc: David Brownell, Jean Delvare

First stage of the extension, letting pca9539 also support
pca9536, pca9537, and pca9538. Split to make review easier.
Here only rename the files and modify the Makefile.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>

---

This is a git-style rename patch. If desired, I can produce a complete GNU 
patch instead.

 drivers/gpio/Makefile                      |    2 +-
 drivers/gpio/{pca9539.c => pca953x.c}      |    2 +-
 include/linux/i2c/{pca9539.h => pca953x.h} |    0 
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename drivers/gpio/{pca9539.c => pca953x.c} (99%)
 rename include/linux/i2c/{pca9539.h => pca953x.h} (100%)

diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 470ecd6..16dda77 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -5,5 +5,5 @@ ccflags-$(CONFIG_DEBUG_GPIO)	+= -DDEBUG
 obj-$(CONFIG_HAVE_GPIO_LIB)	+= gpiolib.o
 
 obj-$(CONFIG_GPIO_MCP23S08)	+= mcp23s08.o
-obj-$(CONFIG_GPIO_PCA9539)	+= pca9539.o
+obj-$(CONFIG_GPIO_PCA9539)	+= pca953x.o
 obj-$(CONFIG_GPIO_PCF857X)	+= pcf857x.o
diff --git a/drivers/gpio/pca9539.c b/drivers/gpio/pca953x.c
similarity index 99%
rename from drivers/gpio/pca9539.c
rename to drivers/gpio/pca953x.c
index 3e85c92..7fae4e5 100644
--- a/drivers/gpio/pca9539.c
+++ b/drivers/gpio/pca953x.c
@@ -14,7 +14,7 @@
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/i2c.h>
-#include <linux/i2c/pca9539.h>
+#include <linux/i2c/pca953x.h>
 
 #include <asm/gpio.h>
 
diff --git a/include/linux/i2c/pca9539.h b/include/linux/i2c/pca953x.h
similarity index 100%
rename from include/linux/i2c/pca9539.h
rename to include/linux/i2c/pca953x.h
-- 
1.5.3.4

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-02-01 10:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-31 14:04 [PATCH 1/3] Prepare to extend pca9539 to support more chips - rename files Guennadi Liakhovetski
2008-01-31 14:04 ` [PATCH 3/3] Add support for PCA953[4-8] I2C GPIO extenders to the pca953x driver Guennadi Liakhovetski
     [not found]   ` <Pine.LNX.4.64.0801311500240.8478-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-01-31 21:20     ` David Brownell
2008-01-31 22:13       ` Guennadi Liakhovetski
     [not found]         ` <Pine.LNX.4.64.0801312308110.3704-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-01-31 23:35           ` David Brownell
2008-02-01 10:57             ` Guennadi Liakhovetski
     [not found] ` <Pine.LNX.4.64.0801311453470.8478-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-01-31 14:04   ` [PATCH 2/3] Second stage extending the pca953x GPIO driver - change Kconfig, "sed" files Guennadi Liakhovetski
     [not found]     ` <Pine.LNX.4.64.0801311456280.8478-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-01-31 21:25       ` David Brownell
2008-01-31 21:01   ` [PATCH 1/3] Prepare to extend pca9539 to support more chips - rename files David Brownell
2008-01-31 22:06     ` Guennadi Liakhovetski
     [not found]       ` <Pine.LNX.4.64.0801312303270.3704-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-01-31 23:50         ` David Brownell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox