summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/occ
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (occ) OCC sensors aren't arch-specificJeremy Kerr2022-12-041-2/+0
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-082-6/+31
|\
| * hwmon: (occ) Check for device property for setting OCC active during probeEddie James2022-09-282-1/+19
| * hwmon (occ): Retry for checksum failureEddie James2022-09-281-5/+12
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* hwmon: (occ) Replace open-coded variant of %*phN specifierAndy Shevchenko2022-07-261-6/+2
* hwmon: (occ) Delete unnecessary NULL checkZiyang Xuan2022-07-131-4/+2
* hwmon: (occ) Prevent power cap command overwriting poll responseEddie James2022-06-294-13/+15
* hwmon: (occ) Lock mutex in shutdown to prevent race with occ_activeEddie James2022-06-071-0/+5
* hwmon: (occ) Delay hwmon registration until user requestEddie James2022-05-205-90/+156
* hwmon: (occ) Add soft minimum power cap attributeEddie James2022-02-271-3/+16
* hwmon: (occ) Add sysfs entries for additional extended status bitsEddie James2022-02-271-0/+24
* hwmon: (occ) Add sysfs entry for OCC modeEddie James2022-02-272-0/+12
* hwmon: (occ) Add sysfs entry for IPS (Idle Power Saver) statusEddie James2022-02-272-0/+12
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+1
|\
| * mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)2021-11-061-0/+1
* | Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Greg Kroah-Hartman2021-10-224-29/+109
|\ \ | |/ |/|
| * hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfsEddie James2021-10-221-1/+85
| * hwmon: (occ) Remove sequence numbering and checksum calculationEddie James2021-10-154-28/+24
* | hwmon: (occ) Fix P10 VRM temp sensorsEddie James2021-10-021-12/+5
|/
* 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