1. 07 3月, 2013 6 次提交
  2. 23 1月, 2013 9 次提交
  3. 16 1月, 2013 6 次提交
  4. 06 1月, 2013 1 次提交
  5. 11 12月, 2012 4 次提交
  6. 29 11月, 2012 3 次提交
  7. 19 11月, 2012 2 次提交
  8. 23 8月, 2012 1 次提交
  9. 22 8月, 2012 1 次提交
  10. 02 7月, 2012 1 次提交
  11. 25 6月, 2012 2 次提交
  12. 05 5月, 2012 2 次提交
  13. 27 3月, 2012 2 次提交
    • 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