Re: [PATCH v4 4/6] reset: Instantiate reset GPIO controller for shared reset-gpios

From: Krzysztof Kozlowski
Date: Wed Jan 24 2024 - 02:29:44 EST


On 23/01/2024 16:58, Philipp Zabel wrote:
>>
>> Depends on previous of change.
>> ---
>> drivers/reset/core.c | 213 +++++++++++++++++++++++++++++--
>> include/linux/reset-controller.h | 4 +
>> 2 files changed, 204 insertions(+), 13 deletions(-)
>>
>> diff --git a/drivers/reset/core.c b/drivers/reset/core.c
>> index 4d5a78d3c085..6e81b8d35055 100644
>> --- a/drivers/reset/core.c
>> +++ b/drivers/reset/core.c
>> @@ -10,9 +10,13 @@
>
> Oh, and
>
> #include <linux/cleanup.h>

Ack, I thought I did it, but that must have been a dream...

>
Best regards,
Krzysztof