1. 08 7月, 2011 2 次提交
  2. 27 5月, 2011 1 次提交
  3. 22 4月, 2011 1 次提交
  4. 20 4月, 2011 1 次提交
  5. 22 2月, 2011 1 次提交
    • L
      bq27x00: Add bq27000 support · 7fb7ba58
      Lars-Peter Clausen 提交于
      This patch adds support for the bq27000 battery to the bq27x00 driver.
      The bq27000 is similar to the bq27200 except that it uses the HDQ bus
      instead of I2C to communicate with the host system.
      
      The driver is implemented as a platform driver. The driver expects to be
      provided with a read callback function through its platform data. The read
      function is assumed to do the lowlevel HDQ handling and read out the value
      of a certain register.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Tested-by: NGrazvydas Ignotas <notasas@gmail.com>
      7fb7ba58
  6. 14 1月, 2011 1 次提交
  7. 18 11月, 2010 1 次提交
  8. 29 10月, 2010 1 次提交
  9. 28 10月, 2010 1 次提交
    • A
      power_supply: Mark twl4030_charger as broken · 23886839
      Anton Vorontsov 提交于
      The driver is not buildable without MFD changes. For now, let's
      disable the driver as it breaks build for major platforms (i.e. x86).
      
        CC [M]  drivers/power/twl4030_charger.o
      drivers/power/twl4030_charger.c: In function 'twl4030_clear_set_boot_bci':
      drivers/power/twl4030_charger.c:105: error: 'TWL4030_PM_MASTER_BOOT_BCI' undeclared (first use in this function)
      drivers/power/twl4030_charger.c:105: error: (Each undeclared identifier is reported only once
      drivers/power/twl4030_charger.c:105: error: for each function it appears in.)
      drivers/power/twl4030_charger.c: In function 'twl4030_bci_have_vbus':
      drivers/power/twl4030_charger.c:137: error: 'TWL4030_PM_MASTER_STS_HW_CONDITIONS' undeclared (first use in this function)
      drivers/power/twl4030_charger.c: In function 'twl4030_bci_probe':
      drivers/power/twl4030_charger.c:477: warning: overflow in implicit constant conversion
      drivers/power/twl4030_charger.c:485: warning: overflow in implicit constant conversion
      make[2]: *** [drivers/power/twl4030_charger.o] Error 1
      
      We can re-enable it if MFD tree will finally merge into 2.6.37.
      Reported-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NAnton Vorontsov <cbouatmailru@gmail.com>
      23886839
  10. 30 9月, 2010 1 次提交
  11. 23 9月, 2010 1 次提交
  12. 06 9月, 2010 1 次提交
  13. 19 8月, 2010 1 次提交
  14. 05 8月, 2010 1 次提交
  15. 23 7月, 2010 1 次提交
  16. 18 6月, 2010 1 次提交
  17. 18 5月, 2010 1 次提交
  18. 27 4月, 2010 1 次提交
  19. 07 4月, 2010 1 次提交
  20. 08 3月, 2010 1 次提交
  21. 17 2月, 2010 1 次提交
  22. 28 11月, 2009 1 次提交
  23. 16 11月, 2009 1 次提交
  24. 05 9月, 2009 1 次提交
  25. 01 7月, 2009 1 次提交
  26. 09 6月, 2009 1 次提交
  27. 11 1月, 2009 1 次提交
  28. 04 1月, 2009 2 次提交
  29. 13 10月, 2008 1 次提交
  30. 03 10月, 2008 1 次提交
  31. 26 9月, 2008 1 次提交
  32. 01 9月, 2008 1 次提交
  33. 10 7月, 2008 1 次提交
  34. 01 7月, 2008 1 次提交
  35. 23 7月, 2007 1 次提交
    • P
      Don't compile the PMU power driver on 64-bit PowerPC · a1da5f4f
      Paul Mackerras 提交于
      As reported by Stephen Rothwell, an allmodconfig build on 64-bit
      PowerPC reports these errors:
      
      ERROR: "pmu_batteries" [drivers/power/pmu_battery.ko] undefined!
      ERROR: "pmu_battery_count" [drivers/power/pmu_battery.ko] undefined!
      ERROR: "pmu_power_flags" [drivers/power/pmu_battery.ko] undefined!
      
      This fixes the problem by not building pmu_battery.ko on ppc64.  There
      are no battery-powered ppc64 machines with an Apple PMU, and we can be
      reasonably confident there never will be.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      a1da5f4f
  36. 16 7月, 2007 1 次提交
  37. 10 7月, 2007 2 次提交