1. 11 12月, 2012 3 次提交
  2. 19 11月, 2012 2 次提交
  3. 23 8月, 2012 1 次提交
  4. 22 8月, 2012 1 次提交
  5. 05 5月, 2012 2 次提交
  6. 27 3月, 2012 2 次提交
    • A
      ab8500_btemp: Get rid of 'enum adc_therm' · d329129e
      Anton Vorontsov 提交于
      This is the same as abx500_adc_therm, but when the former is used,
      the following warning flood pops up:
      
      drivers/power/ab8500_btemp.c: In function 'ab8500_btemp_batctrl_volt_to_res':
      ab8500_btemp.c:150:25: warning: comparison between 'enum abx500_adc_therm' and 'enum adc_therm' [-Wenum-compare]
      ab8500_btemp.c: In function 'ab8500_btemp_curr_source_enable':
      ab8500_btemp.c:212:25: warning: comparison between 'enum abx500_adc_therm' and 'enum adc_therm' [-Wenum-compare]
      ab8500_btemp.c:244:32: warning: comparison between 'enum abx500_adc_therm' and 'enum adc_therm' [-Wenum-compare]
      ab8500_btemp.c: In function 'ab8500_btemp_measure_temp':
      ab8500_btemp.c:462:25: warning: comparison between 'enum abx500_adc_therm' and 'enum adc_therm' [-Wenum-compare]
      ab8500_btemp.c: In function 'ab8500_btemp_id':
      ab8500_btemp.c:528:121: warning: comparison between 'enum abx500_adc_therm' and 'enum adc_therm' [-Wenum-compare]
      ab8500_btemp.c:551:25: warning: comparison between 'enum abx500_adc_therm' and 'enum adc_therm' [-Wenum-compare]
      
      This patch fixes the issue by switching the driver to use more
      namespace-friendly enum.
      Signed-off-by: NAnton Vorontsov <anton.vorontsov@linaro.org>
      d329129e
    • A
      ab8500-btemp: AB8500 battery temperature driver · 1f855824
      Arun Murthy 提交于
      This driver is responsible for battery detection, obtaining battery
      temperature and monitor the battery temperature by taking precautionary
      measurements when battery temperature goes beyond or below the thresholds.
      Signed-off-by: NArun Murthy <arun.murthy@stericsson.com>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NAnton Vorontsov <anton.vorontsov@linaro.org>
      1f855824