stmpe-i2c.c (1cda2394e95415f1469ab8eaffd081395e112551) | stmpe-i2c.c (7f7f4ea15ef4645f3888310a7a761fc2c4f689c9) |
---|---|
1/* 2 * ST Microelectronics MFD: stmpe's i2c client specific driver 3 * 4 * Copyright (C) ST-Ericsson SA 2010 5 * Copyright (C) ST Microelectronics SA 2011 6 * 7 * License Terms: GNU General Public License, version 2 8 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson --- 58 unchanged lines hidden (view full) --- 67{ 68 struct stmpe *stmpe = dev_get_drvdata(&i2c->dev); 69 70 return stmpe_remove(stmpe); 71} 72 73static const struct i2c_device_id stmpe_i2c_id[] = { 74 { "stmpe610", STMPE610 }, | 1/* 2 * ST Microelectronics MFD: stmpe's i2c client specific driver 3 * 4 * Copyright (C) ST-Ericsson SA 2010 5 * Copyright (C) ST Microelectronics SA 2011 6 * 7 * License Terms: GNU General Public License, version 2 8 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson --- 58 unchanged lines hidden (view full) --- 67{ 68 struct stmpe *stmpe = dev_get_drvdata(&i2c->dev); 69 70 return stmpe_remove(stmpe); 71} 72 73static const struct i2c_device_id stmpe_i2c_id[] = { 74 { "stmpe610", STMPE610 }, |
75 { "stmpe801", STMPE801 }, |
|
75 { "stmpe811", STMPE811 }, 76 { "stmpe1601", STMPE1601 }, 77 { "stmpe2401", STMPE2401 }, 78 { "stmpe2403", STMPE2403 }, 79 { } 80}; 81MODULE_DEVICE_TABLE(i2c, stmpe_id); 82 --- 26 unchanged lines hidden --- | 76 { "stmpe811", STMPE811 }, 77 { "stmpe1601", STMPE1601 }, 78 { "stmpe2401", STMPE2401 }, 79 { "stmpe2403", STMPE2403 }, 80 { } 81}; 82MODULE_DEVICE_TABLE(i2c, stmpe_id); 83 --- 26 unchanged lines hidden --- |