mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Add hwmon driver for the Microchip TC74. The TC74 is a single-input 8-bit I2C temperature sensor, with +-2 degrees centigrade accuracy. Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			392 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			392 B
		
	
	
	
		
			Text
		
	
	
	
	
	
Kernel driver tc74
 | 
						|
====================
 | 
						|
 | 
						|
Supported chips:
 | 
						|
   * Microchip TC74
 | 
						|
     Prefix: 'tc74'
 | 
						|
     Datasheet: Publicly available at Microchip website.
 | 
						|
 | 
						|
Description
 | 
						|
-----------
 | 
						|
 | 
						|
Driver supports the above part.
 | 
						|
 | 
						|
The tc74 has an 8-bit sensor, with 1 degree centigrade resolution
 | 
						|
and +- 2 degrees centigrade accuracy.
 | 
						|
 | 
						|
Notes
 | 
						|
-----
 | 
						|
 | 
						|
Currently entering low power standby mode is not supported.
 |