summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/occ
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsi-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Greg Kroah-Hartman2021-06-101-2/+5
|\
| * hwmon: (occ) Print response status in first poll error messageEddie James2021-06-041-2/+3
| * hwmon: (occ) Start sequence number at oneEddie James2021-06-041-0/+2
* | hwmon: (occ) Fix poll rate limitingEddie James2021-05-102-3/+4
|/
* hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck2021-04-202-36/+37
* hwmon: (occ) Add new temperature sensor typeEddie James2020-12-111-0/+75
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-3/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* hwmon: (occ) Fix division by zero issueLei YU2019-07-211-2/+4
* Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-112-2/+3
|\
| * Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel...Greg Kroah-Hartman2019-07-032-2/+3
| |\
| | * OCC: FSI and hwmon: Add sequence numberingEddie James2019-07-032-2/+3
* | | hwmon: (occ) Add temp sensor value checkAlexander Soldatov2019-06-231-0/+6
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* hwmon: (occ) Add more details to Kconfig help textEddie James2019-04-161-4/+8
* hwmon: (occ) Prevent sysfs error attribute from returning errorEddie James2019-04-161-6/+13
* hwmon: (occ) Store error condition for rate-limited pollsEddie James2019-04-162-1/+6
* hwmon: OCC drivers are ARM-onlyJean Delvare2019-04-151-0/+2
* hwmon: (occ) Move common code to a separate moduleJean Delvare2019-04-154-4/+14
* hwmon: (occ) Fix extended status bitsLei YU2019-04-151-4/+4
* hwmon: (occ) Fix power sensor indexingEddie James2019-03-291-2/+4
* hwmon: (occ) Fix license headersEddie James2019-02-185-15/+10
* hwmon: (occ) Fix potential integer overflowGustavo A. R. Silva2019-01-071-12/+12
* hwmon (occ): Add sysfs attributes for additional OCC dataEddie James2018-12-166-5/+260
* hwmon (occ): Add sensor attributes and register hwmon deviceEddie James2018-12-162-0/+353
* hwmon (occ): Add sensor types and versionsEddie James2018-12-164-0/+629
* hwmon (occ): Parse OCC poll responseEddie James2018-12-162-0/+116
* hwmon (occ): Add command transport method for P8 and P9Eddie James2018-12-162-2/+221
* hwmon: Add On-Chip Controller (OCC) hwmon driverEddie James2018-12-166-0/+239