09 Jan, 2012

1 commit


24 Oct, 2011

1 commit

  • Without turning the MADC clock on, no MADC conversions occur.

    $ cat /sys/class/hwmon/hwmon0/device/in8_input
    [ 53.428436] twl4030_madc twl4030_madc: conversion timeout!
    cat: read error: Resource temporarily unavailable

    Signed-off-by: Kyle Manna
    Signed-off-by: Samuel Ortiz

    Kyle Manna
     

06 Sep, 2011

2 commits


01 Aug, 2011

1 commit

  • A mutex is locked on entry into twl4030_madc_conversion().
    Immediate return on some error conditions leaves the
    mutex locked.

    This patch ensures that mutex is always unlocked before
    leaving the function.

    Signed-off-by: Sanjeev Premi
    Cc: Keerthy
    Signed-off-by: Samuel Ortiz

    Sanjeev Premi
     

23 Mar, 2011

2 commits