From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756095AbeDXG1G (ORCPT ); Tue, 24 Apr 2018 02:27:06 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:59505 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755940AbeDXG1C (ORCPT ); Tue, 24 Apr 2018 02:27:02 -0400 From: Vignesh R To: Dmitry Torokhov CC: Vignesh R , Grygorii Strashko , , , , Tony Lindgren Subject: [PATCH v3 0/3] ti_am335x_tsc: Fix suspend/resume Date: Tue, 24 Apr 2018 11:57:38 +0530 Message-ID: <20180424062741.7891-1-vigneshr@ti.com> X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series fixes couple of issues wrt suspend/resume with TI AM335x TSC driver. Disable and clear any pending IRQs before suspend, and handle case where TSC wakeup would fail, if there were touch events during suspend. Grygorii Strashko (2): Input: ti_am335x_tsc - Ack pending IRQs at probe and before suspend Input: ti_am335x_tsc - Prevent system suspend when TSC is in use Vignesh R (1): Input: ti_am335x_tsc - Mark IRQ as wakeup capable drivers/input/touchscreen/ti_am335x_tsc.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 2.17.0