Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1408037pxk; Thu, 10 Sep 2020 14:43:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzxWamhAYl8coJPgB9k1bifkn9xO0WNv0hvHkJdxywslraSM47jHLAbAQjJBiTidtb3nrrk X-Received: by 2002:a50:ed8d:: with SMTP id h13mr11300347edr.50.1599774237938; Thu, 10 Sep 2020 14:43:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599774237; cv=none; d=google.com; s=arc-20160816; b=LUCkCd0CcFvmMUXo7OtR/ndrQwD1zHHd4k3azC3W7c8VSL3cLztbbTWw85ADN0tPog pgVF9AiAR6iqok71b3sFZgOcgFyaVimolWmIbZcG127luc6wKnAbN3+tQGLCbr7ZF/z/ 0osvebkQbKkQ1QVJQ5Ghy31mj75zckCP7JBjINzcsCy974B/TvE/fWbVDEcpy87Xq78Z bUKf+6MbVqUAqbhOAXs7AcQX8o8UP4okApzkGmWSGRqmZXww1tqHfPgXs52Ruyz/ueb4 j+FSMHREAZkgNi3/URnmH9u9jTPakXFQHrv4VXq8xvBMdp9zC4Ed+YdsDBpM3aFEViMa +TYQ== 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=9tlDvfYKeQlxsoXp0X8L7WQfD77wFAR4y4P7W5ScLQI=; b=D4LeFD4Ml9n4+nhNnGy3aBzNAz7Sl1Vti6hAO8CG2QNW1yPOGrzO6FQf4B4ScHpIi9 RbTwC1knMforWH0f7ZnMlXyH9XyXwqqCNmS+VHeft4ET95nPikkaA+Zbe/ly77LtgCQ7 TDzcH2LR1llmSRuWHA0gMNsxCt4rj11VGcNiLA4dQ01rggRa6Js1ShFJfCQYSApK2nh1 WE70lA34mjmeSFp4zcU0gYcbvJNqQLyO1t9CA1J6k6dr3VWaH3NZ4xqVpYwe1k7gdE4S pfeCz/tLpM4eP7rJ9rE4oUifqciHxJpo6u7b1dRfXttcWTSKajE2J2PIOcJuHeYkrqPM dueA== 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 h14si4395948ejy.677.2020.09.10.14.43.35; Thu, 10 Sep 2020 14:43:57 -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 S1727090AbgIJNFE (ORCPT + 99 others); Thu, 10 Sep 2020 09:05:04 -0400 Received: from alexa-out.qualcomm.com ([129.46.98.28]:38551 "EHLO alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730740AbgIJM40 (ORCPT ); Thu, 10 Sep 2020 08:56:26 -0400 Received: from ironmsg07-lv.qualcomm.com (HELO ironmsg07-lv.qulacomm.com) ([10.47.202.151]) by alexa-out.qualcomm.com with ESMTP; 10 Sep 2020 05:55:01 -0700 Received: from ironmsg01-blr.qualcomm.com ([10.86.208.130]) by ironmsg07-lv.qulacomm.com with ESMTP/TLS/AES256-SHA; 10 Sep 2020 05:55:00 -0700 Received: from c-skakit-linux.ap.qualcomm.com (HELO c-skakit-linux.qualcomm.com) ([10.242.51.242]) by ironmsg01-blr.qualcomm.com with ESMTP; 10 Sep 2020 18:24:31 +0530 Received: by c-skakit-linux.qualcomm.com (Postfix, from userid 2344709) id 3ED0B431F; Thu, 10 Sep 2020 18:24:30 +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, dianders@chromium.org, satya priya Subject: [PATCH V5 0/4] Add wakeup support over UART RX Date: Thu, 10 Sep 2020 18:23:54 +0530 Message-Id: <1599742438-16811-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. Changes in V4: - As per Matthias's comments, change the commit text to mention why GPIO function needs to be selected in sleep. - Add separate patch for improvements made in pin conf settings. Changes in V5: - Moved pinctrl and interrupt configuration to board specific files. - Added new patch for trogdor board specific changes. satya priya (4): arm64: dts: qcom: sc7180: Improve the pin config settings for CTS and TX arm64: dts: qcom: sc7180: Add necessary pinctrl and interrupt config for BT UART arm64: dts: qcom: sc7180-trogdor: Add pinctrl and interrupt config for BT UART tty: serial: qcom_geni_serial: Fix the UART wakeup issue arch/arm64/boot/dts/qcom/sc7180-idp.dts | 58 +++++++++++++++++++++++++--- arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 48 +++++++++++++++++++++++ drivers/tty/serial/qcom_geni_serial.c | 2 +- 3 files changed, 101 insertions(+), 7 deletions(-) -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation