03 Jan, 2017

1 commit

  • Use DEVICE_ATTR_RW for read/write attributes. This simplifies the source
    code, improves readbility, and reduces the chance of inconsistencies.

    The conversion was done automatically using coccinelle. It was validated
    by compiling both the old and the new source code and comparing its text,
    data, and bss size.

    Signed-off-by: Julia Lawall
    [groeck: Updated description]
    Signed-off-by: Guenter Roeck

    Julia Lawall
     

30 Jan, 2014

1 commit


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