Re: [PATCH v5 4/6] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver

2020-07-07 Thread Miquel Raynal
On Fri, 2020-06-12 at 15:22:40 UTC, Christophe Kerello wrote: > The driver adds the support for the STMicroelectronics FMC2 EBI controller > found on STM32MP SOCs. > > Signed-off-by: Christophe Kerello Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Re: [PATCH v5 4/6] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver

2020-06-30 Thread Richard Weinberger
, "Alexandre Torgue" > , "Marek Vasut" , "devicetree" > , "linux-kernel" > , "linux-mtd" , > linux-st...@st-md-mailman.stormreply.com > Gesendet: Dienstag, 30. Juni 2020 11:35:38 > Betreff: Re: [PATCH v5 4/6] memory: stm32-fmc2-e

Re: [PATCH v5 4/6] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver

2020-06-30 Thread Christophe Kerello
Hi Richard, On 6/30/20 11:13 AM, Richard Weinberger wrote: On Fri, Jun 12, 2020 at 5:24 PM Christophe Kerello wrote: The driver adds the support for the STMicroelectronics FMC2 EBI controller found on STM32MP SOCs. Signed-off-by: Christophe Kerello --- + if (!IS_ERR(rstc)) { +

Re: [PATCH v5 4/6] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver

2020-06-30 Thread Richard Weinberger
On Fri, Jun 12, 2020 at 5:24 PM Christophe Kerello wrote: > > The driver adds the support for the STMicroelectronics FMC2 EBI controller > found on STM32MP SOCs. > > Signed-off-by: Christophe Kerello > --- > + if (!IS_ERR(rstc)) { > + reset_control_assert(rstc); > +