Re: [PATCH v2 mtd/fixes] mtd: spinand: core: add missing MODULE_DEVICE_TABLE()

2021-03-28 Thread Miquel Raynal
On Tue, 2021-03-23 at 17:37:19 UTC, Alexander Lobakin wrote: > The module misses MODULE_DEVICE_TABLE() for both SPI and OF ID tables > and thus never autoloads on ID matches. > Add the missing declarations. > Present since day-0 of spinand framework introduction. > > Fixes: 7529df465248 ("mtd:

[PATCH v2 mtd/fixes] mtd: spinand: core: add missing MODULE_DEVICE_TABLE()

2021-03-23 Thread Alexander Lobakin
The module misses MODULE_DEVICE_TABLE() for both SPI and OF ID tables and thus never autoloads on ID matches. Add the missing declarations. Present since day-0 of spinand framework introduction. Fixes: 7529df465248 ("mtd: nand: Add core infrastructure to support SPI NANDs") Cc: