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]
Date:   Mon, 1 Aug 2022 09:44:29 +0000
From:   <Claudiu.Beznea@...rochip.com>
To:     <jic23@...nel.org>
CC:     <Eugen.Hristev@...rochip.com>, <lars@...afoo.de>,
        <Nicolas.Ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
        <robh+dt@...nel.org>, <krzk+dt@...nel.org>,
        <linux-iio@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>
Subject: Re: [PATCH v2 19/19] iio: adc: at91-sama5d2_adc: add runtime pm
 support

On 31.07.2022 23:11, Jonathan Cameron wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On Tue, 28 Jun 2022 18:16:31 +0300
> Claudiu Beznea <claudiu.beznea@...rochip.com> wrote:
> 
>> Add runtime PM support by disabling/enabling ADC's peripheral clock.
>> On simple conversion the ADC's clock is kept enabled just while the
>> conversion is in progress. This includes also temperature conversion.
>> For triggered buffers and touch conversions the ADC clock is kept enabled
>> while the triggered buffers or touch are enabled. Along with it removed
>> the __maybe_unused on suspend() and resume() ops as the dev_pm_ops
>> object members are now filled with SYSTEM_SLEEP_PM_OPS().
>>
>> Signed-off-by: Claudiu Beznea <claudiu.beznea@...rochip.com>
> 
> Hi Claudia,
> 
> This patch crossed with a mass conversion series taking lots of drivers
> over to the new PM ops macros. That covered some of the changes in here.
> I've hand applied this but please check I didn't mess it up.

Hi, Jonathan,

I've tested it on a SAMA5D2 and it was good.

Thank you for taking care of it.
Claudiu Beznea

> 
> Thanks,
> 
> Jonathan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ