23 Sep, 2009

1 commit

  • Make the code a little bit nicer, and shorter.

    Signed-off-by: Anton Vorontsov
    Cc: Marc Pignat
    Cc: David Brownell
    Cc: David Woodhouse
    Cc: Grant Likely
    Cc: Jean Delvare
    Cc: Ben Dooks
    Cc: Benjamin Herrenschmidt
    Acked-by: Marc Pignat
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Anton Vorontsov
     

15 Aug, 2008

1 commit

  • SPI driver for analog to digital converters national semiconductor
    ADC081S101, ADC124S501, ...

    Code for 8 channels by Tobias Himmer.

    This driver adds support for National Semiconductor ADCS chip
    family, where:

    * bb is the resolution in number of bits (8, 10, 12)
    * c is the number of channels (1, 2, 4, 8)
    * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500
    kSPS and 101 for 1 MSPS)

    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: Marc Pignat
    Cc: Tobias Himmer
    Cc: "Mark M. Hoffman"
    Cc: Jean Delvare
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Marc Pignat