rtc-pcf2127.c (c7d77a7980e434c3af17de19e3348157f9b9ccce) | rtc-pcf2127.c (4d8318bc97a1c37142d0e7618061f09b37d319b6) |
---|---|
1/* 2 * An I2C driver for the NXP PCF2127 RTC 3 * Copyright 2013 Til-Technologies 4 * 5 * Author: Renaud Cerrato <r.cerrato@til-technologies.fr> 6 * 7 * based on the other drivers in this same directory. 8 * --- 227 unchanged lines hidden (view full) --- 236 .probe = pcf2127_probe, 237 .id_table = pcf2127_id, 238}; 239 240module_i2c_driver(pcf2127_driver); 241 242MODULE_AUTHOR("Renaud Cerrato <r.cerrato@til-technologies.fr>"); 243MODULE_DESCRIPTION("NXP PCF2127 RTC driver"); | 1/* 2 * An I2C driver for the NXP PCF2127 RTC 3 * Copyright 2013 Til-Technologies 4 * 5 * Author: Renaud Cerrato <r.cerrato@til-technologies.fr> 6 * 7 * based on the other drivers in this same directory. 8 * --- 227 unchanged lines hidden (view full) --- 236 .probe = pcf2127_probe, 237 .id_table = pcf2127_id, 238}; 239 240module_i2c_driver(pcf2127_driver); 241 242MODULE_AUTHOR("Renaud Cerrato <r.cerrato@til-technologies.fr>"); 243MODULE_DESCRIPTION("NXP PCF2127 RTC driver"); |
244MODULE_LICENSE("GPL"); | 244MODULE_LICENSE("GPL v2"); |
245MODULE_VERSION(DRV_VERSION); | 245MODULE_VERSION(DRV_VERSION); |