[PATCH v5 4/6] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver
Richard Weinberger
richard.weinberger at gmail.com
Tue Jun 30 05:13:52 EDT 2020
On Fri, Jun 12, 2020 at 5:24 PM Christophe Kerello
<christophe.kerello at st.com> wrote:
>
> The driver adds the support for the STMicroelectronics FMC2 EBI controller
> found on STM32MP SOCs.
>
> Signed-off-by: Christophe Kerello <christophe.kerello at st.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
More information about the linux-mtd
mailing list