lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 15 Jan 2024 19:18:43 +0800
From: yu-chang.lee <yu-chang.lee@...iatek.com>
To: <msp@...libre.com>
CC: Ulf Hansson <ulf.hansson@...aro.org>, Matthias Brugger
	<matthias.bgg@...il.com>, AngeloGioacchino Del Regno
	<angelogioacchino.delregno@...labora.com>, <linux-pm@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
	<linux-mediatek@...ts.infradead.org>, <fparent@...libre.com>, Ben Lok
	<ben.lok@...iatek.com>, Chris-qj Chen <Chris-qj.Chen@...iatek.com>, Louis Yu
	<louis.yu@...iatek.com>, Bear Wang <bear.wang@...iatek.com>, MandyJH Liu
	<MandyJH.Liu@...iatek.com>, Fan Chen <fan.chen@...iatek.com>, Xiufeng Li
	<Xiufeng.Li@...iatek.com>, <abailon@...libre.com>, <amergnat@...libre.com>,
	<afgros@...libre.com>, yu-chang.lee <yu-chang.lee@...iatek.com>
Subject: [PATCH 0/1] Need help to validate power domain driver modification on mt8365

Hi Markus,

In reply to mail "Need help to validate power domain driver modification on
mt8365", the timing of "smi clamp protection" being called is completely 
different from the one of "bus protection" that is why I think there should
be another member represent "smi clamp protection" since these are 
different thing essentially. In this way we match smi to its protection
in an 1 to 1 manner which is more direct way to support multiple smi I
think.

By adding "scpsys_clamp_bus_protection_enable" at the end of bus protection
function we also can guarantee bus protection still remain the same as
before, while, at the same time, forcing bus protection sequence in the
future.

yu-chang.lee (1):
  soc: mediatek: pm-domains: support clamp protection

 drivers/pmdomain/mediatek/mt8183-pm-domains.h |  52 ++++---
 drivers/pmdomain/mediatek/mt8188-pm-domains.h |  41 +++++-
 drivers/pmdomain/mediatek/mt8365-pm-domains.h |  12 +-
 drivers/pmdomain/mediatek/mtk-pm-domains.c    | 132 +++++++++++++++---
 drivers/pmdomain/mediatek/mtk-pm-domains.h    |   2 +
 5 files changed, 189 insertions(+), 50 deletions(-)

-- 
2.18.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ