index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
occ
Age
Commit message (
Expand
)
Author
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-09-28
hwmon: (occ) Check for device property for setting OCC active during probe
Eddie James
2022-09-28
hwmon (occ): Retry for checksum failure
Eddie James
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-07-26
hwmon: (occ) Replace open-coded variant of %*phN specifier
Andy Shevchenko
2022-07-13
hwmon: (occ) Delete unnecessary NULL check
Ziyang Xuan
2022-06-29
hwmon: (occ) Prevent power cap command overwriting poll response
Eddie James
2022-06-07
hwmon: (occ) Lock mutex in shutdown to prevent race with occ_active
Eddie James
2022-05-20
hwmon: (occ) Delay hwmon registration until user request
Eddie James
2022-02-27
hwmon: (occ) Add soft minimum power cap attribute
Eddie James
2022-02-27
hwmon: (occ) Add sysfs entries for additional extended status bits
Eddie James
2022-02-27
hwmon: (occ) Add sysfs entry for OCC mode
Eddie James
2022-02-27
hwmon: (occ) Add sysfs entry for IPS (Idle Power Saver) status
Eddie James
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
mm: move kvmalloc-related functions to slab.h
Matthew Wilcox (Oracle)
2021-10-22
Merge tag 'fsi-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...
Greg Kroah-Hartman
2021-10-22
hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs
Eddie James
2021-10-15
hwmon: (occ) Remove sequence numbering and checksum calculation
Eddie James
2021-10-02
hwmon: (occ) Fix P10 VRM temp sensors
Eddie James
2021-06-10
Merge tag 'fsi-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...
Greg Kroah-Hartman
2021-06-04
hwmon: (occ) Print response status in first poll error message
Eddie James
2021-06-04
hwmon: (occ) Start sequence number at one
Eddie James
2021-05-10
hwmon: (occ) Fix poll rate limiting
Eddie James
2021-04-20
hwmon: replace snprintf in show functions with sysfs_emit
Guenter Roeck
2020-12-11
hwmon: (occ) Add new temperature sensor type
Eddie James
2020-09-23
hwmon: use simple i2c probe function
Stephen Kitt
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-07-21
hwmon: (occ) Fix division by zero issue
Lei YU
2019-07-11
Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-03
Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel...
Greg Kroah-Hartman
2019-07-03
OCC: FSI and hwmon: Add sequence numbering
Eddie James
2019-06-23
hwmon: (occ) Add temp sensor value check
Alexander Soldatov
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-04-16
hwmon: (occ) Add more details to Kconfig help text
Eddie James
2019-04-16
hwmon: (occ) Prevent sysfs error attribute from returning error
Eddie James
2019-04-16
hwmon: (occ) Store error condition for rate-limited polls
Eddie James
2019-04-15
hwmon: OCC drivers are ARM-only
Jean Delvare
2019-04-15
hwmon: (occ) Move common code to a separate module
Jean Delvare
2019-04-15
hwmon: (occ) Fix extended status bits
Lei YU
2019-03-29
hwmon: (occ) Fix power sensor indexing
Eddie James
2019-02-18
hwmon: (occ) Fix license headers
Eddie James
2019-01-07
hwmon: (occ) Fix potential integer overflow
Gustavo A. R. Silva
2018-12-16
hwmon (occ): Add sysfs attributes for additional OCC data
Eddie James
2018-12-16
hwmon (occ): Add sensor attributes and register hwmon device
Eddie James
2018-12-16
hwmon (occ): Add sensor types and versions
Eddie James
2018-12-16
hwmon (occ): Parse OCC poll response
Eddie James
2018-12-16
hwmon (occ): Add command transport method for P8 and P9
Eddie James
2018-12-16
hwmon: Add On-Chip Controller (OCC) hwmon driver
Eddie James