1. 23 1月, 2013 8 次提交
  2. 16 1月, 2013 6 次提交
  3. 06 1月, 2013 1 次提交
  4. 11 12月, 2012 4 次提交
  5. 29 11月, 2012 3 次提交
  6. 19 11月, 2012 2 次提交
  7. 23 8月, 2012 1 次提交
  8. 22 8月, 2012 1 次提交
  9. 02 7月, 2012 1 次提交
  10. 25 6月, 2012 2 次提交
  11. 05 5月, 2012 2 次提交
  12. 27 3月, 2012 3 次提交
    • A
      ab8500: Turn unneeded global symbols into local ones · 64eb9b02
      Anton Vorontsov 提交于
      The patch fixes the following sparse warning:
      
      drivers/power/ab8500_charger.c:1619:6: warning: symbol 'ab8500_charger_detect_usb_type_work' was not declared. Should it be static?
      drivers/power/abx500_chargalg.c:1709:24: warning: symbol 'abx500_chargalg_sysfs_ops' was not declared. Should it be static?
      drivers/power/ab8500_fg.c:2328:24: warning: symbol 'ab8500_fg_sysfs_ops' was not declared. Should it be static?
      Signed-off-by: NAnton Vorontsov <anton.vorontsov@linaro.org>
      64eb9b02
    • A
      ab8500_charger: Convert to the new USB OTG calls · efd71c89
      Anton Vorontsov 提交于
      This patch fixes the following build errors:
      
      ab8500_charger.c: In function 'ab8500_charger_remove':
      ab8500_charger.c:2519:2: error: implicit declaration of function 'otg_unregister_notifier' [-Werror=implicit-function-declaration]
      ab8500_charger.c:2520:2: error: implicit declaration of function 'otg_put_transceiver' [-Werror=implicit-function-declaration]
      ab8500_charger.c: In function 'ab8500_charger_probe':
      ab8500_charger.c:2688:2: error: implicit declaration of function 'otg_get_transceiver' [-Werror=implicit-function-declaration]
      ab8500_charger.c:2688:10: warning: assignment makes pointer from integer without a cast [enabled by default]
      ab8500_charger.c:2695:2: error: implicit declaration of function 'otg_register_notifier' [-Werror=implicit-function-declaration]
      Signed-off-by: NAnton Vorontsov <anton.vorontsov@linaro.org>
      efd71c89
    • A
      ab8500-charger: AB8500 charger driver · 84edbeea
      Arun Murthy 提交于
      This driver is responsible for detecting the ac/usb plugin and also includes
      function to enable ac/usb charging and re-kick the watchdog.
      It registers with the power supply class and provides information to the user
      space. The information include status of ac/usb charger device.
      This information in turn will be used by the abx500 charging algorithm driver
      to enable/disable and monitor charging.
      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>
      84edbeea