An error occurred fetching the project authors.
- 06 Aug, 2008 2 commits
-
-
Grant Coady authored
The adm9240 driver is in the kernel for three years now, time to remove the EXPERIMENTAL dependency. Signed-off-by:
Grant Coady <gcoady.lk@gmail.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Juerg Haefliger authored
Add support for the SCH5027. The differences to the DME1737 are: - No support for programmable temp offsets - In auto mode, PWM outputs stay on min value if temp goes below low threshold and can't be programmed to fully turn off - Different voltage scaling - No VID input Signed-off-by:
Juerg Haefliger <juergh@gmail.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 01 Aug, 2008 2 commits
-
-
David Brownell authored
More LM75 updates: - Teach the LM75 driver to use new-style driver binding: * Create a second driver struct, using new-style driver binding methods cribbed from the legacy code. * Add a MODULE_DEVICE_TABLE (for "newER-style binding") * The legacy probe logic delegates its work to this new code. * The legacy driver now uses the name "lm75_legacy". - More careful initialization. Chips are put into 9-bit mode so the current interconversion routines will never fail. - Save the original chip configuration, and restore it on exit. (Among other things, this normally turns off the mode where the chip is constantly sampling ... and thus saves power.) So the new-style code should catch all chips that boards declare, while the legacy code catches others. This particular coexistence strategy may need some work yet ... legacy modes might best be set up explicitly by some tool not unlike "sensors-detect". (Or else completely eradicated...) Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
David Brownell authored
Minor cleanup and reorg of the lm75 code. - Kconfig provides a larger list of lm75-compatible chips - A top comment now says what the driver does (!) ... as in, just what sort of sensor is this?? - Section comments now delineate the various sections of the driver: hwmon attributes, driver binding, register access, module glue. One driver binding function moved out of the attribute section, as did the driver struct itself. - Minor tweaks to legacy probe logic: correct a comment, and remove a pointless variable. - Whitespace, linelength, and comment fixes. This patch should include no functional changes. It's preparation for adding new-style (driver model) I2C driver binding. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Acked-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Laurent Pinchart <laurentp@cse-semaphore.com> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
- 24 May, 2008 1 commit
-
-
Darrick J. Wong authored
This driver reads IBM Active Energy Manager energy/temperature/power sensors on IBM System X hardware. [akpm@linux-foundation.org: fix printk warnings] Signed-off-by:
Darrick J. Wong <djwong@us.ibm.com> Cc: "Mark M. Hoffman" <mhoffman@lightlink.com> Cc: Corey Minyard <minyard@acm.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 20 Mar, 2008 1 commit
-
-
Darrick J. Wong authored
Enhanced the list of supported machines. Signed-off-by:
Darrick J. Wong <djwong@us.ibm.com> Cc: Mark M. Hoffman <mhoffman@lightlink.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 19 Feb, 2008 1 commit
-
-
Darrick J. Wong authored
This driver reports voltage, temperature and fan sensor readings on an ADT7473 chip. Signed-off-by:
Darrick J. Wong <djwong@us.ibm.com> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
- 08 Feb, 2008 4 commits
-
-
Steve Hardy authored
Signed-off-by:
Steve Hardy <steve@linuxrealtime.co.uk> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Jean Delvare authored
The W83627HF hardware monitoring features are supported by the w83627hf driver for several years now. Support by the w83781d has been advertised as deprecated 6 months ago, it's about time to see it go. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Jean Delvare authored
It happens that the Analog Devices ADM1024 is fully compatible with the National Semiconductor LM87, so support for the former can easily be added to the lm87 driver. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Kevin Lo authored
Signed-off-by:
Kevin Lo <kevlo@kevlo.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
- 08 Nov, 2007 1 commit
-
-
Darrick J. Wong authored
New driver to read FB-DIMM temperature sensors on systems with the Intel 5000 series chipsets. Signed-off-by:
Darrick J. Wong <djwong@us.ibm.com> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
- 13 Oct, 2007 1 commit
-
-
Dmitry Torokhov authored
Switch to using input-polldev skeleton instead of implementing polling loop by itself. This also fixes problem with trylock on a mutex in atomic context. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
- 11 Oct, 2007 2 commits
-
-
Hans de Goede authored
This patch adds a new merged driver for FSC sensor chips, it merges the fscher and fscpos drivers and adds support for the FSC Scylla, Heracles and Heimdall chips. Signed-off-by:
Hans de Goede <j.w.r.degoede@hhs.nl> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Juerg Haefliger authored
This patch adds support for the SMSC SCH3112, SCH3114, and SCH3116 Super-I/O chips. These chips feature identical hardware monitoring capabilites with the expection that some of the fan inputs and pmw outputs don't exist. The hardware monitoring features of the SCH311x chips can only be accessed via the ISA bus. The driver therefore registers as a platform driver, if such a chip is detected. Signed-off-by: Juerg Haefliger <juergh at gmail.com> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
- 10 Oct, 2007 6 commits
-
-
Darrick J. Wong authored
Add a driver to export IBM PowerExecutive power meter sensors. Signed-off-by:
Darrick J. Wong <djwong@us.ibm.com> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Jean Delvare authored
* Drop HWMON from the dependency list of ABITUGURU3 and LM93: this is now handled at menu level. * Make the Abit, Asus and FSC chip drivers depend on X86. These are custom chips which can only be found on their respective manufacturer's systems, and these manufacturers only do x86 hardware AFAIK. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Hans de Goede <j.w.r.degoede@hhs.nl> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Riku Voipio authored
Add support for Fintek F75375S/SP and F75373. Signed-off-by:
Riku Voipio <riku.voipio@movial.fi> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Darrick J. Wong authored
New driver to expose temperature and fan controls attached to Analog Devices ADT7470 hwmon chips. Signed-off-by:
Darrick J. Wong <djwong@us.ibm.com> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Hans de Goede authored
This is the second version of a new driver for the hardware monitoring features of the Fintek F71882FG and F71883FG Super-I/O chips. This version has several small fixes for flaws discovered during the review of the first version. This version of the driver does not support the pwm part of these chips (yet). I'll first design a sysfs api for this and post that for discussion, and then implement pwm support as an incremental patch over this one. This driver supports all sensors of this chip, except for the vid inputs. The vid inputs are somewhat documented in the datasheet, but I know nothing about vid/vrm stuff. Help with this would be much appreciated. Signed-off-by:
Hans de Goede <j.w.r.degoede@hhs.nl> Acked-by:
Darrick J. Wong <djwong@us.ibm.com> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Jean Delvare authored
The Fintek F71806F/FG is compatible with the F71872F/FG, so it is already supported by the f71805f hardware monitoring driver. In fact, both chips have the same chip ID, so the driver can't even differentiate between them. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Hans de Goede <j.w.r.degoede@hhs.nl> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
- 26 Sep, 2007 2 commits
-
-
Dmitry Torokhov authored
Switch to using input-polldev skeleton instead of implementing polling loop by itself. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Michael Hanselmann <linux-kernel@hansmi.ch>
-
Dmitry Torokhov authored
Switch to using input-polldev skeleton instead of implementing polling loop by itself. This also fixes problem with trylock on a mutex in atomic context. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
- 31 Jul, 2007 1 commit
-
-
Krzysztof Helt authored
This patch adds support for THMC50 and ADM1022 hardware monitoring chips. Signed-off-by:
Krzysztof Helt <krzysztof.h1@wp.pl> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
- 19 Jul, 2007 13 commits
-
-
Jean Delvare authored
The W83627EHF and similar chips have 6 VID input pins, add support for them. The driver changes the input voltage level automatically if the current setting is not correct for the detected CPU model. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
David Hubbard authored
Remove i2c-isa from the w83627ehf driver, and use a platform driver instead. Signed-off-by:
David Hubbard <david.c.hubbard@gmail.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
David Hubbard authored
Add description for the W83627DHG chip to Kconfig. Signed-off-by:
David Hubbard <david.c.hubbard@gmail.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Hans-Jürgen Koch authored
This patch adds support for the LM93 hardware monitoring chip. Signed-off-by:
Hans J. Koch <hjk@linutronix.de> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Hans de Goede authored
This patch adds a new driver for the hardware monitoring features of the third revision of the Abit uGuru chip, found on recent Abit motherboards. This is an entirely different beast then the first and second revision (its again a winbond microcontroller, but the "protocol" to talk to it and the bank addresses are very different. Signed-off-by:
Hans de Goede <j.w.r.degoede@hhs.nl> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
corentin.labbe authored
This is the patch for converting it87 to a platform driver (and remove i2c-isa). Signed-off-by:
Corentin LABBE <corentin.labbe@geomatys.fr> Acked-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Roger Lucas authored
Convert the vt8231 driver from the nonsensical i2c-isa hack to a regular platform driver. Signed-off-by:
Roger Lucas <roger@planbit.co.uk> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Mark M. Hoffman <mhoffman@lightlink.com>
-
Jean Delvare authored
Convert the sis5595 driver from the nonsensical i2c-isa hack to a regular platform driver. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
Convert the via686a driver from the nonsensical i2c-isa hack to a regular platform driver. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Rudolf Marek authored
Add support for IT8726F chip driver, which is just same as IT8716F with additional glue logic for AMD power sequencing. Signed-off-by:
Rudolf Marek <r.marek@assembler.cz> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Rainer Birkenmaier authored
Signed-off-by:
Rainer Birkenmaier <rainer.birkenmaier@siemens.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
Convert the pc87360 driver from the nonsensical i2c-isa hack to a regular platform driver. This is a direct conversion, other cleanups could happen on top of that. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Jim Cromie <jim.cromie@gmail.com>
-
Juerg Haefliger authored
Add support for the hardware monitoring and fan control capabilities of the SMSC DME1737 and Asus A8000 Super-I/O chips. The hardware monitoring logic of this chip is similar to the LM85 but has some additional features that this driver supports. Even though it's a Super-I/O chip, the hardware monitoring logic can only be accessed via SMBus. Signed-off-by: Juerg Haefliger <juergh at gmail.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
- 27 May, 2007 1 commit
-
-
Jean Delvare authored
The dependency upon HWMON is now handled at menu level. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Cc: Nicolas Boichat <nicolas@boichat.ch>
-
- 10 May, 2007 1 commit
-
-
Martin Schwidefsky authored
Add "depends on HAS_IOMEM" to a number of menus to make them disappear for s390 which does not have I/O memory. Signed-off-by:
Martin Schwidefsky <schwidefsky@de.ibm.com>
-
- 08 May, 2007 1 commit
-
-
Nicolas Boichat authored
This driver provides support for the Apple System Management Controller, which provides an accelerometer (Apple Sudden Motion Sensor), light sensors, temperature sensors, keyboard backlight control and fan control. Only Intel-based Apple's computers are supported (MacBook Pro, MacBook, MacMini). [bunk@stusta.de: make drivers/hwmon/applesmc.c:backlight_work stati] [khali@linux-fr.org: fix temperature attribute file names] Signed-off-by:
Nicolas Boichat <nicolas@boichat.ch> Cc: Jean Delvare <khali@linux-fr.org> Cc: Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-