Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1255819pxa; Thu, 20 Aug 2020 06:54:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw6hmyoJLa1aDcV020CzJ3xl5YLW+N6HoJmkT4feW8taeZCloejQHAiyzra/nhImfbN1fc3 X-Received: by 2002:a17:906:2f17:: with SMTP id v23mr3267317eji.343.1597931659590; Thu, 20 Aug 2020 06:54:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597931659; cv=none; d=google.com; s=arc-20160816; b=eMEUU8EORW/ieuvwqfC5LE+LigzN3oNLpeMv1a4fI3ZFXdya7YrtDh7sD4ZyhIGLwt +2H6+HmYEN3ha+fQ6aP1+MLU8edCMuHiIypeMupJw/iZ7Cv280/E1bbDn+e+52+l0Wxf LrRPMZHkaJe+YaIA3GZC/qCaAIn7sUBLC81v1iJkU4VJrWqxP9BdWIIeHUuHkUv3vh5M iDwns/n99NXbCmofizgkhn4oDRrmw4Gv67BnDV+UqWrnfAn4KesaieRbC3+Zlh9Z504k BvAZ837pG82YsV7w4Vk6EzV5wB1Spgd+paD3inMZdrOMKfh/CUaK2Rl+qzX+Okfna+56 jXMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=nel74XSSV6rq2woxUVAQqfpQpcY5ZY8v4LH8keLLNjs=; b=NOo9CLTmYUYdGZcnwWN0Xpn+Rfa4hnrbGJsGJSazY9R9WoRk3TPCjjPPL9/s9lgCSq oF/6HyEzsUBUuKECQJ369CRvBn8fxsqOmkfWH/m8ogj0ZjmydI5CnYTkrwstT+brJwhy FUUnXqxNzWlGKH3RjZ2n7++DsZ/fyHrMdTJ0lMBSCnxFnri5ryaYeZ7a/lahmKhS6i64 1aHeHXdE/VNamRdFu3X45AhetvNSEarxv/59oAJuGC6odjI4d9zWgxj9/BRMZ9qzoDH1 TmTD0KBDY5uzqifxWU0K9fPwxwFJh/orysY48ea4JY/YcdcWpmlnNDROdkSKzyr1hZIE OE2g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a26si1419761eds.337.2020.08.20.06.53.55; Thu, 20 Aug 2020 06:54:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727859AbgHTNxT (ORCPT + 99 others); Thu, 20 Aug 2020 09:53:19 -0400 Received: from alexa-out.qualcomm.com ([129.46.98.28]:33484 "EHLO alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727864AbgHTNwB (ORCPT ); Thu, 20 Aug 2020 09:52:01 -0400 Received: from ironmsg-lv-alpha.qualcomm.com ([10.47.202.13]) by alexa-out.qualcomm.com with ESMTP; 20 Aug 2020 06:51:59 -0700 Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by ironmsg-lv-alpha.qualcomm.com with ESMTP/TLS/AES256-SHA; 20 Aug 2020 06:51:58 -0700 Received: from c-skakit-linux.ap.qualcomm.com (HELO c-skakit-linux.qualcomm.com) ([10.242.51.242]) by ironmsg02-blr.qualcomm.com with ESMTP; 20 Aug 2020 19:21:33 +0530 Received: by c-skakit-linux.qualcomm.com (Postfix, from userid 2344709) id 8207C440F; Thu, 20 Aug 2020 19:21:31 +0530 (IST) From: satya priya To: Bjorn Andersson Cc: Matthias Kaehlcke , gregkh@linuxfoundation.org, Andy Gross , Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, akashast@codeaurora.org, rojay@codeaurora.org, msavaliy@qti.qualcomm.com, satya priya Subject: [PATCH V3 0/3] Add wakeup support over UART RX Date: Thu, 20 Aug 2020 19:21:04 +0530 Message-Id: <1597931467-24268-1-git-send-email-skakit@codeaurora.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes in V2: - As per Matthias's comment added wakeup support for all the UARTs of SC7180. - Added sleep state in sc7180-idp.dts file. - Modify the if check in set_mctrl API in serial driver to avoid making RFR high during suspend. Changes in V3: - As per Matthias's comments modify the idp dts pin config to keep only the required pin settings. - Remove the extra parentheses from serial driver patch. satya priya (3): arm64: dts: sc7180: Add wakeup support over UART RX arm64: dts: qcom: sc7180: Add sleep pin ctrl for BT uart tty: serial: qcom_geni_serial: Fix the UART wakeup issue arch/arm64/boot/dts/qcom/sc7180-idp.dts | 54 +++++++++++++++--- arch/arm64/boot/dts/qcom/sc7180.dtsi | 98 ++++++++++++++++++++++++++++----- drivers/tty/serial/qcom_geni_serial.c | 2 +- 3 files changed, 130 insertions(+), 24 deletions(-) -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation