[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFLxGvzfh1Qa_gM9bZAxaoCbO6xCoNdaPN=Ea20Up_zPVgjugw@mail.gmail.com>
Date: Tue, 30 Jun 2020 11:13:52 +0200
From: Richard Weinberger <richard.weinberger@...il.com>
To: Christophe Kerello <christophe.kerello@...com>
Cc: Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>, arnd@...aro.org,
Alexandre Torgue <alexandre.torgue@...com>,
Marek Vasut <marex@...x.de>, devicetree@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>,
linux-mtd@...ts.infradead.org,
linux-stm32@...md-mailman.stormreply.com
Subject: Re: [PATCH v5 4/6] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI
controller driver
On Fri, Jun 12, 2020 at 5:24 PM Christophe Kerello
<christophe.kerello@...com> wrote:
>
> The driver adds the support for the STMicroelectronics FMC2 EBI controller
> found on STM32MP SOCs.
>
> Signed-off-by: Christophe Kerello <christophe.kerello@...com>
> ---
> + if (!IS_ERR(rstc)) {
> + reset_control_assert(rstc);
> + reset_control_deassert(rstc);
Shouldn't there be a small delay between assert and deassert?
Other than that the code looks good to me.
--
Thanks,
//richard
Powered by blists - more mailing lists