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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
 <VI2PR04MB1114781A90818E35BB49452A8E8D5A@VI2PR04MB11147.eurprd04.prod.outlook.com>
Date: Fri, 21 Nov 2025 02:01:09 +0000
From: Carlos Song <carlos.song@....com>
To: Daniel Baluta <daniel.baluta@...il.com>
CC: Aisheng Dong <aisheng.dong@....com>, "andi.shyti@...nel.org"
	<andi.shyti@...nel.org>, "shawnguo@...nel.org" <shawnguo@...nel.org>,
	"s.hauer@...gutronix.de" <s.hauer@...gutronix.de>, "kernel@...gutronix.de"
	<kernel@...gutronix.de>, Frank Li <frank.li@....com>,
	"linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
	"imx@...ts.linux.dev" <imx@...ts.linux.dev>,
	"linux-arm-kernel@...ts.infradead.org"
	<linux-arm-kernel@...ts.infradead.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>
Subject: RE: [EXT] Re: [PATCH v2] i2c: imx-lpi2c: change to PIO mode in
 system-wide suspend/resume progress



> -----Original Message-----
> From: Daniel Baluta <daniel.baluta@...il.com>
> Sent: Thursday, November 20, 2025 9:56 PM
> To: Carlos Song <carlos.song@....com>
> Cc: Aisheng Dong <aisheng.dong@....com>; andi.shyti@...nel.org;
> shawnguo@...nel.org; s.hauer@...gutronix.de; kernel@...gutronix.de;
> Frank Li <frank.li@....com>; linux-i2c@...r.kernel.org; imx@...ts.linux.dev;
> linux-arm-kernel@...ts.infradead.org; linux-kernel@...r.kernel.org
> Subject: [EXT] Re: [PATCH v2] i2c: imx-lpi2c: change to PIO mode in system-wide
> suspend/resume progress
> 
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report this
> email' button
> 
> 
> On Thu, Nov 20, 2025 at 12:31 PM Carlos Song <carlos.song@....com> wrote:
> >
> > EDMA resume is in early stage and suspend is in late stage, but LPI2C
> > resume and suspend are in NOIRQ stage. So LPI2C resource become ready
> > earlier than EDMA. When IRQ enabled, immediately slave will trigger
> > LPI2C to read data and the length meets the requirements for DMA
> > usage, the DMA will be needed at this time. Within a very small time
> > window, EDMA is still not resumed.
> >
> > If a system-wide suspend or resume transition is in progress. LPI2C
> > should use PIO to transfer data not DMA to avoid issue caused by not
> > ready DMA HW resource.
> >
> > Fixes: a09c8b3f9047 ("i2c: imx-lpi2c: add eDMA mode support for
> > LPI2C")
> > Signed-off-by: Carlos Song <carlos.song@....com>
> > ---
> 
Thank you very much. I miss it. I will do this then.

> For future patches please add here a small description of what changed since v1:
> e.g
> 
> Changes since v1:
> * updated commit message as per discussion with Frank.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ