09 Jan, 2009

1 commit

  • When I review ocfs2 code, find there are 2 typos to "successfull". After
    doing grep "successfull " in kernel tree, 22 typos found totally -- great
    minds always think alike :)

    This patch fixes all the similar typos. Thanks for Randy's ack and comments.

    Signed-off-by: Coly Li
    Acked-by: Randy Dunlap
    Acked-by: Roland Dreier
    Cc: Jeremy Kerr
    Cc: Jeff Garzik
    Cc: Heiko Carstens
    Cc: Martin Schwidefsky
    Cc: Theodore Ts'o
    Cc: Mark Fasheh
    Cc: Vlad Yasevich
    Cc: Sridhar Samudrala
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Coly Li
     

08 Jan, 2009

2 commits

  • * 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6: (29 commits)
    hwmon: Fix various typos
    hwmon: Check for ACPI resource conflicts
    hwmon: (lm70) Add TI TMP121 support
    hwmon: (lm70) Code streamlining and cleanup
    hwmon: Deprecate the fscher and fscpos drivers
    hwmon: (fschmd) Add watchdog support
    hwmon: (fschmd) Cleanups for watchdog support
    hwmon: (i5k_amb) Load automatically on all 5000/5400 chipsets
    hwmon: (it87) Add support for the ITE IT8720F
    hwmon: Don't overuse I2C_CLIENT_MODULE_PARM
    hwmon: Add LTC4245 driver
    hwmon: (f71882fg) Fix fan_to/from_reg prototypes
    hwmon: (f71882fg) Printout fan modes
    hwmon: (f71882fg) Add documentation
    hwmon: (f71882fg) Fix auto_channels_temp temp numbering with f8000
    hwmon: (f71882fg) Add missing pwm3 attr for f71862fg
    hwmon: (f71882fg) Add F8000 support
    hwmon: (f71882fg) Remove the fan_mode module option
    hwmon: (f71882fg) Separate max and crit alarm and beep
    hwmon: (f71882fg) Check for hwmon powerdown state
    ...

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (24 commits)
    trivial: chack -> check typo fix in main Makefile
    trivial: Add a space (and a comma) to a printk in 8250 driver
    trivial: Fix misspelling of "firmware" in docs for ncr53c8xx/sym53c8xx
    trivial: Fix misspelling of "firmware" in powerpc Makefile
    trivial: Fix misspelling of "firmware" in usb.c
    trivial: Fix misspelling of "firmware" in qla1280.c
    trivial: Fix misspelling of "firmware" in a100u2w.c
    trivial: Fix misspelling of "firmware" in megaraid.c
    trivial: Fix misspelling of "firmware" in ql4_mbx.c
    trivial: Fix misspelling of "firmware" in acpi_memhotplug.c
    trivial: Fix misspelling of "firmware" in ipw2100.c
    trivial: Fix misspelling of "firmware" in atmel.c
    trivial: Fix misspelled firmware in Kconfig
    trivial: fix an -> a typos in documentation and comments
    trivial: fix then -> than typos in comments and documentation
    trivial: update Jesper Juhl CREDITS entry with new email
    trivial: fix singal -> signal typo
    trivial: Fix incorrect use of "loose" in event.c
    trivial: printk: fix indentation of new_text_line declaration
    trivial: rtc-stk17ta8: fix sparse warning
    ...

    Linus Torvalds
     

07 Jan, 2009

7 commits

  • Signed-off-by: Jean Delvare
    Acked-by: Hans de Goede
    Acked-by: David Hubbard

    Jean Delvare
     
  • The Texas Instruments TMP121 is a SPI temperature sensor very similar
    to the LM70, with slightly higher resolution. This patch extends the
    LM70 driver to support the TMP121. The TMP123 differs in pin assign-
    ment.

    Signed-off-by: Manuel Lauss
    Signed-off-by: Jean Delvare

    Manuel Lauss
     
  • This fixes a byteswap bug in the LM70 temperature sensor driver,
    which was previously covered up by a converse bug in the driver
    for the LM70EVAL-LLP board (which is also fixed).

    Other fixes: doc updates, remove an annoying msleep(), and improve
    three-wire protocol handling.

    Signed-off-by: Kaiwan N Billimoria
    [ dbrownell@users.sourceforge.net: doc and whitespace tweaks ]
    Signed-off-by: David Brownell
    Signed-off-by: Jean Delvare

    Kaiwan N Billimoria
     
  • Allow it87.c to handle IT8720 chipset like IT8718 in order to
    retrieve voltage, temperatures and fans speed from sensors
    tools. Also updating the related documentation.

    Signed-off-by: Jean-Marc Spaggiari
    Signed-off-by: Jean Delvare

    Jean-Marc Spaggiari
     
  • Add Linux support for the Linear Technology LTC4245 Multiple Supply Hot
    Swap controller I2C monitoring interface.

    Signed-off-by: Ira W. Snyder
    Acked-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Ira Snyder
     
  • Add some documentation about the f71882fg driver, and update the Kconfig
    documentation to report the new supported models.

    Signed-off-by: Hans de Goede
    Signed-off-by: Jean Delvare

    Hans de Goede
     
  • It turns out that the adt7470's automatic fan control algorithm only works
    when the temperature sensors get updated. This in turn happens only when
    someone tells the chip to read its temperature sensors. Regrettably, this
    means that we have to drive the chip periodically.

    Signed-off-by: Darrick J. Wong
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Darrick J. Wong
     

06 Jan, 2009

1 commit


13 Nov, 2008

2 commits

  • New driver to play with. As Jean mentioned a couple of years ago, this
    chip is a beast with odd combinations of 8 fans, 4 temperatures, and 13
    voltage sensors. This driver has been tested on an IntelliStation Z30.

    Signed-off-by: Darrick J. Wong
    Cc: Jean Delvare
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Darrick J. Wong
     
  • This adds a driver to the accelerometer sensor found in several HP
    laptops (under the commercial names of "HP Mobile Data Protection System
    3D" and "HP 3D driveguard"). It tries to have more or less the same
    interfaces as the hdaps and other accelerometer drivers: in sysfs and as
    a joystick.

    This driver was first written by Yan Burman. Eric Piel has updated it
    and slimed it up (including the removal of an interface to access to the
    free-fall feature of the sensor because it is not reliable enough for
    now). Pavel Machek removed few more features and switched locking from
    semaphore to mutex.

    Several people have contributed to the database of the axes.

    [eric.piel@tremplin-utc.net: LIS3LV02D: Conform to the new ACPI API]
    Signed-off-by: Eric Piel
    Signed-off-by: Yan Burman
    Signed-off-by: Pavel Machek
    Cc: "Mark M. Hoffman"
    Signed-off-by: Eric Piel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Machek
     

27 Oct, 2008

1 commit


17 Oct, 2008

13 commits


09 Oct, 2008

2 commits


15 Aug, 2008

1 commit


07 Aug, 2008

5 commits

  • The it8705 chip supports 16-bit fan tachometers in revisions at least
    >= 0x03 (Version G). This patch enables 16-bit fan readings on all
    revisions >= 0x03 just like the it8712, it8716, and it8718 chips.

    Signed-off-by: Andrew Paprocki
    Signed-off-by: Jean Delvare

    Andrew Paprocki
     
  • The it8712 chip supports 16-bit fan tachometers in revisions >= 0x07.
    Revisions >= 0x08 dropped support for 8-bit fan divisor registers. The
    patch enables 16-bit fan readings on all revisions >= 0x07 just like
    the it8716 and it8718 chips.

    Signed-off-by: Andrew Paprocki
    Signed-off-by: Jean Delvare

    Andrew Paprocki
     
  • Drop the reset parameter of the w83627hf driver. It seems it wasn't
    that useful. It was dropped from the Linux 2.4 version of this driver
    back in July 2004.

    The only users who have reported that they were still using this
    parameter, needed it to switch the chip from automatic fan speed
    control back to manual mode. Now that the driver creates pwmN_enable
    sysfs files, users will be able to use these files instead, which is
    way less agressive.

    Signed-off-by: Jean Delvare
    Acked-by: Dominik Geyer

    Jean Delvare
     
  • Update w83791d with fan bits in vbat mon register (7.48 of the
    datasheet). This change allows all fans to have a divisor of 128,
    and fixes a problem with incorrectly reported fan speeds.

    Signed-off-by: Marc Hulsman
    Signed-off-by: Jean Delvare

    Marc Hulsman
     
  • 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
    Signed-off-by: Jean Delvare

    Juerg Haefliger
     

01 Aug, 2008

2 commits

  • Drop a lot of useless register defines, conversion macros, data structure
    members and update code. All these register values were read from the
    device but nothing is done out of them, so this is all dead code in
    practice.

    Signed-off-by: Jean Delvare
    Acked-by: Juerg Haefliger
    Signed-off-by: Mark M. Hoffman

    Jean Delvare
     
  • This patch adds a module load parameter to enable probing of
    non-standard LPC addresses 0x162e and 0x164e when scanning for supported
    ISA chips.

    Signed-Off-By: Juerg Haefliger
    Acked-by: Jean Delvare
    Signed-off-by: Mark M. Hoffman

    Juerg Haefliger
     

19 Jun, 2008

1 commit


25 May, 2008

1 commit


13 May, 2008

1 commit