17 Oct, 2008

2 commits


30 Jun, 2008

1 commit


31 Jul, 2007

1 commit


09 May, 2007

1 commit

  • * 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6: (32 commits)
    Use menuconfig objects - hwmon
    hwmon/smsc47b397: Use dynamic sysfs callbacks
    hwmon/smsc47b397: Convert to a platform driver
    hwmon/w83781d: Deprecate W83627HF support
    hwmon/w83781d: Use dynamic sysfs callbacks
    hwmon/w83781d: Be less i2c_client-centric
    hwmon/w83781d: Clean up conversion macros
    hwmon/w83781d: No longer use i2c-isa
    hwmon/ams: Do not print error on systems without apple motion sensor
    hwmon/ams: Fix I2C read retry logic
    hwmon: New AD7416, AD7417 and AD7418 driver
    hwmon/coretemp: Add documentation
    hwmon: New coretemp driver
    i386: Use functions from library in msr driver
    i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu
    hwmon/lm75: Use dynamic sysfs callbacks
    hwmon/lm78: Use dynamic sysfs callbacks
    hwmon/lm78: Be less i2c_client-centric
    hwmon/lm78: No longer use i2c-isa
    hwmon: New max6650 driver
    ...

    Linus Torvalds
     

08 May, 2007

1 commit


07 May, 2007

1 commit


02 May, 2007

1 commit


26 Apr, 2007

1 commit


13 Apr, 2007

2 commits


13 Dec, 2006

1 commit

  • This driver adds support for the Apple Motion Sensor (AMS) as found in 2005
    revisions of Apple PowerBooks and iBooks. It implements both the PMU and
    I2C variants. The I2C driver and mouse emulation is based on code by
    Stelian Pop, while the PMU driver has been developped by Michael Hanselmann.
    HD parking support will be added later.

    Various people contributed fixes to this driver, including
    Aristeu Sergio Rozanski Filho and Jean Delvare.

    Signed-off-by: Stelian Pop
    Acked-by: Dmitry Torokhov
    Acked-by: Robert Love
    Signed-off-by: Jean Delvare

    Stelian Pop