stmpe-spi.c (e789995d5c612ecda83a9feb53fb2e42a51f685b) | stmpe-spi.c (1cda2394e95415f1469ab8eaffd081395e112551) |
---|---|
1/* 2 * ST Microelectronics MFD: stmpe's spi client specific driver 3 * 4 * Copyright (C) ST Microelectronics SA 2011 5 * 6 * License Terms: GNU General Public License, version 2 7 * Author: Viresh Kumar <viresh.kumar@st.com> for ST Microelectronics 8 */ --- 95 unchanged lines hidden (view full) --- 104static int __devexit stmpe_spi_remove(struct spi_device *spi) 105{ 106 struct stmpe *stmpe = dev_get_drvdata(&spi->dev); 107 108 return stmpe_remove(stmpe); 109} 110 111static const struct spi_device_id stmpe_spi_id[] = { | 1/* 2 * ST Microelectronics MFD: stmpe's spi client specific driver 3 * 4 * Copyright (C) ST Microelectronics SA 2011 5 * 6 * License Terms: GNU General Public License, version 2 7 * Author: Viresh Kumar <viresh.kumar@st.com> for ST Microelectronics 8 */ --- 95 unchanged lines hidden (view full) --- 104static int __devexit stmpe_spi_remove(struct spi_device *spi) 105{ 106 struct stmpe *stmpe = dev_get_drvdata(&spi->dev); 107 108 return stmpe_remove(stmpe); 109} 110 111static const struct spi_device_id stmpe_spi_id[] = { |
112 { "stmpe610", STMPE610 }, |
|
112 { "stmpe811", STMPE811 }, 113 { "stmpe1601", STMPE1601 }, 114 { "stmpe2401", STMPE2401 }, 115 { "stmpe2403", STMPE2403 }, 116 { } 117}; 118MODULE_DEVICE_TABLE(spi, stmpe_id); 119 --- 29 unchanged lines hidden --- | 113 { "stmpe811", STMPE811 }, 114 { "stmpe1601", STMPE1601 }, 115 { "stmpe2401", STMPE2401 }, 116 { "stmpe2403", STMPE2403 }, 117 { } 118}; 119MODULE_DEVICE_TABLE(spi, stmpe_id); 120 --- 29 unchanged lines hidden --- |