Message ID | 20240318055054.1564696-1-d-gole@ti.com (mailing list archive) |
---|---|
Headers | show
Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 068EC4C84; Mon, 18 Mar 2024 05:55:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.141 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710741356; cv=none; b=DZanEnvAVcod9Ud/PF47v0bpJuTxcdVvvo5HitYo+D4hDXcKIKPUS5KUpyEahSxXX875DZMfNJqw8iTRCetWhi6OwgCqO1ii8/FjhZAHPkEbkuM7DfGYURBRLdYOZjA50YyLPDLyzLKWhqRaPjo5Z2VFNa+rxHP54yCyPfumhbY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710741356; c=relaxed/simple; bh=j/Ss5DMv9UPR2GoQ38F+FOQNt0A1Eza7EAmHZss64VQ=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=WaVfbmambnEz8VKm6meB2yH1KywimOZZq02IIGdWiIFIoyG3x95+oAABf8SQG4TPCOuVkLfhKe2b7vRRH7qSXp/ExujPTkhrWgTkeSW4NmsbdvHnGbcHzh9qOfYiwnNUoCtAfdQnPBmUBs/nNKA4DFrSEQ+/ty9caG/eVajxb30= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=V3j2kBdr; arc=none smtp.client-ip=198.47.19.141 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="V3j2kBdr" Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 42I5tPWG115591; Mon, 18 Mar 2024 00:55:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1710741325; bh=pFxI+pQ5jjRgIwAq7NRn7tOdBICtoztZwb8r14D2wZ0=; h=From:To:CC:Subject:Date; b=V3j2kBdr8BgVKrqmzwbtv1v/8++YfBtfVPr+eRDOq1Heg8SSvHQ3s83Fa7MCoe2kj TZnNhoSZ/MhmZKqm9knaurZRxeVYuo79VteZljYk4AtUttzNN15VnvEIyWmHTXKdnj 8BuBjEvRc0kC4ReyhiXOuwvfoRthE0YLizl6If/o= Received: from DFLE107.ent.ti.com (dfle107.ent.ti.com [10.64.6.28]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 42I5tPmP016264 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 18 Mar 2024 00:55:25 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 18 Mar 2024 00:55:24 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE109.ent.ti.com (10.64.6.30) 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; Mon, 18 Mar 2024 00:55:24 -0500 Received: from dhruva.dhcp.ti.com (dhruva.dhcp.ti.com [172.24.227.68]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 42I5tKiE082113; Mon, 18 Mar 2024 00:55:21 -0500 From: Dhruva Gole <d-gole@ti.com> To: Ulf Hansson <ulf.hansson@linaro.org>, "Rafael J. Wysocki" <rafael@kernel.org>, Adrian Hunter <adrian.hunter@intel.com> CC: Tony Lindgren <tony@atomide.com>, Len Brown <len.brown@intel.com>, Pavel Machek <pavel@ucw.cz>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Viresh Kumar <viresh.kumar@linaro.org>, <theo.lebrun@bootlin.com>, Dhruva Gole <d-gole@ti.com>, <linux-pm@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-mmc@vger.kernel.org> Subject: [PATCH 0/3] PM: wakeup: make device_wakeup_disable return void Date: Mon, 18 Mar 2024 11:20:51 +0530 Message-ID: <20240318055054.1564696-1-d-gole@ti.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: <linux-pm.vger.kernel.org> List-Subscribe: <mailto:linux-pm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pm+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 |
Series |
PM: wakeup: make device_wakeup_disable return void
|
expand
|