| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-30 | hwmon: (occ) Fix missing newline in occ_show_extended() | Sanman Pradhan | 1 | -1/+1 |
| 2026-03-30 | hwmon: (occ) Fix division by zero in occ_show_power_1() | Sanman Pradhan | 1 | -9/+8 |
| 2026-02-04 | hwmon: (occ) Mark occ_init_attribute() as __printf | Arnd Bergmann | 1 | -0/+1 |
| 2025-06-16 | hwmon: (occ) fix unaligned accesses | Arnd Bergmann | 1 | -15/+13 |
| 2025-06-16 | hwmon: (occ) Rework attribute registration for stack usage | Arnd Bergmann | 1 | -126/+84 |
| 2024-12-15 | hwmon: (occ/p9_sbe) Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -2/+2 |
| 2024-11-10 | hwmon: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -2/+2 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
| 2024-02-11 | hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_list | Heiner Kallweit | 1 | -1/+0 |
| 2023-10-27 | hwmon: (occ/p9_sbe) Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-06-08 | hwmon: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2022-12-04 | hwmon: (occ) OCC sensors aren't arch-specific | Jeremy Kerr | 1 | -2/+0 |
| 2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+31 |
| 2022-09-28 | hwmon: (occ) Check for device property for setting OCC active during probe | Eddie James | 2 | -1/+19 |
| 2022-09-28 | hwmon (occ): Retry for checksum failure | Eddie James | 1 | -5/+12 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2022-07-26 | hwmon: (occ) Replace open-coded variant of %*phN specifier | Andy Shevchenko | 1 | -6/+2 |
| 2022-07-13 | hwmon: (occ) Delete unnecessary NULL check | Ziyang Xuan | 1 | -4/+2 |
| 2022-06-29 | hwmon: (occ) Prevent power cap command overwriting poll response | Eddie James | 4 | -13/+15 |
| 2022-06-07 | hwmon: (occ) Lock mutex in shutdown to prevent race with occ_active | Eddie James | 1 | -0/+5 |
| 2022-05-20 | hwmon: (occ) Delay hwmon registration until user request | Eddie James | 5 | -89/+155 |
| 2022-02-27 | hwmon: (occ) Add soft minimum power cap attribute | Eddie James | 1 | -3/+16 |
| 2022-02-27 | hwmon: (occ) Add sysfs entries for additional extended status bits | Eddie James | 1 | -0/+24 |
| 2022-02-27 | hwmon: (occ) Add sysfs entry for OCC mode | Eddie James | 2 | -0/+12 |
| 2022-02-27 | hwmon: (occ) Add sysfs entry for IPS (Idle Power Saver) status | Eddie James | 2 | -0/+12 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
| 2021-11-06 | mm: move kvmalloc-related functions to slab.h | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2021-10-22 | Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jo... | Greg Kroah-Hartman | 4 | -29/+109 |
| 2021-10-22 | hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs | Eddie James | 1 | -1/+85 |
| 2021-10-15 | hwmon: (occ) Remove sequence numbering and checksum calculation | Eddie James | 4 | -28/+24 |
| 2021-10-02 | hwmon: (occ) Fix P10 VRM temp sensors | Eddie James | 1 | -12/+5 |
| 2021-06-10 | Merge tag 'fsi-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jo... | Greg Kroah-Hartman | 1 | -2/+5 |
| 2021-06-04 | hwmon: (occ) Print response status in first poll error message | Eddie James | 1 | -2/+3 |
| 2021-06-04 | hwmon: (occ) Start sequence number at one | Eddie James | 1 | -0/+2 |
| 2021-05-10 | hwmon: (occ) Fix poll rate limiting | Eddie James | 2 | -3/+4 |
| 2021-04-20 | hwmon: replace snprintf in show functions with sysfs_emit | Guenter Roeck | 2 | -36/+37 |
| 2020-12-11 | hwmon: (occ) Add new temperature sensor type | Eddie James | 1 | -0/+75 |
| 2020-09-23 | hwmon: use simple i2c probe function | Stephen Kitt | 1 | -3/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
| 2019-07-21 | hwmon: (occ) Fix division by zero issue | Lei YU | 1 | -2/+4 |
| 2019-07-11 | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+3 |
| 2019-07-03 | Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel... | Greg Kroah-Hartman | 2 | -2/+3 |
| 2019-07-03 | OCC: FSI and hwmon: Add sequence numbering | Eddie James | 2 | -2/+3 |
| 2019-06-23 | hwmon: (occ) Add temp sensor value check | Alexander Soldatov | 1 | -0/+6 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-04-16 | hwmon: (occ) Add more details to Kconfig help text | Eddie James | 1 | -4/+8 |
| 2019-04-16 | hwmon: (occ) Prevent sysfs error attribute from returning error | Eddie James | 1 | -6/+13 |
| 2019-04-16 | hwmon: (occ) Store error condition for rate-limited polls | Eddie James | 2 | -1/+6 |
| 2019-04-15 | hwmon: OCC drivers are ARM-only | Jean Delvare | 1 | -0/+2 |
| 2019-04-15 | hwmon: (occ) Move common code to a separate module | Jean Delvare | 4 | -4/+14 |
| 2019-04-15 | hwmon: (occ) Fix extended status bits | Lei YU | 1 | -4/+4 |
| 2019-03-29 | hwmon: (occ) Fix power sensor indexing | Eddie James | 1 | -2/+4 |
| 2019-02-18 | hwmon: (occ) Fix license headers | Eddie James | 5 | -15/+10 |
| 2019-01-07 | hwmon: (occ) Fix potential integer overflow | Gustavo A. R. Silva | 1 | -12/+12 |
| 2018-12-16 | hwmon (occ): Add sysfs attributes for additional OCC data | Eddie James | 6 | -5/+260 |
| 2018-12-16 | hwmon (occ): Add sensor attributes and register hwmon device | Eddie James | 2 | -0/+353 |
| 2018-12-16 | hwmon (occ): Add sensor types and versions | Eddie James | 4 | -0/+629 |
| 2018-12-16 | hwmon (occ): Parse OCC poll response | Eddie James | 2 | -0/+116 |
| 2018-12-16 | hwmon (occ): Add command transport method for P8 and P9 | Eddie James | 2 | -2/+221 |
| 2018-12-16 | hwmon: Add On-Chip Controller (OCC) hwmon driver | Eddie James | 6 | -0/+239 |