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]
Message-ID: <20251106143625.3050119-1-claudiu.beznea.uj@bp.renesas.com>
Date: Thu,  6 Nov 2025 16:36:21 +0200
From: Claudiu <claudiu.beznea@...on.dev>
To: stern@...land.harvard.edu,
	gregkh@...uxfoundation.org,
	p.zabel@...gutronix.de,
	yoshihiro.shimoda.uh@...esas.com,
	prabhakar.mahadev-lad.rj@...renesas.com,
	kuninori.morimoto.gx@...esas.com,
	geert+renesas@...der.be
Cc: claudiu.beznea@...on.dev,
	linux-usb@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Subject: [PATCH 0/4] usb: host: renesas: Handle reset signals on suspend/resume

From: Claudiu Beznea <claudiu.beznea.uj@...renesas.com>

Hi,

This series adds handling of reset signals during suspend and resume.
This is necessary for the Renesas RZ/G3S SoC, which has a power-saving
mode that turns off power to most SoC components (including USB).
The reset signals need to be configured accordingly during
suspend and resume.

In addition, a cleanup patch (1/4) has been included.

Thank you,
Claudiu

Claudiu Beznea (4):
  usb: host: Do not check priv->clks[clk]
  usb: host: ehci-platform: Call reset assert/deassert on suspend/resume
  usb: host: ohci-platform: Call reset assert/deassert on suspend/resume
  usb: renesas_usbhs: Assert/de-assert reset signal on suspend/resume

 drivers/usb/host/ehci-platform.c   | 25 +++++++++++++++++----
 drivers/usb/host/ohci-platform.c   | 24 ++++++++++++++++----
 drivers/usb/renesas_usbhs/common.c | 35 ++++++++++++++++++++++--------
 3 files changed, 67 insertions(+), 17 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ