Message ID | 20230818103750.516309-1-d-gole@ti.com |
---|---|
Headers | show
Return-Path: <linux-spi-owner@vger.kernel.org> 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 3BA83C7113C for <linux-spi@archiver.kernel.org>; Fri, 18 Aug 2023 10:39:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230022AbjHRKjN (ORCPT <rfc822;linux-spi@archiver.kernel.org>); Fri, 18 Aug 2023 06:39:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356537AbjHRKiv (ORCPT <rfc822;linux-spi@vger.kernel.org>); Fri, 18 Aug 2023 06:38:51 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7084213E; Fri, 18 Aug 2023 03:38:50 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 37IAcdrX001569; Fri, 18 Aug 2023 05:38:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1692355119; bh=cGQuI/kExsbPSiA05+9fEPo0vBVRf8HF1Ve+YmA08m0=; h=From:To:CC:Subject:Date; b=pJwBj1DC6iWF04Yim2ha7sdCEfa8J7HdQLTacrjwWCgorN+Sb9723wZOIOjSCpfJu MQrFM4TGIGHJJt4hVR5eUMzxbPHPrK5Q282MwEyd/IFIvCBtkzTEr1NqMWvyVXdF2a prmB8SB7hvgv0sQkelXTQKQ0M9xtoylVasxd8Qps= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 37IAcdXc020225 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 18 Aug 2023 05:38:39 -0500 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 18 Aug 2023 05:38:39 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 18 Aug 2023 05:38:39 -0500 Received: from dhruva.dhcp.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 37IAcZ5Z001102; Fri, 18 Aug 2023 05:38:36 -0500 From: Dhruva Gole <d-gole@ti.com> To: Mark Brown <broonie@kernel.org>, Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>, Tero Kristo <kristo@kernel.org> CC: <linux-arm-kernel@lists.infradead.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-spi@vger.kernel.org>, Dhruva Gole <d-gole@ti.com> Subject: [PATCH 0/2] spi-cadence-quadspi: Introduce runtime_pm support Date: Fri, 18 Aug 2023 16:07:48 +0530 Message-ID: <20230818103750.516309-1-d-gole@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: <linux-spi.vger.kernel.org> X-Mailing-List: linux-spi@vger.kernel.org |
Series |
spi-cadence-quadspi: Introduce runtime_pm support
|
expand
|