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
     

24 Sep, 2012

1 commit


19 Mar, 2012

1 commit


13 Jan, 2012

1 commit


04 Nov, 2011

1 commit

  • Make use of the new i2c_smbus_{read,write}_word_swapped functions.
    This makes the driver code more compact and readable. It also ensures
    proper error handling.

    Signed-off-by: Jean Delvare
    Acked-by: Jonathan Cameron
    Acked-by: Guenter Roeck
    Cc: Dirk Eibach
    Cc: "Mark M. Hoffman"
    Cc: Guillaume Ligneul

    Jean Delvare
     

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
     

15 Dec, 2009

3 commits


10 Dec, 2009

1 commit

  • As kind is now hard-coded to -1, there is room for code clean-ups.

    Signed-off-by: Jean Delvare
    Acked-by: Corentin Labbe
    Cc: "Mark M. Hoffman"
    Cc: Juerg Haefliger
    Cc: Riku Voipio
    Acked-by: "Hans J. Koch"
    Cc: Rudolf Marek

    Jean Delvare
     

17 Jul, 2008

1 commit


30 Apr, 2008

1 commit


19 Feb, 2008

1 commit


08 Feb, 2008

1 commit