Re: [PATCH] ubi: Depend on MTD

2024-04-30 Thread Dario Binacchi
Hi Michael, On Fri, Apr 26, 2024 at 5:56 PM Michael Nazzareno Trimarchi wrote: > > Hi Dario > > On Fri, Apr 26, 2024 at 5:52 PM Tom Rini wrote: > > > > On Fri, Apr 26, 2024 at 07:18:18AM +0200, Heiko Schocher wrote: > > > Hello Tom, > > > > > > On 11.04.24 08:09, Michael Nazzareno Trimarchi

Re: [PATCH] ubi: Depend on MTD

2024-04-26 Thread Michael Nazzareno Trimarchi
Hi Dario On Fri, Apr 26, 2024 at 5:52 PM Tom Rini wrote: > > On Fri, Apr 26, 2024 at 07:18:18AM +0200, Heiko Schocher wrote: > > Hello Tom, > > > > On 11.04.24 08:09, Michael Nazzareno Trimarchi wrote: > > > Hi > > > > > > On Thu, Apr 11, 2024 at 7:06 AM John Watts wrote: > > > > > > > > UBI

Re: [PATCH] ubi: Depend on MTD

2024-04-26 Thread Tom Rini
On Fri, Apr 26, 2024 at 07:18:18AM +0200, Heiko Schocher wrote: > Hello Tom, > > On 11.04.24 08:09, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Thu, Apr 11, 2024 at 7:06 AM John Watts wrote: > > > > > > UBI required MTD to build correctly, add it as a Kconfig dependency. > > > > > >

Re: [PATCH] ubi: Depend on MTD

2024-04-25 Thread Heiko Schocher
Hello Tom, On 11.04.24 08:09, Michael Nazzareno Trimarchi wrote: Hi On Thu, Apr 11, 2024 at 7:06 AM John Watts wrote: UBI required MTD to build correctly, add it as a Kconfig dependency. Signed-off-by: John Watts --- While working with UBI on my SPI NAND patch series I found it was

Re: [PATCH] ubi: Depend on MTD

2024-04-14 Thread Heiko Schocher
Hello John, On 11.04.24 07:05, John Watts wrote: UBI required MTD to build correctly, add it as a Kconfig dependency. Signed-off-by: John Watts --- While working with UBI on my SPI NAND patch series I found it was possible to enable it without enabling the MTD subsystem. Add a Kconfig option

Re: [PATCH] ubi: Depend on MTD

2024-04-11 Thread Michael Nazzareno Trimarchi
Hi On Thu, Apr 11, 2024 at 7:06 AM John Watts wrote: > > UBI required MTD to build correctly, add it as a Kconfig dependency. > > Signed-off-by: John Watts > --- > While working with UBI on my SPI NAND patch series I found it was > possible to enable it without enabling the MTD subsystem. > Add

[PATCH] ubi: Depend on MTD

2024-04-10 Thread John Watts
UBI required MTD to build correctly, add it as a Kconfig dependency. Signed-off-by: John Watts --- While working with UBI on my SPI NAND patch series I found it was possible to enable it without enabling the MTD subsystem. Add a Kconfig option to solve this. --- drivers/mtd/ubi/Kconfig | 1 + 1