index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
it87.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-04
hwmon: (it87) Add support for IT8623E
Rudolf Marek
1
-0
/
+3
2014-04-04
hwmon: (it87) Fix IT8603E define name
Rudolf Marek
1
-3
/
+3
2014-01-29
Update Jean Delvare's e-mail address
Jean Delvare
1
-2
/
+2
2014-01-29
hwmon: (it87) Print proper names for the IT8771E and IT8772E
Jean Delvare
1
-0
/
+1
2014-01-29
hwmon: (it87) Add support for the ITE IT8603E
Rudolf Marek
1
-18
/
+85
2013-08-11
hwmon: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
2013-04-07
hwmon: Fix CamelCase checkpatch warnings
Guenter Roeck
1
-12
/
+12
2013-02-06
hwmon: (it87) Add support for IT8771E and IT8772E
Guenter Roeck
1
-4
/
+35
2013-01-25
hwmon: Replace SENSORS_LIMIT with clamp_val
Guenter Roeck
1
-7
/
+6
2012-12-19
hwmon: (it87) Support PECI for additional chips
Guenter Roeck
1
-10
/
+38
2012-12-19
hwmon: (it87) Report thermal sensor type as Intel PECI if appropriate
Guenter Roeck
1
-3
/
+17
2012-12-19
hwmon: (it87) Manage device specific features with table
Guenter Roeck
1
-74
/
+81
2012-12-19
hwmon: (it87) Replace pwm group macro with direct attribute definitions
Guenter Roeck
1
-41
/
+74
2012-12-19
hwmon: (it87) Avoid quoted string splits across lines
Guenter Roeck
1
-14
/
+13
2012-12-19
hwmon: (it87) Save fan registers in 2-dimensional array
Guenter Roeck
1
-159
/
+104
2012-12-19
hwmon: (it87) Introduce support for tempX_offset sysfs attribute
Guenter Roeck
1
-5
/
+61
2012-12-19
hwmon: (it87) Replace macro defining tempX_type sensors with direct definitions
Guenter Roeck
1
-10
/
+11
2012-12-19
hwmon: (it87) Save voltage register values in 2-dimensional array
Guenter Roeck
1
-81
/
+66
2012-12-19
hwmon: (it87) Save temperature registers in 2-dimensional array
Guenter Roeck
1
-63
/
+35
2012-11-28
hwmon: remove use of __devexit
Bill Pemberton
1
-2
/
+2
2012-11-28
hwmon: remove use of __devinit
Bill Pemberton
1
-3
/
+3
2012-11-28
hwmon: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-07-12
hwmon: (it87) Preserve configuration register bits on init
Jean Delvare
1
-1
/
+1
2012-05-22
hwmon: (it87) Make temp3 attribute conditional for IT8782F
Guenter Roeck
1
-20
/
+61
2012-05-22
hwmon: (it87) Convert to use devm_kzalloc and devm_request_region
Guenter Roeck
1
-34
/
+20
2012-05-20
hwmon: (it87) Create voltage attributes only if voltage is enabled
Guenter Roeck
1
-38
/
+124
2012-05-20
hwmon: (it87) Add support for IT8782F and IT8783E/F
Guenter Roeck
1
-26
/
+99
2012-03-18
hwmon: (it87) Constify fixed string arrays
Guenter Roeck
1
-3
/
+3
2012-03-18
hwmon: (it87) Fix multi-line comments
Guenter Roeck
1
-62
/
+108
2012-01-16
hwmon: (it87) Add IT8728F support
Jean Delvare
1
-15
/
+46
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-2
/
+2
2012-01-05
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
1
-17
/
+17
2011-07-25
hwmon: (it87) Add chassis intrusion detection support
Jean Delvare
1
-0
/
+29
2011-07-17
hwmon: (it87) Fix label group removal
Jean Delvare
1
-1
/
+1
2011-05-25
hwmon: (it87) Use request_muxed_region
Nat Gurumoorthy
1
-12
/
+19
2011-01-12
hwmon: (it87) Use pr_fmt and pr_<level>
Joe Perches
1
-16
/
+14
2010-12-08
hwmon: (it87) Fix manual fan speed control on IT8721F
Jean Delvare
1
-16
/
+45
2010-10-28
hwmon: (it87) Add support for the IT8721F/IT8758E
Jean Delvare
1
-22
/
+94
2010-10-28
hwmon: (it87) Move conversion functions
Jean Delvare
1
-50
/
+52
2010-08-14
hwmon: (it87) Export labels for internal sensors
Jean Delvare
1
-2
/
+44
2010-07-09
hwmon: (it87) Fix in7 on IT8720F
Jean Delvare
1
-0
/
+22
2010-04-14
hwmon: (it87) Invalidate cache on temperature sensor change
Jean Delvare
1
-0
/
+1
2010-04-14
hwmon: (it87) Properly handle wrong sensor type requests
Jean Delvare
1
-10
/
+10
2010-04-14
hwmon: (it87) Don't arbitrarily enable temperature channels
Jean Delvare
1
-8
/
+5
2010-03-05
hwmon: (it87) Validate auto pwm settings
Jean Delvare
1
-0
/
+32
2010-03-05
hwmon: (it87) Add support for old automatic fan speed control
Jean Delvare
1
-2
/
+180
2010-03-05
hwmon: (it87) Use strict_strtol instead of simple_strtol
Jean Delvare
1
-15
/
+44
2010-03-05
hwmon: (it87) Fix many checkpatch errors and warnings
Jean Delvare
1
-75
/
+87
2010-03-05
hwmon: (it87) Add support for beep on alarm
Jean Delvare
1
-0
/
+122
2010-03-05
hwmon: (it87) Create vid attributes by group
Jean Delvare
1
-8
/
+7
[next]