01 Aug, 2013

1 commit

  • slots-fan on G5 Xserve is always running at full speed with windfarm_rm31
    driver, resulting in a very high acoustic noise level. It seems the fan
    parameters are incorrect, and have been copied from the Drive Bay fan
    (RPM, not present on rm31) of the legacy therm_pm72 driver. This patch
    changes the parameters to match the Slots fan (PWM) of therm_pm72. With
    the patch, slots-fan speed drops from 99% to 19% during normal use,
    and slots-temp settle to ~42'C.

    Signed-off-by: Aaro Koskinen
    CC:
    Signed-off-by: Benjamin Herrenschmidt

    Aaro Koskinen
     

10 Jan, 2013

1 commit


04 Jan, 2013

1 commit

  • CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
    markings need to be removed.

    This change removes the use of __devinit, __devexit_p, __devinitconst,
    and __devexit from these drivers.

    Based on patches originally written by Bill Pemberton, but redone by me
    in order to handle some of the coding style issues better, by hand.

    Cc: Bill Pemberton
    Cc: Benjamin Herrenschmidt
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

30 Apr, 2012

1 commit