summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Collapse)Author
2009-11-26Merge branch 'quilt/usb'Stephen Rothwell
Conflicts: arch/arm/plat-mxc/Makefile
2009-11-26Merge branch 'quilt/tty'Stephen Rothwell
2009-11-26Merge remote branch 'sysctl/master'Stephen Rothwell
Conflicts: net/ipv6/addrconf.c
2009-11-26Merge remote branch 'tip/auto-latest'Stephen Rothwell
Conflicts: arch/x86/kernel/kgdb.c kernel/irq/chip.c scripts/recordmcount.pl
2009-11-26Merge remote branch 'omap_dss2/for-next'Stephen Rothwell
2009-11-26Merge remote branch 'spi/next-spi'Stephen Rothwell
2009-11-26Merge remote branch 'i7core_edac/linux_next'Stephen Rothwell
2009-11-26Merge remote branch 'hwlat/for-linus'Stephen Rothwell
Conflicts: drivers/misc/Makefile
2009-11-26Merge remote branch 'trivial/for-next'Stephen Rothwell
2009-11-26Merge remote branch 'osd/linux-next'Stephen Rothwell
2009-11-26Merge remote branch 'security-testing/next'Stephen Rothwell
Conflicts: Documentation/dontdiff
2009-11-26Merge remote branch 'slab/for-next'Stephen Rothwell
2009-11-26Merge remote branch 'backlight/for-mm'Stephen Rothwell
Conflicts: drivers/platform/x86/thinkpad_acpi.c
2009-11-26Merge remote branch 'pcmcia/master'Stephen Rothwell
Conflicts: drivers/mtd/maps/pcmciamtd.c drivers/net/wireless/ray_cs.c drivers/pcmcia/Makefile
2009-11-26Merge remote branch 'block/for-next'Stephen Rothwell
2009-11-26Merge remote branch 'input/next'Stephen Rothwell
2009-11-26Merge branch 'quilt/rr'Stephen Rothwell
Conflicts: arch/arm/kernel/vmlinux.lds.S
2009-11-26Merge remote branch 'cpufreq/next'Stephen Rothwell
Conflicts: include/acpi/processor.h
2009-11-26Merge remote branch 'sound/for-next'Stephen Rothwell
2009-11-26Merge remote branch 'net/master'Stephen Rothwell
Conflicts: drivers/ieee802154/fakehard.c drivers/net/e1000e/ich8lan.c drivers/net/e1000e/phy.c drivers/net/netxen/netxen_nic_init.c drivers/net/wireless/ath/ath9k/main.c net/wireless/wext.c
2009-11-26Merge remote branch 'scsi/master'Stephen Rothwell
2009-11-26Merge remote branch 'kvm/linux-next'Stephen Rothwell
2009-11-26Merge remote branch 'acpi/test'Stephen Rothwell
Conflicts: drivers/pci/hotplug/acpiphp_glue.c
2009-11-26Merge remote branch 'kconfig/for-next'Stephen Rothwell
2009-11-26Merge remote branch 'kbuild/master'Stephen Rothwell
2009-11-26Merge remote branch 'v4l-dvb/master'Stephen Rothwell
Conflicts: drivers/media/common/tuners/tda18271-fe.c
2009-11-26Merge branch 'quilt/kernel-doc'Stephen Rothwell
2009-11-26Merge branch 'quilt/jdelvare-hwmon'Stephen Rothwell
2009-11-26Merge branch 'quilt/i2c'Stephen Rothwell
2009-11-26Merge remote branch 'nilfs2/for-next'Stephen Rothwell
2009-11-26Merge remote branch 'nfsd/nfsd-next'Stephen Rothwell
2009-11-26Merge remote branch 'ext4/next'Stephen Rothwell
2009-11-26Merge remote branch 'ext3/for_next'Stephen Rothwell
Conflicts: fs/cifs/dir.c
2009-11-26Merge remote branch 'ceph/for-next'Stephen Rothwell
2009-11-26hwmon: (adt7475) New documentationJean Delvare
New documentation for the adt7475 driver, based on the adt7473 driver documentation. It is IMHO much more useful that the previous documentation which was essentially redundant with sysfs-interface. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: "Mark M. Hoffman" <mhoffman@lightlink.com> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Jordan Crouse <jordan@cosmicpenguin.net> Cc: "Darrick J. Wong" <djwong@us.ibm.com>
2009-11-26hwmon: (adt7475) Add support for the ADT7473Jean Delvare
Add support for the ADT7473 to the adt7475 driver, and mark the adt7473 driver for removal. The ADT7473 and ADT7475 chips are almost the same chip and essentially compatible, so there's no point in having separate drivers for them. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: "Mark M. Hoffman" <mhoffman@lightlink.com> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Jordan Crouse <jordan@cosmicpenguin.net> Cc: "Darrick J. Wong" <djwong@us.ibm.com>
2009-11-26hwmon: (f71882fg) Add support for the f71889fg (version 2)Hans de Goede
This adds support for the Fintek f71889fg to the f71882fg driver, many thanks to Gerd v. Egidy for providing (remote) access to a machine which such an ic. Note that this bit of the patch: - val = SENSORS_LIMIT(val, 0, 255); + + if (data->type == f71889fg) + val = SENSORS_LIMIT(val, -128, 127); + else + val = SENSORS_LIMIT(val, 0, 127); Changes behaviour for already supported models, the new behaviour is correct as the already supported models have bit 7 of the involved registers fixed at 0, so the previous behaviour which allowed setting temp zone limits > 127 was not correct. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
2009-11-26hwmon: Add Freescale MC13783 ADC driverLuotao Fu
This driver provides support for the ADC integrated into the Freescale MC13783 PMIC. Signed-off-by: Luotao Fu <l.fu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Cc: Eric Piel <eric.piel@tremplin-utc.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
2009-11-26hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare
This module parameter is there to workaround broken BIOS. I'm not even sure if it was used in the past 5 years, and it gets in the way of converting the driver to the MFD infrastructure. So tell the users how they can do the same from user-space. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Rodolfo Giometti <giometti@linux.it>
2009-11-26hwmon: (it87) Verify the VID pin usageJean Delvare
The VID input pins can alternatively be used as GPIOs. Make sure we have at least 4 pins used for VID, otherwise don't bother reading and exposing VID. Signed-off-by: Jean Delvare <khali@linux-fr.org> Tested-by: Adam Nielsen <a.nielsen@shikadi.net>
2009-11-26hwmon: Clarify autopwm trip points documentationJean Delvare
Document the case of hybrid automatic fan speed control implementations, where trip points are associated to both PWM output channels and temperature input channels. Signed-off-by: Jean Delvare <khali@linux-fr.org>
2009-11-26i2c-stub: Documentation updateJean Delvare
There is nothing sensors-specific to i2c-stub. Signed-off-by: Jean Delvare <khali@linux-fr.org>
2009-11-26i2c-stub: Allow user to disable some commandsJean Delvare
Add a module parameter to override the functionality bitfield. This lets the user disable some commands. This can be used to force a chip driver to take different code paths. Signed-off-by: Jean Delvare <khali@linux-fr.org>
2009-11-26i2c-stub: Implement I2C block supportJean Delvare
This is required to test some drivers, for example at24. Signed-off-by: Jean Delvare <khali@linux-fr.org>
2009-11-26i2c: Drop probe, ignore and force module parametersJean Delvare
The legacy probe and force module parameters are obsolete now, the same can be achieved using the new_device sysfs interface, which is both more flexible and cheaper (it is implemented by i2c-core rather than replicated in every driver module.) The legacy ignore module parameters can be dropped as well. Ignoring can be done by instantiating a "dummy" device at the problematic address. This is the first step of a huge cleanup to i2c-core's i2c_detect function, i2c.h's I2C_CLIENT_INSMOD* macros, and all drivers that made use of them. Signed-off-by: Jean Delvare <khali@linux-fr.org>
2009-11-26i2c-voodoo3: DeleteJean Delvare
Superseded by tdfxfb. I2C/DDC support used to live in a separate driver but this caused driver conflicts. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
2009-11-25doc: fix regulator docs cut-and-pasteismDr. David Alan Gilbert
Minor copy-and-pasteism in the regulator docs (against git from today): Signed-off-by: Dave Gilbert <linux@treblig.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2009-11-25doc: Fix IRQ chip docsKrzysztof Halasa
This patch updates the IRQ docs to match reality. Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2009-11-25tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2009-11-25fix typos/grammos in Documentation/edac.txtDavidlohr Bueso
Trivial patch fixes some typos in the Documentation/edac.txt file. Acked-by: Doug Thompson <dougthompson@xmission.com> Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>