summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/atxp1.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare2005-07-111-361/+0
| | | | | | | | | | Part 2: Move the driver files themselves. Note that the patch "adds trailing whitespace", because it does move the files as-is, and some files happen to have trailing whitespace. From: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] Don't fill up log with atxp1 vcore messages change messagePrakash Punnoor2005-06-291-1/+1
| | | | | | | | | | | | | I am using the atxp1 module to change vcore on my NForce2 via userspace daemon (see punnoor.de). Currently the atxp1 module will write to the log on every vcore change, thus filling up my log - which I don't want. I am no kernel coder, but I guess, this one-liner will change this behaviour in a wanted way, ie output will be made for debug purposes only. Signed-off-by: Prakash Punnoor <prakash@punnoor.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] I2C: fix up some sysfs device attribute file parametersGreg Kroah-Hartman2005-06-211-6/+6
| | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] I2C: mark all functions static in atxp1 driverGreg K-H2005-06-211-6/+6
| | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] I2C: add new atxp1 driverSebastian Witt2005-06-211-0/+361
Adds support for the Attansic ATXP1 I2C device, found on some x86 plattforms to change CPU and other voltages. Depends on the previous i2c-vid.h patch. Signed-off-by: Sebastian Witt <se.witt@gmx.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud