05 Oct, 2009

1 commit

  • There is no point in implementing a detect callback for the LTC4215
    and LTC4245, as these devices can't be detected. It was there solely
    to handle "force" module parameters to instantiate devices, but now
    we have a better sysfs interface that can do the same.

    So we can get rid of the ugly module parameters and the detect
    callbacks. This shrinks the binary module sizes by 36% and 46%,
    respectively.

    Signed-off-by: Jean Delvare
    Cc: Ira W. Snyder

    Jean Delvare
     

24 Sep, 2009

1 commit

  • When power is applied to the ltc4245 chip it sometimes reports spurious
    faults, which are exposed as alarms in the hwmon output. Clear the fault
    register when the driver is installed to clear the alarms.

    Signed-off-by: Ira W. Snyder
    Signed-off-by: Jean Delvare

    Ira W. Snyder
     

07 Jan, 2009

1 commit

  • 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