From patchwork Thu May 26 12:12:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarthak Garg X-Patchwork-Id: 576392 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7C45C433EF for ; Thu, 26 May 2022 12:13:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238991AbiEZMN0 (ORCPT ); Thu, 26 May 2022 08:13:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230487AbiEZMNZ (ORCPT ); Thu, 26 May 2022 08:13:25 -0400 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1244BB0A4C; Thu, 26 May 2022 05:13:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1653567205; x=1685103205; h=from:to:cc:subject:date:message-id; bh=jREdwedU754067LYMBa63BWax5EqcTU09KzqXoXU43s=; b=QyP2cOf5DdzLwq0KpxRlBuq7tZdStSepCm5snzXgPO9QWu9u+jnvqDlj Cng9RMwlmDcijJ5ADJU2gc8J3J9vChXY5KP/b9i0q2PQRvMijbUgeK/JD BUwevOSubG1mAomHF+eFASTxXF9sCExGisWzQzPvPOhNiI3BZsD84fECz 4=; Received: from ironmsg08-lv.qualcomm.com ([10.47.202.152]) by alexa-out.qualcomm.com with ESMTP; 26 May 2022 05:13:24 -0700 X-QCInternal: smtphost Received: from ironmsg01-blr.qualcomm.com ([10.86.208.130]) by ironmsg08-lv.qualcomm.com with ESMTP/TLS/AES256-SHA; 26 May 2022 05:13:22 -0700 X-QCInternal: smtphost Received: from hu-sartgarg-hyd.qualcomm.com (HELO hu-maiyas-hyd.qualcomm.com) ([10.213.105.147]) by ironmsg01-blr.qualcomm.com with ESMTP; 26 May 2022 17:43:08 +0530 Received: by hu-maiyas-hyd.qualcomm.com (Postfix, from userid 2339771) id 50CA85001B7; Thu, 26 May 2022 17:43:07 +0530 (+0530) From: Sarthak Garg To: adrian.hunter@intel.com, ulf.hansson@linaro.org Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, quic_kamasali@quicinc.com, quic_rampraka@quicinc.com, quic_pragalla@quicinc.com, quic_sayalil@quicinc.com, Sarthak Garg Subject: [PATCH V2 0/2] mmc: Add wakeup functionality support for sdio cards Date: Thu, 26 May 2022 17:42:13 +0530 Message-Id: <20220526121215.25947-1-quic_sartgarg@quicinc.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Changes since V1: - Define a new vendor ops to let vendor enable wakeup capability as per their needs. Sarthak Garg (2): mmc: core: Define a new vendor ops to enable wakeup capability mmc: sdhci-msm: Add wakeup functionality to sdio cards drivers/mmc/core/bus.c | 3 +++ drivers/mmc/host/sdhci-msm.c | 14 ++++++++++++++ include/linux/mmc/host.h | 7 +++++++ 3 files changed, 24 insertions(+)