From 22555169f6ca51f201af70ce3d6231a0f648f569 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 27 Mar 2008 19:16:02 +0200 Subject: [PATCH] I2C: TWL4030: Move all *_*.c to *-*.c Rename to use the name style. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- drivers/i2c/chips/Makefile | 8 ++++---- drivers/i2c/chips/{twl4030_core.c => twl4030-core.c} | 0 drivers/i2c/chips/{twl4030_gpio.c => twl4030-gpio.c} | 0 .../i2c/chips/{twl4030_poweroff.c => twl4030-poweroff.c} | 0 drivers/i2c/chips/{twl4030_usb.c => twl4030-usb.c} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename drivers/i2c/chips/{twl4030_core.c => twl4030-core.c} (100%) rename drivers/i2c/chips/{twl4030_gpio.c => twl4030-gpio.c} (100%) rename drivers/i2c/chips/{twl4030_poweroff.c => twl4030-poweroff.c} (100%) rename drivers/i2c/chips/{twl4030_usb.c => twl4030-usb.c} (100%) diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index 939ef5ce8e3..255fbb1c037 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile @@ -22,10 +22,10 @@ obj-$(CONFIG_SENSORS_TLV320AIC23) += tlv320aic23.o obj-$(CONFIG_GPIOEXPANDER_OMAP) += gpio_expander_omap.o obj-$(CONFIG_MENELAUS) += menelaus.o obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o -obj-$(CONFIG_TWL4030_CORE) += twl4030_core.o -obj-$(CONFIG_TWL4030_GPIO) += twl4030_gpio.o -obj-$(CONFIG_TWL4030_USB) += twl4030_usb.o -obj-$(CONFIG_TWL4030_POWEROFF) += twl4030_poweroff.o +obj-$(CONFIG_TWL4030_CORE) += twl4030-core.o +obj-$(CONFIG_TWL4030_GPIO) += twl4030-gpio.o +obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o +obj-$(CONFIG_TWL4030_POWEROFF) += twl4030-poweroff.o obj-$(CONFIG_RTC_X1205_I2C) += x1205.o ifeq ($(CONFIG_I2C_DEBUG_CHIP),y) diff --git a/drivers/i2c/chips/twl4030_core.c b/drivers/i2c/chips/twl4030-core.c similarity index 100% rename from drivers/i2c/chips/twl4030_core.c rename to drivers/i2c/chips/twl4030-core.c diff --git a/drivers/i2c/chips/twl4030_gpio.c b/drivers/i2c/chips/twl4030-gpio.c similarity index 100% rename from drivers/i2c/chips/twl4030_gpio.c rename to drivers/i2c/chips/twl4030-gpio.c diff --git a/drivers/i2c/chips/twl4030_poweroff.c b/drivers/i2c/chips/twl4030-poweroff.c similarity index 100% rename from drivers/i2c/chips/twl4030_poweroff.c rename to drivers/i2c/chips/twl4030-poweroff.c diff --git a/drivers/i2c/chips/twl4030_usb.c b/drivers/i2c/chips/twl4030-usb.c similarity index 100% rename from drivers/i2c/chips/twl4030_usb.c rename to drivers/i2c/chips/twl4030-usb.c -- 2.41.1