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: <21309a6f-4bf8-4567-a439-a3183713f17a@kernel.org>
Date: Fri, 14 Nov 2025 09:08:24 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Xu Yang <xu.yang_2@....com>, myungjoo.ham@...sung.com,
 cw00.choi@...sung.com
Cc: linux-kernel@...r.kernel.org, imx@...ts.linux.dev
Subject: Re: [PATCH] extcon: ptn5150: handle pending IRQ events during system
 resume

On 14/11/2025 08:42, Xu Yang wrote:
>  
> +static int ptn5150_resume(struct device *dev)
> +{
> +	struct i2c_client *i2c = to_i2c_client(dev);
> +	struct ptn5150_info *info = i2c_get_clientdata(i2c);
> +
> +	/* Need to check possible pending interrupt events */
> +	schedule_work(&info->irq_work);
> +
> +	return 0;
> +}
> +
> +DEFINE_SIMPLE_DEV_PM_OPS(ptn5150_pm_ops, NULL, ptn5150_resume);

static

With this fixed:

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>

Best regards,
Krzysztof

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ