Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1469739
| From | Jan Glauber <jglauber@cavium.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v11 1/8] i2c: octeon: Rename driver to prepare for split |
| Date | 2016-08-24 23:30 +0200 |
| Message-ID | <s9NUe-81K-19@gated-at.bofh.it> (permalink) |
| References | <s9NUe-81K-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This is an intermediate commit in preparation of the driver split.
The module rename in this commit will be reverted in the next patch,
this is just done to make the series bisectible.
Signed-off-by: Jan Glauber <jglauber@cavium.com>
---
drivers/i2c/busses/Makefile | 2 +-
drivers/i2c/busses/{i2c-octeon.c => i2c-octeon-platdrv.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename drivers/i2c/busses/{i2c-octeon.c => i2c-octeon-platdrv.c} (100%)
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile
index 37f2819..f2c9c6f 100644
--- a/drivers/i2c/busses/Makefile
+++ b/drivers/i2c/busses/Makefile
@@ -91,7 +91,7 @@ obj-$(CONFIG_I2C_UNIPHIER) += i2c-uniphier.o
obj-$(CONFIG_I2C_UNIPHIER_F) += i2c-uniphier-f.o
obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o
obj-$(CONFIG_I2C_WMT) += i2c-wmt.o
-obj-$(CONFIG_I2C_OCTEON) += i2c-octeon.o
+obj-$(CONFIG_I2C_OCTEON) += i2c-octeon-platdrv.o
obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o
obj-$(CONFIG_I2C_XLR) += i2c-xlr.o
obj-$(CONFIG_I2C_XLP9XX) += i2c-xlp9xx.o
diff --git a/drivers/i2c/busses/i2c-octeon.c b/drivers/i2c/busses/i2c-octeon-platdrv.c
similarity index 100%
rename from drivers/i2c/busses/i2c-octeon.c
rename to drivers/i2c/busses/i2c-octeon-platdrv.c
--
2.9.0.rc0.21.g7777322
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v11 0/8] i2c-octeon and i2c-thunderx driver Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 [PATCH v11 3/8] i2c: thunderx: Add i2c driver for ThunderX SOC Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 [PATCH v11 7/8] i2c: octeon: Use booleon values for booleon variables Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 [PATCH v11 4/8] i2c: thunderx: Add SMBUS alert support Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 [PATCH v11 1/8] i2c: octeon: Rename driver to prepare for split Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 [PATCH v11 8/8] i2c: octeon: thunderx: Add MAINTAINERS entry Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 [PATCH v11 5/8] i2c: octeon,thunderx: Move register offsets to struct Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 [PATCH v11 6/8] i2c: octeon: Sort include files alphabetically Jan Glauber <jglauber@cavium.com> - 2016-08-24 23:30 +0200 Re: [PATCH v11 0/8] i2c-octeon and i2c-thunderx driver Wolfram Sang <wsa@the-dreams.de> - 2016-08-25 18:40 +0200
csiph-web