Revision a88464a8b0ffb2f8dfb69d3ab982169578b50f22 authored by Andrey Smetanin on 02 July 2015, 16:07:46 UTC, committed by Paolo Bonzini on 03 July 2015, 16:55:20 UTC
Added Hyper-V crash msrs values - HV_X64_MSR_CRASH*.

Signed-off-by: Andrey Smetanin <asmetanin@virtuozzo.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Peter Hornyack <peterhornyack@google.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Gleb Natapov <gleb@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent b0996ae
Raw File
wm8350
Kernel driver wm8350-hwmon
==========================

Supported chips:
  * Wolfson Microelectronics WM835x PMICs
    Prefix: 'wm8350'
    Datasheet:
	http://www.wolfsonmicro.com/products/WM8350
	http://www.wolfsonmicro.com/products/WM8351
	http://www.wolfsonmicro.com/products/WM8352

Authors: Mark Brown <broonie@opensource.wolfsonmicro.com>

Description
-----------

The WM835x series of PMICs include an AUXADC which can be used to
monitor a range of system operating parameters, including the voltages
of the major supplies within the system.  Currently the driver provides
simple access to these major supplies.

Voltage Monitoring
------------------

Voltages are sampled by a 12 bit ADC.  For the internal supplies the ADC
is referenced to the system VRTC.
back to top