2022-08-18 11:51:30

by Matti Vaittinen

[permalink] [raw]
Subject: Re: (subset) [PATCH v2 0/7] Devm helpers for regulator get and enable

Hi Mark,

On 8/15/22 18:44, Mark Brown wrote:
> On Fri, 12 Aug 2022 13:08:17 +0300, Matti Vaittinen wrote:
>> Devm helpers for regulator get and enable
>>
>> First patch in the series is actually just a simple documentation fix
>> which could be taken in as it is now.
>>
>> A few* drivers seem to use pattern demonstrated by pseudocode:
>>
>> [...]
>
> Applied to
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
>
> Thanks!
>
> [1/7] docs: devres: regulator: Add missing devm_* functions to devres.rst
> commit: 9b6744f60b6b47bc0757a1955adb4d2c3ab22e13
> [2/7] regulator: Add devm helpers for get and enable
> (no commit info)
>

I was planning to send out the v3 (where IIO patches are no longer
squashed into one). I didn't spot the above mentioned patch 2/7 from
regulator/for-next. I'd just like to get confirmation the 2/7 was not
merged even though it's mentioned in this mail before re-spinning the
series with it.

Best Regards
--Matti

--
Matti Vaittinen
Linux kernel developer at ROHM Semiconductors
Oulu Finland

~~ When things go utterly wrong vim users can always type :help! ~~


2022-08-18 12:26:08

by Mark Brown

[permalink] [raw]
Subject: Re: (subset) [PATCH v2 0/7] Devm helpers for regulator get and enable

On Thu, Aug 18, 2022 at 02:33:53PM +0300, Matti Vaittinen wrote:
> On 8/15/22 18:44, Mark Brown wrote:

> > [2/7] regulator: Add devm helpers for get and enable
> > (no commit info)

> I was planning to send out the v3 (where IIO patches are no longer squashed
> into one). I didn't spot the above mentioned patch 2/7 from
> regulator/for-next. I'd just like to get confirmation the 2/7 was not merged
> even though it's mentioned in this mail before re-spinning the series with
> it.

It's not there yet (that's the "no commit info"), but it is queued for
today.


Attachments:
(No filename) (585.00 B)
signature.asc (499.00 B)
Download all attachments

2022-08-18 12:45:02

by Matti Vaittinen

[permalink] [raw]
Subject: Re: (subset) [PATCH v2 0/7] Devm helpers for regulator get and enable

On 8/18/22 14:54, Mark Brown wrote:
> On Thu, Aug 18, 2022 at 02:33:53PM +0300, Matti Vaittinen wrote:
>> On 8/15/22 18:44, Mark Brown wrote:
>
>>> [2/7] regulator: Add devm helpers for get and enable
>>> (no commit info)
>
>> I was planning to send out the v3 (where IIO patches are no longer squashed
>> into one). I didn't spot the above mentioned patch 2/7 from
>> regulator/for-next. I'd just like to get confirmation the 2/7 was not merged
>> even though it's mentioned in this mail before re-spinning the series with
>> it.
>
> It's not there yet (that's the "no commit info"), but it is queued for
> today.

Understood. Thanks! I'll rebase the next version on top of the
regulator/for-next when it's out then.

--Matti