Re: [PATCH v4 00/10] m25p80: Add SFDP support

2022-10-16 Thread Joel Stanley
On Thu, 13 Oct 2022 at 16:12, Cédric Le Goater  wrote:
>
> Hello,
>
> This patchset adds support for JEDEC STANDARD JESD216 Serial Flash
> Discovery Parameters (SFDP). SFDP describes the features of a serial
> flash device using a set of internal parameter tables. Support in
> Linux has been added some time ago and the spi-nor driver is using it
> more often to detect the flash settings and even flash models.

Reviewed-by: Joel Stanley 
Tested-by: Joel Stanley 

Thanks Cédric!



Re: [PATCH 2/3] m25p80: Improve command handling for Jedec and unsupported commands

2020-02-06 Thread Joel Stanley
On Wed, 5 Feb 2020 at 17:43, Guenter Roeck  wrote:
>
> On Wed, Feb 05, 2020 at 11:08:07AM +0100, Cédric Le Goater wrote:
> >
> > ok. we will need to model SFDP one day.
> >
> > Are you using the OpenBMC images or do you have your own ?
> >
>
> I am running images built from upstream/stable kernel branches.

I think Cédric was wondering which flash images and therefore
filesystems you were using in your testing.

I had a poke around here but I couldn't work out where 'mtd32' came from:

https://github.com/groeck/linux-build-test/blob/master/rootfs/arm/run-qemu-arm.sh

Cheers,

Joel