05 Mar, 2016

1 commit


01 Jun, 2015

1 commit


04 Aug, 2014

1 commit


25 Jun, 2014

1 commit

  • Murata Manufacturing Co., Ltd is the vendor for
    NTC (Negative Temperature coefficient) based Thermistors.
    But, the driver extensively uses "NTC" as the vendor name.

    This patch corrects the vendor name also updates the
    compatibility strings according to the vendor-prefix.txt

    Note: Drivers continue to support the previous compatible strings
    but further addition of these compatible strings in device tree
    is deprecated.

    Signed-off-by: Naveen Krishna Chatradhi
    Reviewed-by: Javier Martinez Canillas
    Signed-off-by: Guenter Roeck

    Naveen Krishna Chatradhi
     

28 Jul, 2011

1 commit

  • Add support for NTC Thermistor series. In this release, the
    following thermistors are supported: NCP15WB473, NCP18WB473, NCP03WB473,
    and NCP15WL333. This driver is based on the datasheet of MURATA.

    The driver in the patch does conversion from the raw ADC value
    (either voltage or resistence) to temperature. In order to use
    voltage values as input, the circuit schematics should be provided
    with the platform data. A compensation table for each type of thermistor
    is provided for the conversion.

    Signed-off-by: Donggeun Kim
    Signed-off-by: MyungJoo Ham
    Signed-off-by: KyungMin Park
    Reviewed-by: Shubhrajyoti D
    Signed-off-by: Guenter Roeck

    Donggeun Kim