aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/occ (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)1-0/+1
2021-10-22Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-nextGreg Kroah-Hartman4-29/+109
2021-10-22hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfsEddie James1-1/+85
2021-10-15hwmon: (occ) Remove sequence numbering and checksum calculationEddie James4-28/+24
2021-10-02hwmon: (occ) Fix P10 VRM temp sensorsEddie James1-12/+5
2021-06-10Merge tag 'fsi-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-nextGreg Kroah-Hartman1-2/+5
2021-06-04hwmon: (occ) Print response status in first poll error messageEddie James1-2/+3
2021-06-04hwmon: (occ) Start sequence number at oneEddie James1-0/+2
2021-05-10hwmon: (occ) Fix poll rate limitingEddie James2-3/+4
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck2-36/+37
2020-12-11hwmon: (occ) Add new temperature sensor typeEddie James1-0/+75
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-07-21hwmon: (occ) Fix division by zero issueLei YU1-2/+4
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+3
2019-07-03Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-nextGreg Kroah-Hartman2-2/+3
2019-07-03OCC: FSI and hwmon: Add sequence numberingEddie James2-2/+3
2019-06-23hwmon: (occ) Add temp sensor value checkAlexander Soldatov1-0/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-16hwmon: (occ) Add more details to Kconfig help textEddie James1-4/+8
2019-04-16hwmon: (occ) Prevent sysfs error attribute from returning errorEddie James1-6/+13
2019-04-16hwmon: (occ) Store error condition for rate-limited pollsEddie James2-1/+6
2019-04-15hwmon: OCC drivers are ARM-onlyJean Delvare1-0/+2
2019-04-15hwmon: (occ) Move common code to a separate moduleJean Delvare4-4/+14
2019-04-15hwmon: (occ) Fix extended status bitsLei YU1-4/+4
2019-03-29hwmon: (occ) Fix power sensor indexingEddie James1-2/+4
2019-02-18hwmon: (occ) Fix license headersEddie James5-15/+10
2019-01-07hwmon: (occ) Fix potential integer overflowGustavo A. R. Silva1-12/+12
2018-12-16hwmon (occ): Add sysfs attributes for additional OCC dataEddie James6-5/+260
2018-12-16hwmon (occ): Add sensor attributes and register hwmon deviceEddie James2-0/+353
2018-12-16hwmon (occ): Add sensor types and versionsEddie James4-0/+629
2018-12-16hwmon (occ): Parse OCC poll responseEddie James2-0/+116
2018-12-16hwmon (occ): Add command transport method for P8 and P9Eddie James2-2/+221
2018-12-16hwmon: Add On-Chip Controller (OCC) hwmon driverEddie James6-0/+239