i2c: add MODULE_ALIAS to twl4030 drivers
authorFelipe Balbi <felipe.balbi@nokia.com>
Fri, 13 Jun 2008 10:04:03 +0000 (13:04 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 23 Jun 2008 11:10:53 +0000 (14:10 +0300)
When built as module, it helps udev to probe them.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/twl4030-core.c
drivers/i2c/chips/twl4030-gpio.c
drivers/i2c/chips/twl4030-madc.c
drivers/i2c/chips/twl4030-poweroff.c
drivers/i2c/chips/twl4030-pwrbutton.c
drivers/i2c/chips/twl4030-pwrirq.c
drivers/i2c/chips/twl4030-usb.c
drivers/input/keyboard/omap-twl4030keypad.c
drivers/rtc/rtc-twl4030.c

index 8822653..adc45d4 100644 (file)
@@ -908,6 +908,7 @@ static void __exit twl4030_exit(void)
 subsys_initcall(twl4030_init);
 module_exit(twl4030_exit);
 
+MODULE_ALIAS("i2c:" DRIVER_NAME);
 MODULE_AUTHOR("Texas Instruments, Inc.");
 MODULE_DESCRIPTION("I2C Core interface for TWL4030");
 MODULE_LICENSE("GPL");
index a448943..f16a48b 100644 (file)
@@ -827,6 +827,7 @@ static void __exit gpio_twl4030_exit(void)
 module_init(gpio_twl4030_init);
 module_exit(gpio_twl4030_exit);
 
+MODULE_ALIAS("i2c:twl4030-gpio");
 MODULE_AUTHOR("Texas Instruments, Inc.");
 MODULE_DESCRIPTION("GPIO interface for TWL4030");
 MODULE_LICENSE("GPL");
index f53a3db..72b126b 100644 (file)
@@ -448,6 +448,7 @@ static void __exit twl4030_madc_exit(void)
 module_init(twl4030_madc_init);
 module_exit(twl4030_madc_exit);
 
+MODULE_ALIAS("i2c:twl4030-adc");
 MODULE_AUTHOR("Nokia Corporation");
 MODULE_DESCRIPTION("twl4030 ADC driver");
 MODULE_LICENSE("GPL");
index 57c7fc7..0ebab0b 100644 (file)
@@ -70,6 +70,7 @@ static void __exit twl4030_poweroff_exit(void)
 module_init(twl4030_poweroff_init);
 module_exit(twl4030_poweroff_exit);
 
+MODULE_ALIAS("i2c:twl4030-poweroff");
 MODULE_DESCRIPTION("Triton2 device power off");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Peter De Schrijver");
index a8258df..d86d489 100644 (file)
@@ -156,6 +156,7 @@ static void __exit twl4030_pwrbutton_exit(void)
 module_init(twl4030_pwrbutton_init);
 module_exit(twl4030_pwrbutton_exit);
 
+MODULE_ALIAS("i2c:twl4030-pwrbutton");
 MODULE_DESCRIPTION("Triton2 Power Button");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Peter De Schrijver");
index 8f1fec6..a4d2e92 100644 (file)
@@ -222,5 +222,6 @@ static void __exit twl4030_pwrirq_exit(void)
        }
 }
 
+MODULE_ALIAS("i2c:twl4030-pwrirq");
 subsys_initcall(twl4030_pwrirq_init);
 module_exit(twl4030_pwrirq_exit);
index 7f93b4f..56db3e7 100644 (file)
@@ -770,6 +770,7 @@ static void __exit twl4030_usb_exit(void)
 subsys_initcall(twl4030_usb_init);
 module_exit(twl4030_usb_exit);
 
+MODULE_ALIAS("i2c:twl4030-usb");
 MODULE_AUTHOR("Texas Instruments, Inc.");
 MODULE_DESCRIPTION("TWL4030 USB transceiver driver");
 MODULE_LICENSE("GPL");
index fc5d44e..20aeb3c 100644 (file)
@@ -369,6 +369,7 @@ static void __exit omap_kp_exit(void)
 
 module_init(omap_kp_init);
 module_exit(omap_kp_exit);
+MODULE_ALIAS("platform:omap_twl4030keypad");
 MODULE_AUTHOR("Texas Instruments");
 MODULE_DESCRIPTION("OMAP TWL4030 Keypad Driver");
 MODULE_LICENSE("GPL");
index 7b0a4c5..269ff61 100644 (file)
@@ -647,6 +647,7 @@ static void __exit twl4030_rtc_exit(void)
        platform_driver_unregister(&twl4030rtc_driver);
 }
 
+MODULE_ALIAS("platform:twl4030_rtc");
 MODULE_AUTHOR("Texas Instruments, MontaVista Software");
 MODULE_LICENSE("GPL");;