Re: [PATCH] mtd: cfi_mtd: populate mtd->dev with flash_info->dev

2022-02-01 Thread Stefan Roese
On 12/3/21 10:27, Patrice Chotard wrote: Populate mtd->dev with flash_info->dev which allows to get full mtd information using the "mtd list" command. Before, "mtd list" command returns : List of MTD devices: * nor0 - type: NOR flash - block size: 0x4 bytes - min I/O: 0x1 bytes -

Re: [PATCH] mtd: cfi_mtd: populate mtd->dev with flash_info->dev

2022-02-01 Thread Stefan Roese
On 12/3/21 10:27, Patrice Chotard wrote: Populate mtd->dev with flash_info->dev which allows to get full mtd information using the "mtd list" command. Before, "mtd list" command returns : List of MTD devices: * nor0 - type: NOR flash - block size: 0x4 bytes - min I/O: 0x1 bytes -

[PATCH] mtd: cfi_mtd: populate mtd->dev with flash_info->dev

2021-12-03 Thread Patrice Chotard
Populate mtd->dev with flash_info->dev which allows to get full mtd information using the "mtd list" command. Before, "mtd list" command returns : List of MTD devices: * nor0 - type: NOR flash - block size: 0x4 bytes - min I/O: 0x1 bytes - 0x-0x0400 : "nor0" After