[PATCH v2 2/6] regmap: Use flexible sleep

Dmitry Osipenko digetx at gmail.com
Wed Sep 2 08:56:26 EDT 2020


02.09.2020 15:47, Marek Szyprowski пишет:
> Hi Dmitry,
> 
> On 30.08.2020 20:53, Dmitry Osipenko wrote:
>> The multi-reg write function uses udelay(), which is a busy-loop based
>> delaying function that is not suitable for a long delays. Hence let's
>> replace the udelay() with fsleep(), which is flexible sleep function that
>> selects best delay function based on the delay-time.
>>
>> Signed-off-by: Dmitry Osipenko <digetx at gmail.com>
> 
> This patch landed in today's linux-next (20200902) as commit 
> 2b32d2f7ce0a. Sadly it breaks booting of ARM 64bit Amlogic S922X based 
> Odroid N2 board. Here is the log:

Hello, Marek! Thank you for the feedback! I missed that remap supports
different types of locking, I'll make a another patch to fix this problem.



More information about the linux-amlogic mailing list