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, 25 Mar 2024 20:19:06 +0800
From: yu-chang.lee <yu-chang.lee@...iatek.com>
To: Ulf Hansson <ulf.hansson@...aro.org>, Matthias Brugger
	<matthias.bgg@...il.com>, AngeloGioacchino Del Regno
	<angelogioacchino.delregno@...labora.com>
CC: <linux-pm@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>, <linux-mediatek@...ts.infradead.org>,
	<Project_Global_Chrome_Upstream_Group@...iatek.com>,
	<mandyjh.liu@...iatek.com>, <fan.chen@...iatek.com>,
	<xiufeng.li@...iatek.com>, <yu-chang.lee@...iatek.com>
Subject: [PATCH 0/2] soc: mediatek: pm-domains: solve power domain glitch issue

Hi,

This series aims to solve power-off failures and occasional SMI hang issues that
occur during camera stress tests. The issue arises because, when MTCMOS powers on
or off, signal glitches are sometimes produced. This is fairly normal, but the 
software must address it to avoid mistaking the glitch for a transaction signal.

The solutions in these patches can be summarized as follows:

1. Disable the sub-common port after turning off the Larb CG and before turning 
   off the Larb MTCMOS.
2. Use CLAMP to disable/enable the SMI common port.
3. Implement an AXI reset.
For previous discussion on the direction of the code modifications, please refer
to: https://lore.kernel.org/linux-arm-kernel/c476cc48-17ec-4e14-98d8-35bdffb5d296@collabora.com/


yu-chang.lee (2):
  soc: mediatek: pm-domains: add smi_larb_reset function when power on
  soc: mediatek: pm-domains: support smi clamp protection

 drivers/pmdomain/mediatek/mt8188-pm-domains.h |  69 +++++-
 drivers/pmdomain/mediatek/mtk-pm-domains.c    | 206 +++++++++++++++---
 drivers/pmdomain/mediatek/mtk-pm-domains.h    |  13 ++
 3 files changed, 255 insertions(+), 33 deletions(-)

-- 
2.18.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ