stmpe-spi.c (1cda2394e95415f1469ab8eaffd081395e112551) | stmpe-spi.c (7f7f4ea15ef4645f3888310a7a761fc2c4f689c9) |
---|---|
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 */ --- 96 unchanged lines hidden (view full) --- 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 }, | 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 */ --- 96 unchanged lines hidden (view full) --- 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 }, |
113 { "stmpe801", STMPE801 }, |
|
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 --- | 114 { "stmpe811", STMPE811 }, 115 { "stmpe1601", STMPE1601 }, 116 { "stmpe2401", STMPE2401 }, 117 { "stmpe2403", STMPE2403 }, 118 { } 119}; 120MODULE_DEVICE_TABLE(spi, stmpe_id); 121 --- 29 unchanged lines hidden --- |