Message ID | 20240729123538.175704-1-afd@ti.com (mailing list archive) |
---|---|
Headers | show
Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (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 DE5AC1487C1 for <imx@lists.linux.dev>; Mon, 29 Jul 2024 12:36:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.19.142 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722256566; cv=none; b=emmxvrUaZ704fJGOwYFPtov902K+RBuSnef3KyqPVYuXqZjJpGWWDEBIM0S+Ok6ioheORhaa/0NpIoaxPDH3e60YQOAYph0Z91396wCHzgawn8/lbDt9v5KK4C5W1CGAxiEAifMMfG3oZV4XQSA7bn1ho4tjqeLSGVITIzsZumw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722256566; c=relaxed/simple; bh=i4kEHJEsCMPy2HNNo+OPRxyneve3g9qnbo+wIKnY0pg=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=WxlP8mbxY1XsXTaP3nplUosh4AHY/7R1wPLQiZzu2CUqieSz3y5pwxtAOjbsmD4XCJ12wX56TD1WwkBzGL0IA/GftkPqhYLF0p4AJnRjPfRzOwXhh/XQs5NtaYxNz260hWc0bmTXqU6k3qeH3mPem2r1ah78lkiJuKG170BYwF4= 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=WQGKnV3m; arc=none smtp.client-ip=198.47.19.142 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="WQGKnV3m" Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 46TCZe7q086611; Mon, 29 Jul 2024 07:35:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1722256540; bh=8ALrXitASKffYFpDqEiDahXzsP+PddcOBx3OJ0P7n1o=; h=From:To:CC:Subject:Date; b=WQGKnV3mTY3aWqqney38Yc+NX8ZMXh7bjVDxmfflqml7/TH17Pis5sh20QIb+OsfA 43cJDcRrJ7i5GbO/KcFTSdvHfFdiSw8pHcU8KOGVKyEC4eVwfOkHOSelVZIItsskjU /0gyaoOBufeAPtWpNELbffpMDY705F9BBtP3kig0= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 46TCZeZL125503 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 29 Jul 2024 07:35:40 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 29 Jul 2024 07:35:40 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE105.ent.ti.com (157.170.170.35) 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, 29 Jul 2024 07:35:40 -0500 Received: from fllvsmtp7.itg.ti.com ([10.249.42.149]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 46TCZd0h128014; Mon, 29 Jul 2024 07:35:39 -0500 From: Andrew Davis <afd@ti.com> To: Andre Przywara <andre.przywara@arm.com>, Russell King <linux@armlinux.org.uk>, Shawn Guo <shawnguo@kernel.org>, Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix Kernel Team <kernel@pengutronix.de>, Fabio Estevam <festevam@gmail.com>, Andrew Lunn <andrew@lunn.ch>, Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>, Gregory Clement <gregory.clement@bootlin.com>, Daniel Mack <daniel@zonque.org>, Haojian Zhuang <haojian.zhuang@gmail.com>, Robert Jarzmik <robert.jarzmik@free.fr> CC: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <imx@lists.linux.dev>, Andrew Davis <afd@ti.com> Subject: [PATCH v2 0/7] Switch more ARM plats to sys-off handler API Date: Mon, 29 Jul 2024 07:35:31 -0500 Message-ID: <20240729123538.175704-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: <imx.lists.linux.dev> List-Subscribe: <mailto:imx+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:imx+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 |
Series |
Switch more ARM plats to sys-off handler API
|
expand
|