Re: [PATCH 5/5] mtd: spi: Switch to MTD uclass (absolute UCLASS_SPI_FLASH)

2020-07-13 Thread Vignesh Raghavendra
On 09/07/20 4:47 pm, Jagan Teki wrote: [...] On 09/07/20 4:47 pm, Jagan Teki wrote: > diff --git a/arch/x86/cpu/apollolake/spl.c b/arch/x86/cpu/apollolake/spl.c > index e1ee1e0624..9c80440bbb 100644 > --- a/arch/x86/cpu/apollolake/spl.c > +++ b/arch/x86/cpu/apollolake/spl.c > @@ -10,6 +10,7 @@ >

[PATCH 5/5] mtd: spi: Switch to MTD uclass (absolute UCLASS_SPI_FLASH)

2020-07-09 Thread Jagan Teki
Why MTD UCLASS switch? >From a nutshell, all the memory-related flash devices like Parallel NOR, Raw NAND, SPI NOR/NAND stacks should be part of the MTD layer. The same theory applies to incase of MTD UCLASS in U-Boot. Unfortunately, no flash drivers are using the MTD UCLASS in the fully functio