10 Oct, 2007

1 commit


29 Sep, 2006

1 commit


24 Mar, 2006

2 commits

  • "register" is a reserved keyword so using it as a parameter name
    can confuse some compilers, most notably ICC.

    The patch below just renames all occurences to reg which fits the actual
    function declarations.

    Signed-off-by: Darren Jenkins
    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Darren Jenkins
     
  • convert drivers/hwmon/*.c semaphore use to mutexes.

    the conversion was generated via scripts, and the result was validated
    automatically via a script as well.

    all affected hwmon drivers were build-tested.

    Signed-off-by: Ingo Molnar
    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Ingo Molnar
     

06 Jan, 2006

3 commits


29 Oct, 2005

2 commits


06 Sep, 2005

5 commits


27 Aug, 2005

1 commit

  • Coverity uncovered an off-by-one error in the fscpos driver, in function
    set_temp_reset(). Writing to the temp3_reset sysfs file will lead to an
    array overrun, in turn causing an I2C write to a random register of the
    FSC Poseidon chip. Additionally, writing to temp1_reset and temp2_reset
    will not work as expected. The fix is straightforward.

    Signed-off-by: Jean Delvare
    Signed-off-by: Linus Torvalds

    Jean Delvare
     

30 Jul, 2005

1 commit


12 Jul, 2005

1 commit

  • Part 2: Move the driver files themselves.

    Note that the patch "adds trailing whitespace", because it does move the
    files as-is, and some files happen to have trailing whitespace.

    From: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare