Re: [PATCH v3 1/1] hwmon:max6697: Allows max6581 to create tempX_offset attributes

2020-07-06 Thread Guenter Roeck
On 7/6/20 6:18 PM, Chu Lin wrote: > Testing: > echo 16250 > temp2_offset > cat temp2_offset > 16250 > > echo 17500 > temp3_offset > cat temp3_offset > 17500 > cat temp4_offset > 0 > cat temp2_offset > 17500 > > echo 0 > temp2_offset > cat temp2_offset > 0 > cat temp3_offset > 17500 > > echo -0 >

[PATCH v3 1/1] hwmon:max6697: Allows max6581 to create tempX_offset attributes

2020-07-06 Thread Chu Lin
Testing: echo 16250 > temp2_offset cat temp2_offset 16250 echo 17500 > temp3_offset cat temp3_offset 17500 cat temp4_offset 0 cat temp2_offset 17500 echo 0 > temp2_offset cat temp2_offset 0 cat temp3_offset 17500 echo -0 > temp2_offset cat temp2_offset 0 echo -10 > temp2_offset cat temp2_in