tps65910-regulator.c (e882eae80f37fac922c6faa25e5ba535f29f2d38) | tps65910-regulator.c (ae0e6544347d6e114b6fa7eea66ebd062e4d8858) |
---|---|
1/* 2 * tps65910.c -- TI tps65910 3 * 4 * Copyright 2010 Texas Instruments Inc. 5 * 6 * Author: Graeme Gregory <gg@slimlogic.co.uk> 7 * Author: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> 8 * --- 1221 unchanged lines hidden (view full) --- 1230 1231static void __exit tps65910_cleanup(void) 1232{ 1233 platform_driver_unregister(&tps65910_driver); 1234} 1235module_exit(tps65910_cleanup); 1236 1237MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>"); | 1/* 2 * tps65910.c -- TI tps65910 3 * 4 * Copyright 2010 Texas Instruments Inc. 5 * 6 * Author: Graeme Gregory <gg@slimlogic.co.uk> 7 * Author: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> 8 * --- 1221 unchanged lines hidden (view full) --- 1230 1231static void __exit tps65910_cleanup(void) 1232{ 1233 platform_driver_unregister(&tps65910_driver); 1234} 1235module_exit(tps65910_cleanup); 1236 1237MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>"); |
1238MODULE_DESCRIPTION("TPS6507x voltage regulator driver"); | 1238MODULE_DESCRIPTION("TPS65910/TPS65911 voltage regulator driver"); |
1239MODULE_LICENSE("GPL v2"); 1240MODULE_ALIAS("platform:tps65910-pmic"); | 1239MODULE_LICENSE("GPL v2"); 1240MODULE_ALIAS("platform:tps65910-pmic"); |