1. 21 9月, 2012 1 次提交
    • J
      power_supply: Enable battery-charger for 88pm860x · a830d28b
      Jett.Zhou 提交于
      There are charger and battery measurement feature for 88pm860x PMIC.
      
      For charger, it can support pre-charge with small current when battery is
      nearly exausted and then changed into fast-charge with CC&CV mode.
      
      For battery monitor, it can support battery measurement such as
      vbat,vsys,vchg and ibat etc,it can aslo accumulating the Coulomb value
      charged or discharged from battery based on Conlomb Counter, we use it
      to estimate battery capacity.
      Signed-off-by: NJett.Zhou <jtzhou@marvell.com>
      Signed-off-by: NAnton Vorontsov <anton.vorontsov@linaro.org>
      a830d28b
  2. 09 7月, 2012 1 次提交
  3. 07 3月, 2012 2 次提交
  4. 09 1月, 2012 1 次提交
  5. 27 5月, 2011 1 次提交
  6. 23 3月, 2011 4 次提交
  7. 29 10月, 2010 1 次提交
  8. 28 5月, 2010 1 次提交
    • H
      mfd: Section cleanup of 88pm860x driver · 872c1b14
      Henrik Kretzschmar 提交于
      This patch fixes three section mismatches.
      
      WARNING: drivers/mfd/88pm860x.o(.text+0x12): Section mismatch in
      reference from the function pm860x_device_exit() to the function
      .devexit.text:device_irq_exit()
      The function pm860x_device_exit() references a function in an exit
      section.
      Often the function device_irq_exit() has valid usage outside the exit
      section
      and the fix is to remove the __devexit annotation of device_irq_exit.
      
      WARNING: drivers/mfd/88pm860x.o(.text+0xb0): Section mismatch in
      reference from the function pm860x_device_init() to the function
      .devinit.text:device_8606_init()
      The function pm860x_device_init() references
      the function __devinit device_8606_init().
      This is often because pm860x_device_init lacks a __devinit
      annotation or the annotation of device_8606_init is wrong.
      
      WARNING: drivers/mfd/88pm860x.o(.text+0xbe): Section mismatch in
      reference from the function pm860x_device_init() to the function
      .devinit.text:device_8607_init()
      The function pm860x_device_init() references
      the function __devinit device_8607_init().
      This is often because pm860x_device_init lacks a __devinit
      annotation or the annotation of device_8607_init is wrong.
      Signed-off-by: NHenrik Kretzschmar <henne@nachtwindheim.de>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      872c1b14
  9. 25 5月, 2010 1 次提交
  10. 08 3月, 2010 6 次提交
  11. 14 12月, 2009 1 次提交