@@ -2862,6 +2862,17 @@ static int ab8500_charger_suspend(struct platform_device *pdev,
if (delayed_work_pending(&di->check_hw_failure_work))
cancel_delayed_work(&di->check_hw_failure_work);
+ flush_delayed_work_sync(&di->attach_work);
+ flush_delayed_work_sync(&di->usb_charger_attached_work);
+ flush_delayed_work_sync(&di->ac_charger_attached_work);
+ flush_delayed_work_sync(&di->check_usbchgnotok_work);
+ flush_delayed_work_sync(&di->check_vbat_work);
+ flush_delayed_work_sync(&di->kick_wd_work);
+
+ flush_work_sync(&di->usb_link_status_work);
+ flush_work_sync(&di->ac_work);
+ flush_work_sync(&di->detect_usb_type_work);
+
return 0;
}
#else
@@ -2626,6 +2626,11 @@ static int ab8500_fg_suspend(struct platform_device *pdev,
struct ab8500_fg *di = platform_get_drvdata(pdev);
flush_delayed_work_sync(&di->fg_periodic_work);
+ flush_work_sync(&di->fg_work);
+ flush_work_sync(&di->fg_acc_cur_work);
+ flush_delayed_work_sync(&di->fg_reinit_work);
+ flush_delayed_work_sync(&di->fg_low_bat_work);
+ flush_delayed_work_sync(&di->fg_check_hw_failure_work);
/*
* If the FG is enabled we will disable it before going to suspend