index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
occ
Age
Commit message (
Expand
)
Author
Files
Lines
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
-90
/
+156
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