From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 820FBC43382 for ; Fri, 28 Sep 2018 06:11:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3929221748 for ; Fri, 28 Sep 2018 06:11:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="tmobflfr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3929221748 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728691AbeI1Md7 (ORCPT ); Fri, 28 Sep 2018 08:33:59 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:39884 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726068AbeI1Md6 (ORCPT ); Fri, 28 Sep 2018 08:33:58 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8S6Bn2s092775; Fri, 28 Sep 2018 01:11:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1538115109; bh=CtC43rlE2A3YpGLxLixL15l6Ka3b7splcBnMeyi7nGQ=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=tmobflfrHUfvsjCd1mqGw+AFK8tJ7Q3H5uIrBIHOhMSpkn9ghMrmsi9G55+Oza+Cs rx1qB839bln5ucv9lls5yV7Xwh6OsBmvvpiW3Ouv3wIEdTAQorL6ww0li6YYRXGplj gE3q3NsCh49stoylHKCXCPD9va5lvmq4dK14FgzM= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8S6BnYE005406; Fri, 28 Sep 2018 01:11:49 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Fri, 28 Sep 2018 01:11:50 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Fri, 28 Sep 2018 01:11:50 -0500 Received: from [172.24.190.89] (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8S6BkTV000615; Fri, 28 Sep 2018 01:11:47 -0500 Subject: Re: [PATCH 0/5] ti_am335x_tsc: Enable wakeup capability To: Lee Jones CC: Dmitry Torokhov , Jonathan Cameron , , , , References: <20180630103318.25355-1-vigneshr@ti.com> <20180718074736.GA4641@dell> <20180718170902.vk7rahyoaevucxbi@penguin> <20180723053708.GA4213@dell> <2236aa96-ca56-fa30-157d-2f484c6968cc@ti.com> <20180725052621.GB5835@dell> From: Vignesh R Message-ID: Date: Fri, 28 Sep 2018 11:42:41 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180725052621.GB5835@dell> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee, On Wednesday 25 July 2018 10:56 AM, Lee Jones wrote: [...] >>>>>>> >>>>>>> Vignesh R (5): >>>>>>> mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capable >>>>>>> Input: ti_am335x_tsc: Mark TSC device as wakeup source >>>>>>> mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup >>>>>>> capable >>>>>>> iio: adc: ti_am335x_adc: Disable ADC during suspend unconditionally >>>>>>> Input: ti_am335x_tsc: Mark IRQ as wakeup capable >>>>>>> >>>>>>> drivers/iio/adc/ti_am335x_adc.c | 12 ++++-------- >>>>>>> drivers/input/touchscreen/ti_am335x_tsc.c | 22 +++++++++++++++++----- >>>>>>> drivers/mfd/ti_am335x_tscadc.c | 14 +++++++++++++- >>>>>>> 3 files changed, 34 insertions(+), 14 deletions(-) >>>>>>> >>>>>> >>>>>> Gentle ping... Could you review/pick this series? MFD amd IIO bits are >>>>>> already ACKed >>>>> >>>>> MFD patches are reviewed "for my own reference" meaning that we >>>>> haven't yet agreed on a merge plan yet. >>>> >>>> I think this series makes sense to be pushed through a single tree as >>>> opposed to being spread between 3, even if it could technically be >>>> possible. It looks like Jonathan is fine with going it through either >>>> his or some other tree, I am fine with it going through MFD. >>> >>> I'm happy either way. >>> >> Thanks Dmitry, Jonathan and Lee Jones! >> >> Could this be applied to one of the trees now? MFD perhaps? > > It'll be applied, when it's applied. ;) I see that this series was not picked up for v4.19. Could you consider this series for v4.20? Patches apply cleanly against linux-next. -- Regards Vignesh From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Subject: Re: [PATCH 0/5] ti_am335x_tsc: Enable wakeup capability Date: Fri, 28 Sep 2018 11:42:41 +0530 Message-ID: References: <20180630103318.25355-1-vigneshr@ti.com> <20180718074736.GA4641@dell> <20180718170902.vk7rahyoaevucxbi@penguin> <20180723053708.GA4213@dell> <2236aa96-ca56-fa30-157d-2f484c6968cc@ti.com> <20180725052621.GB5835@dell> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180725052621.GB5835@dell> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Lee Jones Cc: Dmitry Torokhov , Jonathan Cameron , linux-iio@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org List-Id: linux-input@vger.kernel.org Hi Lee, On Wednesday 25 July 2018 10:56 AM, Lee Jones wrote: [...] >>>>>>> >>>>>>> Vignesh R (5): >>>>>>> mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capable >>>>>>> Input: ti_am335x_tsc: Mark TSC device as wakeup source >>>>>>> mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup >>>>>>> capable >>>>>>> iio: adc: ti_am335x_adc: Disable ADC during suspend unconditionally >>>>>>> Input: ti_am335x_tsc: Mark IRQ as wakeup capable >>>>>>> >>>>>>> drivers/iio/adc/ti_am335x_adc.c | 12 ++++-------- >>>>>>> drivers/input/touchscreen/ti_am335x_tsc.c | 22 +++++++++++++++++----- >>>>>>> drivers/mfd/ti_am335x_tscadc.c | 14 +++++++++++++- >>>>>>> 3 files changed, 34 insertions(+), 14 deletions(-) >>>>>>> >>>>>> >>>>>> Gentle ping... Could you review/pick this series? MFD amd IIO bits are >>>>>> already ACKed >>>>> >>>>> MFD patches are reviewed "for my own reference" meaning that we >>>>> haven't yet agreed on a merge plan yet. >>>> >>>> I think this series makes sense to be pushed through a single tree as >>>> opposed to being spread between 3, even if it could technically be >>>> possible. It looks like Jonathan is fine with going it through either >>>> his or some other tree, I am fine with it going through MFD. >>> >>> I'm happy either way. >>> >> Thanks Dmitry, Jonathan and Lee Jones! >> >> Could this be applied to one of the trees now? MFD perhaps? > > It'll be applied, when it's applied. ;) I see that this series was not picked up for v4.19. Could you consider this series for v4.20? Patches apply cleanly against linux-next. -- Regards Vignesh