From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753701AbcEPLfE (ORCPT ); Mon, 16 May 2016 07:35:04 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:44272 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752802AbcEPLfC (ORCPT ); Mon, 16 May 2016 07:35:02 -0400 X-Greylist: delayed 496 seconds by postgrey-1.27 at vger.kernel.org; Mon, 16 May 2016 07:35:02 EDT From: Vignesh R To: Dmitry Torokhov , Lee Jones CC: Vignesh R , Grygorii Strashko , Dave Gerlach , , Subject: [PATCH 0/3] AM335x: tsc: Fix suspended while touchscreen in use Date: Mon, 16 May 2016 16:56:21 +0530 Message-ID: <1463397984-15766-1-git-send-email-vigneshr@ti.com> X-Mailer: git-send-email 2.8.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On am335x-evm, its observed that touchscreen fails to wake system from suspend if user had finger on touch screen while entering system. This series addresses the above issue. Grygorii Strashko (2): Input: ti_am335x_tsc - Prevent system suspend when TSC is in use Input: ti_am335x_tsc - Ack pending IRQs at probe and before suspend Vignesh R (1): Input: ti_am335x_tsc - Mark IRQ as wakeup capable drivers/input/touchscreen/ti_am335x_tsc.c | 14 ++++++++++++++ include/linux/mfd/ti_am335x_tscadc.h | 1 + 2 files changed, 15 insertions(+) -- 2.8.2