Revision af9cc93c0dee5fc1f9fa32cd9d79a456738a21be authored by Takashi Iwai on 27 April 2016, 15:30:49 UTC, committed by Takashi Iwai on 27 April 2016, 15:30:49 UTC
ASoC: Fixes for v4.6

This is a fairly large collection of fixes but almost all driver
specific ones, especially to the new Intel drivers which have had a lot
of recent development.  The one core fix is a change to the debugfs code
to avoid crashes in some relatively unusual configurations.
2 parent s bb03ed2 + 8c0f551
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