Message ID | 20240208170410.67975-1-afd@ti.com |
---|---|
Headers | show
Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (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 DF9BC82D95; Thu, 8 Feb 2024 17:04:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.249 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707411880; cv=none; b=Q8a+i+EyVufzcuCTmcTago2WwOlzeqe9vIZF0U3MU+/1rv9B+CIxf0F2Jdc3TJ+ij32qAG8ybdoO4Tcbm4kH/sRYcDvoB4mTcAbUuBVK4M4SnepIxW0SgIoolNAUN9iHPhtsmKfD3elyu7vTu2SpPSoca8mkIv/5XCWF3rxRDq0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707411880; c=relaxed/simple; bh=ItHAlQval55LDZXrx1TuWpoKDl5Vs+vyve96P+RrGac=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=R/crveQ+ic1I1ro9mS5FVMXn+fHtfOwcA2FgtqN9Xz8GtXJSG3jFnQCjmjkS4WUM8kvh818lIAYqVyjeRcV0CloHtswfZ6DX/s6kbfaPCD9JUfPupiSDqIk73AiAdQRFWvOyXgY+xf6NfE4fYDaqci66nctWuyeyJt1xBOlFip8= 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=Q6LWPO67; arc=none smtp.client-ip=198.47.23.249 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="Q6LWPO67" Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 418H4CdW095444; Thu, 8 Feb 2024 11:04:12 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1707411852; bh=72kVJOjDQJkrwjM0ZlAP/foyy3XhLgjfJ5M64CNka8E=; h=From:To:CC:Subject:Date; b=Q6LWPO6726DQWKoNr0ajun4Dqu1U2P5187Ko4KwBZrW/TR03Q1g85ZVEtaipsMH6Y k2i6J4XUeUHnhYXSOVJoWZ0rCGHRWCKWitoi7m5FZQSUFxWRJZIl5MiFsFYvSGXdnH +o+zKJ60NIm5t/ATewmTycO/GFi3qrsJ9OD4sml8= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 418H4ClS042364 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 8 Feb 2024 11:04:12 -0600 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 8 Feb 2024 11:04:12 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE104.ent.ti.com (157.170.170.34) 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; Thu, 8 Feb 2024 11:04:12 -0600 Received: from lelvsmtp5.itg.ti.com ([10.249.42.149]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 418H4B62091006; Thu, 8 Feb 2024 11:04:11 -0600 From: Andrew Davis <afd@ti.com> To: Sebastian Reichel <sre@kernel.org>, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>, Cristian Ciocaltea <cristian.ciocaltea@gmail.com>, Florian Fainelli <florian.fainelli@broadcom.com>, Ray Jui <rjui@broadcom.com>, Scott Branden <sbranden@broadcom.com>, Bjorn Andersson <andersson@kernel.org>, Konrad Dybcio <konrad.dybcio@linaro.org>, Sean Wang <sean.wang@mediatek.com>, Matthias Brugger <matthias.bgg@gmail.com>, AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> CC: <linux-pm@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-actions@lists.infradead.org>, <linux-arm-msm@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org>, Andrew Davis <afd@ti.com> Subject: [PATCH v3 00/19] Remove pm_power_off use in drivers/power/reset Date: Thu, 8 Feb 2024 11:03:51 -0600 Message-ID: <20240208170410.67975-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: <linux-arm-msm.vger.kernel.org> List-Subscribe: <mailto:linux-arm-msm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-arm-msm+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 |
Remove pm_power_off use in drivers/power/reset
|
expand
|
Hi, On Thu, Feb 08, 2024 at 11:03:51AM -0600, Andrew Davis wrote: > Use of pm_power_off is considered legacy and should be replaced > with register_sys_off*(). Same for register_restart_handler(). Do > this for the drivers/power/reset subsystem for all trivial cases. Apart from the issue in patch 18 the series LGTM. -- Sebastian