19 May, 2011

3 commits

  • The sht15 sensor allows validating exchanges to and from the device
    using a crc8 function. An utility function to reverse a byte has also
    been added.

    Signed-off-by: Jerome Oufella
    Acked-by: Jonathan Cameron
    Signed-off-by: Guenter Roeck

    Jerome Oufella
     
  • * Add support for:
    - Heater.
    - End of battery notice.
    - Ability not to reload from OTP.
    - Low resolution (12bit temp, 8bit humidity).
    * Add an utility function to read individual bytes from the device.

    Signed-off-by: Vivien Didelot
    Acked-by: Jonathan Cameron
    Signed-off-by: Guenter Roeck

    Vivien Didelot
     
  • * Add a documentation file for the device.
    * Respect a bit more the kernel-doc syntax.
    * Rename some variables for clarity.
    * Use bool type for flags.
    * Use an enum for states (actions being done).

    Signed-off-by: Vivien Didelot
    Acked-by: Jonathan Cameron
    Signed-off-by: Guenter Roeck

    Vivien Didelot