22 Jul, 2012

1 commit


19 Mar, 2012

2 commits

  • Fixed:
    ERROR: do not use assignment in if condition
    ERROR: spaces required around that ':' (ctx:VxV)
    ERROR: spaces required around that '?' (ctx:VxV)
    WARNING: line over 80 characters
    WARNING: simple_strtoul is obsolete, use kstrtoul instead

    Modify multi-line comments to follow Documentation/CodingStyle.

    Cc: Aurelien Jarno
    Signed-off-by: Guenter Roeck

    Guenter Roeck
     
  • fix checkpatch ERROR:
    return is not a function, parentheses are not required

    Signed-off-by: Frans Meulenbroeks
    Signed-off-by: Guenter Roeck

    Frans Meulenbroeks
     

09 Jan, 2011

1 commit


29 Oct, 2010

2 commits


15 Dec, 2009

3 commits


31 Mar, 2009

1 commit

  • Directory drivers/i2c/chips is going away, so drivers there must find
    new homes. For the pcf8591 driver, the best choice seems to be the
    hwmon subsystem. While the Philips PCF8591 device isn't a typical
    hardware monitoring chip, its DAC interface is compatible with the
    hwmon one, so it fits somewhat.

    If a better subsystem is ever created for ADC/DAC chips, the driver
    could be moved there.

    Signed-off-by: Jean Delvare
    Cc: Aurelien Jarno

    Jean Delvare