From patchwork Wed Feb 15 12:31:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 94002 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp2005820qgi; Wed, 15 Feb 2017 04:32:22 -0800 (PST) X-Received: by 10.84.209.194 with SMTP id y60mr18172915plh.115.1487161941953; Wed, 15 Feb 2017 04:32:21 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q16si3646857pfj.40.2017.02.15.04.32.21; Wed, 15 Feb 2017 04:32:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752178AbdBOMcU (ORCPT + 25 others); Wed, 15 Feb 2017 07:32:20 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:33888 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751478AbdBOMcT (ORCPT ); Wed, 15 Feb 2017 07:32:19 -0500 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v1FCVcgq006197; Wed, 15 Feb 2017 06:31:38 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v1FCVXs0029429; Wed, 15 Feb 2017 06:31:33 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Wed, 15 Feb 2017 06:31:32 -0600 Received: from lta0400828d.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v1FCVU34015293; Wed, 15 Feb 2017 06:31:31 -0600 From: Roger Quadros To: , CC: , , Roger Quadros Subject: [PATCH 0/2] extcon: palmas/usb-gpio: Don't miss events during suspend/resume Date: Wed, 15 Feb 2017 14:31:27 +0200 Message-ID: <1487161889-15550-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series ensures that we don't miss USB VBUS/ID event changes across system suspend/resume. cheers, -roger Roger Quadros (2): extcon: usb-gpio: Don't miss event during suspend/resume extcon: palmas: Don't miss GPIO events during suspend/resume drivers/extcon/extcon-palmas.c | 6 ++++++ drivers/extcon/extcon-usb-gpio.c | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) -- 2.7.4