mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 06:18:54 +00:00 
			
		
		
		
	 25a70e38cd
			
		
	
	
		25a70e38cd
		
	
	
	
	
		
			
			This adds a struct eeti_ts_platform_data which currently holds only one value to specify the interrupt polarity. The driver has a fallback if no platform data is passed in via the i2c_board_info, so no regression is caused. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
		
			
				
	
	
		
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef LINUX_INPUT_EETI_TS_H
 | |
| #define LINUX_INPUT_EETI_TS_H
 | |
| 
 | |
| struct eeti_ts_platform_data {
 | |
| 	unsigned int irq_active_high;
 | |
| };
 | |
| 
 | |
| #endif /* LINUX_INPUT_EETI_TS_H */
 | |
| 
 |