summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/occ
AgeCommit message (Expand)AuthorLines
2026-02-04hwmon: (occ) Mark occ_init_attribute() as __printfArnd Bergmann-0/+1
2025-06-16hwmon: (occ) fix unaligned accessesArnd Bergmann-15/+13
2025-06-16hwmon: (occ) Rework attribute registration for stack usageArnd Bergmann-127/+85
2024-12-15hwmon: (occ/p9_sbe) Constify 'struct bin_attribute'Thomas Weißschuh-2/+2
2024-11-10hwmon: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-02-11hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit-1/+0
2023-10-27hwmon: (occ/p9_sbe) Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2022-12-04hwmon: (occ) OCC sensors aren't arch-specificJeremy Kerr-2/+0
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+31
2022-09-28hwmon: (occ) Check for device property for setting OCC active during probeEddie James-1/+19
2022-09-28hwmon (occ): Retry for checksum failureEddie James-5/+12
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-07-26hwmon: (occ) Replace open-coded variant of %*phN specifierAndy Shevchenko-6/+2
2022-07-13hwmon: (occ) Delete unnecessary NULL checkZiyang Xuan-4/+2
2022-06-29hwmon: (occ) Prevent power cap command overwriting poll responseEddie James-13/+15
2022-06-07hwmon: (occ) Lock mutex in shutdown to prevent race with occ_activeEddie James-0/+5
2022-05-20hwmon: (occ) Delay hwmon registration until user requestEddie James-90/+156
2022-02-27hwmon: (occ) Add soft minimum power cap attributeEddie James-3/+16
2022-02-27hwmon: (occ) Add sysfs entries for additional extended status bitsEddie James-0/+24
2022-02-27hwmon: (occ) Add sysfs entry for OCC modeEddie James-0/+12
2022-02-27hwmon: (occ) Add sysfs entry for IPS (Idle Power Saver) statusEddie James-0/+12
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)-0/+1
2021-10-22Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Greg Kroah-Hartman-29/+109
2021-10-22hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfsEddie James-1/+85
2021-10-15hwmon: (occ) Remove sequence numbering and checksum calculationEddie James-28/+24
2021-10-02hwmon: (occ) Fix P10 VRM temp sensorsEddie James-12/+5
2021-06-10Merge tag 'fsi-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Greg Kroah-Hartman-2/+5
2021-06-04hwmon: (occ) Print response status in first poll error messageEddie James-2/+3
2021-06-04hwmon: (occ) Start sequence number at oneEddie James-0/+2
2021-05-10hwmon: (occ) Fix poll rate limitingEddie James-3/+4
2021-04-20hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck-36/+37
2020-12-11hwmon: (occ) Add new temperature sensor typeEddie James-0/+75
2020-09-23hwmon: use simple i2c probe functionStephen Kitt-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2019-07-21hwmon: (occ) Fix division by zero issueLei YU-2/+4
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2019-07-03Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel...Greg Kroah-Hartman-2/+3
2019-07-03OCC: FSI and hwmon: Add sequence numberingEddie James-2/+3
2019-06-23hwmon: (occ) Add temp sensor value checkAlexander Soldatov-0/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-16hwmon: (occ) Add more details to Kconfig help textEddie James-4/+8
2019-04-16hwmon: (occ) Prevent sysfs error attribute from returning errorEddie James-6/+13
2019-04-16hwmon: (occ) Store error condition for rate-limited pollsEddie James-1/+6
2019-04-15hwmon: OCC drivers are ARM-onlyJean Delvare-0/+2
2019-04-15hwmon: (occ) Move common code to a separate moduleJean Delvare-4/+14
2019-04-15hwmon: (occ) Fix extended status bitsLei YU-4/+4
2019-03-29hwmon: (occ) Fix power sensor indexingEddie James-2/+4