File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
drivers/input/touchscreen
include/linux/platform_data Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ static const struct ad7877_platform_data bfin_ad7877_ts_info = {
279
279
#endif
280
280
281
281
#if IS_ENABLED (CONFIG_TOUCHSCREEN_AD7879 )
282
- #include <linux/spi /ad7879.h>
282
+ #include <linux/platform_data /ad7879.h>
283
283
static const struct ad7879_platform_data bfin_ad7879_ts_info = {
284
284
.model = 7879 , /* Model = AD7879 */
285
285
.x_plate_ohms = 620 , /* 620 Ohm from the touch datasheet */
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ static const struct ad7877_platform_data bfin_ad7877_ts_info = {
477
477
#endif
478
478
479
479
#if IS_ENABLED (CONFIG_TOUCHSCREEN_AD7879 )
480
- #include <linux/spi /ad7879.h>
480
+ #include <linux/platform_data /ad7879.h>
481
481
static const struct ad7879_platform_data bfin_ad7879_ts_info = {
482
482
.model = 7879 , /* Model = AD7879 */
483
483
.x_plate_ohms = 620 , /* 620 Ohm from the touch datasheet */
Original file line number Diff line number Diff line change 29
29
#include <asm/dpmc.h>
30
30
31
31
#if IS_ENABLED (CONFIG_TOUCHSCREEN_AD7879 )
32
- #include <linux/spi /ad7879.h>
32
+ #include <linux/platform_data /ad7879.h>
33
33
#define LCD_BACKLIGHT_GPIO 0x40
34
34
/* TLL6527M uses TLL7UIQ35 / ADI LCD EZ Extender. AD7879 AUX GPIO is used for
35
35
* LCD Backlight Enable
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ static const struct ad7877_platform_data bfin_ad7877_ts_info = {
776
776
#endif
777
777
778
778
#if IS_ENABLED (CONFIG_TOUCHSCREEN_AD7879 )
779
- #include <linux/spi /ad7879.h>
779
+ #include <linux/platform_data /ad7879.h>
780
780
static const struct ad7879_platform_data bfin_ad7879_ts_info = {
781
781
.model = 7879 , /* Model = AD7879 */
782
782
.x_plate_ohms = 620 , /* 620 Ohm from the touch datasheet */
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ static struct bfin5xx_spi_chip spi_flash_chip_info = {
521
521
#endif /* CONFIG_SPI_BFIN5XX */
522
522
523
523
#if IS_ENABLED (CONFIG_TOUCHSCREEN_AD7879 )
524
- #include <linux/spi /ad7879.h>
524
+ #include <linux/platform_data /ad7879.h>
525
525
static const struct ad7879_platform_data bfin_ad7879_ts_info = {
526
526
.model = 7879 , /* Model = AD7879 */
527
527
.x_plate_ohms = 620 , /* 620 Ohm from the touch datasheet */
Original file line number Diff line number Diff line change 31
31
#include <linux/i2c.h>
32
32
#include <linux/gpio.h>
33
33
34
- #include <linux/spi /ad7879.h>
34
+ #include <linux/platform_data /ad7879.h>
35
35
#include <linux/module.h>
36
36
#include "ad7879.h"
37
37
@@ -170,10 +170,10 @@ static int ad7879_report(struct ad7879 *ts)
170
170
* filter. The combination of these two techniques provides a robust
171
171
* solution, discarding the spurious noise in the signal and keeping
172
172
* only the data of interest. The size of both filters is
173
- * programmable. (dev.platform_data, see linux/spi /ad7879.h) Other
174
- * user-programmable conversion controls include variable acquisition
175
- * time, and first conversion delay. Up to 16 averages can be taken
176
- * per conversion.
173
+ * programmable. (dev.platform_data, see linux/platform_data /ad7879.h)
174
+ * Other user-programmable conversion controls include variable
175
+ * acquisition time, and first conversion delay. Up to 16 averages can
176
+ * be taken per conversion.
177
177
*/
178
178
179
179
if (likely (x && z1 )) {
Original file line number Diff line number Diff line change 1
- /* linux/spi /ad7879.h */
1
+ /* linux/platform_data /ad7879.h */
2
2
3
3
/* Touchscreen characteristics vary between boards and models. The
4
4
* platform_data for the device's "struct device" holds this information.
You can’t perform that action at this time.
0 commit comments