- Mar 21, 2011
-
-
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 20, 2011
-
-
Seth Heasley authored
Add the SMBus Controller DeviceIDs for the Intel DH89xxCC PCH. Signed-off-by:
Seth Heasley <seth.heasley@intel.com> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
There is no user left of i2c_adapter.id, so we can get rid of it. Finally! :) Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
The last legitimate user of i2c_driver.attach_adapter and .detach_adapter is gone, so we can finally deprecate these callbacks. The last few drivers which still use these will have to be updated to make use of standard I2C device instantiation ways instead. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
The last remaining ID in <linux/i2c-id.h> is no longer used anywhere, so we can finally get rid of it. Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
* Typical legacy drivers implemented method .detach_client, not .detach_adapter. * Drop all references to __devexit, as i2c drivers shouldn't use it. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Roman Fietze authored
The struct i2c_board_info member holding the name is "type", not "name". Signed-off-by:
Roman Fietze <roman.fietze@telemotive.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Cc: stable@kernel.org
-
- Mar 18, 2011
-
-
Al Viro authored
it's always false... Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
-
Lucas De Marchi authored
Fix 'upto' misspelling and align parameters. Signed-off-by:
Lucas De Marchi <lucas.demarchi@profusion.mobi> Cc: trivial@kernel.org LKML-Reference: <1300389856-1099-2-git-send-email-lucas.demarchi@profusion.mobi> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
- Mar 17, 2011
-
-
Jan Kiszka authored
The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide a lock ordering guide Signed-off-by:
Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
- Mar 16, 2011
-
-
Michal Hocko authored
commit 68377659 ("mm: remove CONFIG_UNEVICTABLE_LRU config option") has removed the configoption so we should sync up the doc as well. Signed-off-by:
Michal Hocko <mhocko@suse.cz> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Vishwanath BS authored
Update cpufreq governor documentation for sampling_down_factor tunable parameter. Signed-off-by:
Vishwanath BS <vishwanath.bs@ti.com> Signed-off-by:
Dave Jones <davej@redhat.com>
-
Al Viro authored
This is an ex-parrot. Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
-
Eric B Munson authored
The cgroup documentation does not specify how a process can be removed from a particular group. This patch adds a note at the end of the simple example about how this is done. Also, some cgroups (like cpusets) require user input before a new group can be used. This is noted in the patch as well. Signed-off-by:
Eric B Munson <emunson@mgebm.net> Acked-by:
Paul Menage <menage@google.com> Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Federica Teodori authored
Since file handles are freed, a little amendment to the documentation Signed-off-by:
Federica Teodori <federica.teodori@googlemail.com> Acked-by:
Rik van <Riel<riel@redhat.com> Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Roland Kammerer authored
pr_info() and pr_debug() are in linux/printk.h, not linux/kernel.h. Last updated is unnecessary, we have git for that. Signed-off-by:
Roland Kammerer <dev.rck@gmail.com> Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Acked-by:
Harry Wei <harryxiyou@gmail.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Rob Landley authored
The device tree infrastructure is being genericized so its documentation moved out of the PowerPC directory. Signed-off-by:
Rob Landley <rlandley@parallels.com> Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Rob Landley authored
Time interpolators were removed in git 1f564ad6 ("[IA64] remove time interpolator"), and Voyager support went away in git b6b6e2b1 ("Documentation: remove obsolete voyager.txt file") Signed-off-by:
Rob Landley <rlandley@parallels.com> Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- Mar 15, 2011
-
-
Florian Westphal authored
Followup patch will add ipv6 support. ipt_addrtype.h is retained for compatibility reasons, but no longer used by the kernel. Signed-off-by:
Florian Westphal <fwestphal@astaro.com> Signed-off-by:
Patrick McHardy <kaber@trash.net>
-
Vivek Mahajan authored
Adds binding documentation for cache sram for the PQ3 and some QorIQ based platforms. Signed-off-by:
Vivek Mahajan <vivek.mahajan@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Stuart Yoder authored
Define the binding for compatible = "fsl,mpic", including the definition of 4-cell interrupt specifiers. The 3rd and 4th cells are needed to define additional types of interrupt source outside the "normal" external and internal interrupts in FSL SoCs. Define error interrupt, IPIs, and PIC timer sources. Signed-off-by:
Stuart Yoder <stuart.yoder@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Scott Wood authored
Now handles multiple ranges, doesn't make assumptions about interrupt specifier format, and doesn't claim interrupts that don't correspond to an available range. Also has some better error checking. The device tree binding is updated to clarify some existing assumptions. Signed-off-by:
Scott Wood <scottwood@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Chuanxiao Dong authored
Enhanced area feature is a new feature defined in eMMC4.4 standard. This user data area provides higher performance/reliability, at the expense of using twice the effective media space due to the area using SLC. The MMC driver now reads out the enhanced area offset and size and adds them to the device attributes in sysfs. Enabling the enhanced area can only be done once, and should be done in manufacturing. To use this feature, bit ERASE_GRP_DEF should also be set. Documentation/ABI/testing/sysfs-devices-mmc describes the two new attributes. Signed-off-by:
Chuanxiao Dong <chuanxiao.dong@intel.com> Reviewed-by:
Chris Ball <cjb@laptop.org> Signed-off-by:
Chris Ball <cjb@laptop.org>
-
- 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>
-
Stephen M. Cameron authored
This attribute, requested by Redhat, allows kexec-tools to know whether the controller can honor the reset_devices kernel parameter and actually reset the controller. For kdump to work properly it is necessary that the reset_devices parameter be honored. This attribute enables kexec-tools to warn the user if they attempt to designate a non-resettable controller as the dump device. Signed-off-by:
Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by:
James Bottomley <James.Bottomley@suse.de>
-