- Apr 19, 2011
-
-
Guenter Roeck authored
tempererature may sound interesting, but temperature is still preferred. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Jean Delvare <khali@linux-fr.org>
-
Guenter Roeck authored
When writing hardware monitoring drivers, there are some common pitfalls which keep coming up in code reviews. This patch provides a document describing all those pitfalls and how to avoid them. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Jean Delvare <khali@linux-fr.org>
-
- Mar 31, 2011
-
-
Lucas De Marchi authored
Fixes generated by 'codespell' and manually reviewed. Signed-off-by:
Lucas De Marchi <lucas.demarchi@profusion.mobi>
-
- Mar 26, 2011
-
-
Hans de Goede authored
Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
Add support for the Fintek F81865F. It's essentially compatible with the F71882FG, but has fewer inputs: 7 voltage, 2 temperature and 2 fan inputs only. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Hans de Goede <hdegoede@redhat.com> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Jean Delvare authored
The list of supported devices was not always well documented in all places. Clarify and list all devices in documentation, Kconfig and the driver itself. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Hans de Goede <hdegoede@redhat.com> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- Mar 23, 2011
-
-
Keerthy authored
This driver exposes the sysfs nodes of the TWL4030 MADC module. All the voltage channel values are expressed in terms of mV. Channel 13 and channel 14 are reserved. There are channels which represent temperature and current the output is represented by celcius and mA respectively. Signed-off-by:
Keerthy <j-keerthy@ti.com> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com> Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>
-
- Mar 21, 2011
-
-
Dirk Eibach authored
Configuration for ads1015 gain and datarate is possible via devicetree or platform data. This is a followup patch to previous ads1015 patches on Jean Delvares tree. Signed-off-by:
Dirk Eibach <eibach@gdsys.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Dirk Eibach authored
Signed-off-by:
Dirk Eibach <eibach@gdsys.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Hans de Goede authored
SMSC SCH5627 Super I/O chips include complete hardware monitoring capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures. The hardware monitoring part of the SMSC SCH5627 is accessed by talking through an embedded microcontroller. An application note describing the protocol for communicating with the microcontroller is available upon request. Please mail me if you want a copy. Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Len Sorensen authored
Add support for detection of the National Semiconductor LM75A using the ID register value. Signed-off-by:
Len Sorensen <lsorense@csclub.uwaterloo.ca> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
The lis3lv02d drivers aren't hardware monitoring drivers, so the don't belong to drivers/hwmon. Move them to drivers/misc, short of a better home. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Eric Piel <eric.piel@tremplin-utc.net> Acked-by:
Jonathan Cameron <jic23@cam.ac.uk> Tested-by:
Eric Piel <eric.piel@tremplin-utc.net> Tested-by:
Takashi Iwai <tiwai@suse.de>
-
Jean Delvare authored
The hp_accel driver isn't a hardware monitoring driver, so it doesn't belong to drivers/hwmon. Move it to drivers/platform/x86, assuming HP doesn't ship non-x86 laptops. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Eric Piel <eric.piel@tremplin-utc.net> Acked-by:
Jonathan Cameron <jic23@cam.ac.uk> Tested-by:
Eric Piel <eric.piel@tremplin-utc.net> Tested-by:
Takashi Iwai <tiwai@suse.de>
-
Jean Delvare authored
Apparently users are interested in this information, so let's provide it. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- Mar 14, 2011
-
-
Hans de Goede authored
Note that these 2 are register compatible and report the same superio id, but they are 2 distinct chips / models! Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Tested-by:
Thomas Faber <thfabba@gmx.de> Tested-by:
Alexey Sychev <owl@umail.ru> Tested-by:
Dieter Bloms <dieter@bloms.de> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Hans de Goede authored
Note that this patch also makes 2 changes to the code paths for the f71889fg to keep the code unified between the 2 (for simplicities sake). Both of these are harmless for then f71889fg: 1) The first change is to always set the FAN_PROG_SEL bit to 0. This influences accesses to some banked fan / pwm registers. On the f71889fg no registers which we use are banked. On the f71889ed however some more fan registers have been banked including one which we use, by making the FAN_PROG_SEL bit 0, address 0x96 will point to the right register. 2) The second change is to see a FANx_TEMP_SEL value of 0 as pointing to a PECI / AMDSI value, and thus disable our pwm related sysfs attr. This is correct for the f71889ed and on the f71889fg 0 is a reserved value, so we should never see it and if we do, disabling the pwm related sysfs attr is a sane thing to do. Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Tested-by:
Thomas Greve <tg42@gmx.net> Tested-by:
Sander Eikelenboom <linux@eikelenboom.it> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Guenter Roeck authored
This patch adds support for NCT6775F and NCT6776F to the w83627ehf driver. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Tested-by: Ian Dobson <i.dobson@planet-ian.com> (NCT6776F) Tested-by: Zachary Marzec <zmarzec@gmail.com> (ASUS P8P67 PRO/NCT6776F) Acked-by:
Ian Dobson <i.dobson@planet-ian.com>
-
Guenter Roeck authored
Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Ian Dobson <i.dobson@planet-ian.com>
-
Guenter Roeck authored
Add support for 4th temperature sensor on W83677HG-B. Display temperature labels on W83677HG-B to report temperature sources. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Ian Dobson <i.dobson@planet-ian.com>
-
Guenter Roeck authored
Some fan control chips support a configuration register to set the number of tachometer pulses per fan revolution. Add an ABI attribute to support this configuration register. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Jean Delvare <khali@linux-fr.org>
-
per.dalen@appeartv.com authored
LTC4151 is High Voltage I2C Current and Voltage Monitor from Linear Technology. Signed-off-by:
Per Dalen <per.dalen@appeartv.com> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Guenter Roeck authored
Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Jonathan Cameron <jic23@cam.ac.uk>
-
Guenter Roeck authored
EMC6D103S is similar to EMC6D103, only it does not support registers 62[5:7], 6D[0:7], and 6E[0:7]. Register respective sysfs attributes and update affected registers for all other chips only. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Jean Delvare <khali@linux-fr.org>
-
Guenter Roeck authored
This patch adds support for hardware monitoring of Lineage Compact Power Line Power Entry Modules. Reviewed-by:
Tom Grennan <tom.grennan@ericsson.com> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
stigge@antcom.de authored
2-Channel Temperature Monitor with Dual PWM Fan-Speed Controller Signed-off-by:
Roland Stigge <stigge@antcom.de> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- Feb 18, 2011
-
-
Clemens Ladisch authored
Add the PCI ID to support the internal temperature sensor of the AMD "Llano" and "Brazos" processor families. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de> Cc: stable@kernel.org # ca86828c: x86, AMD, PCI: Add AMD northbridge PCI device Cc: stable@kernel.org Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- Feb 16, 2011
-
-
Clemens Ladisch authored
On systems where the temperature sensor is actually used, the BIOS is likely to have locked the alarm registers. In that case, all writes through the corresponding sysfs files would be silently ignored. To prevent this, detect the locks and make the affected sysfs files read-only. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de> Cc: stable@kernel.org Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Clemens Ladisch authored
The documentation lists standard numbers and chip names in excruciating detail, but that's all it does. To help mere mortals in deciding whether to enable this driver, mention what this sensor is for and in which systems it might be found. Also add a link to the actual JC 42.4 specification. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de> Cc: stable@kernel.org Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- Jan 18, 2011
-
-
Guenter Roeck authored
This patch adds basic support for LM94 to the LM93 driver. LM94 specific sensors and features are not supported. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Jean Delvare <khali@linux-fr.org>
-
- Jan 12, 2011
-
-
Juerg Haefliger authored
Add support for the 1.5V voltage monitoring input (in7) of the SMSC SCH5127 chip. Signed-off-by:
Juerg Haefliger <juergh@gmail.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
I had to look it up for one user, so we might as well store it in the driver documentation. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Jean Delvare authored
We have a standard intrusion detection interface now, drivers should implement it. I've left the old interface in place for the time being, with a deprecation warning, it will be removed later. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Jean Delvare authored
We have a standard intrusion detection interface now, drivers should implement it. I've left the old interface in place for the time being, with a deprecation warning, it will be removed later. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Steven Hardy authored
Trivial patch updating my email contact details due to change of employer, and because I no longer have access to the previously used domain. Unfortunately I also no longer have access to any ads7828 hardware, but am happy to support/maintain the driver if others are able to test changes. Signed-off-by:
Steve Hardy <shardy@redhat.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- Jan 09, 2011
-
-
Roland Stigge authored
Driver for Dallas Semiconductor DS620 temperature sensor and thermostat Signed-off-by:
Roland Stigge <stigge@antcom.de> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- Jan 08, 2011
-
-
Urs Fleisch authored
Signed-off-by:
Urs Fleisch <urs.fleisch@sensirion.com> Acked-by:
Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
Guenter Roeck authored
The humidity attribute is already supported by the sht15 driver, and another driver supporting it is about to be added. Make it official. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com> Acked-by:
Jonathan Cameron <jic23@cam.ac.uk> Acked-by:
Jean Delvare <khali@linux-fr.org>
-
Guenter Roeck authored
Add attributes supported by various PMBus devices to hwmon sysfs ABI. Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- Nov 18, 2010
-
-
Hans J. Koch authored
My old mail address doesn't exist anymore. This changes all occurrences to my new address. Signed-off-by:
Hans J. Koch <hjk@hansjkoch.de> Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- Oct 28, 2010
-
-
Jean Delvare authored
Add support for the IT8721F/IT8758E. These new chips differ from the older IT87xxF chips in the following ways: * ADC LSB is 12 mV instead of 16 mV. * PWM values are 8-bit instead of 7-bit. There are other minor changes we don't have to care about in the driver. Another change is that we will handle internal voltage scaling in the driver instead of delegating the work to user-space. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-