06 Dec, 2012

2 commits

  • The ADS7830 device is almost the same as the ADS7828,
    except that it does 8-bit sampling, instead of 12-bit.
    This patch extends the ads7828 driver to support this chip.

    Signed-off-by: Guillaume Roguez
    Signed-off-by: Vivien Didelot
    Signed-off-by: Guenter Roeck

    Guillaume Roguez
     
  • As there is no reliable way to identify the chip, it is preferable to
    remove the detect callback, to avoid misdetection.

    Module parameters are not worth it here, so let's get rid of them and
    add an ads7828_platform_data structure instead.

    Clean the code by removing unused macros, fixing coding style issues,
    avoiding function prototypes and using convenient macros such as
    module_i2c_driver().

    Signed-off-by: Vivien Didelot
    Signed-off-by: Guenter Roeck

    Vivien Didelot
     

13 Jan, 2011

1 commit

  • Trivial patch updating my email contact details due to change of
    employer, and because I no longer have access to the previously used
    domain.

    Unfortunately I also no longer have access to any ads7828 hardware, but
    am happy to support/maintain the driver if others are able to test
    changes.

    Signed-off-by: Steve Hardy
    Signed-off-by: Jean Delvare

    Steven Hardy
     

08 Feb, 2008

1 commit