24 Sep, 2012

3 commits


23 Mar, 2012

1 commit

  • Add I2C driver for MCP3021 that is an ADC chip from Microchip.
    The MCP3021 is a successive approximation A/D converter (ADC)
    with 10-bit resolution.
    The driver export the value of Vin to sysfs, the voltage unit is
    mV. Through the sysfs interface, lm-sensors tool can also display
    Vin voltage.

    Signed-off-by: Mingkai Hu
    Signed-off-by: Xie Xiaobo
    Signed-off-by: Jean Delvare

    Xie Xiaobo