Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-24 Thread Lee Jones
On Mon, 23 Feb 2015, Brian Norris wrote: > On Tue, Feb 10, 2015 at 05:04:33PM +0800, Lee Jones wrote: > > On Thu, 05 Feb 2015, Brian Norris wrote: > > > On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: > > > > On Mon, 12 Jan 2015, Brian Norris wrote: > > > > > On Mon, Dec 15, 2014 at

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-24 Thread Lee Jones
On Mon, 23 Feb 2015, Brian Norris wrote: On Tue, Feb 10, 2015 at 05:04:33PM +0800, Lee Jones wrote: On Thu, 05 Feb 2015, Brian Norris wrote: On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: On Mon, 12 Jan 2015, Brian Norris wrote: On Mon, Dec 15, 2014 at 11:59:15AM +,

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-23 Thread Brian Norris
On Tue, Feb 10, 2015 at 05:04:33PM +0800, Lee Jones wrote: > On Thu, 05 Feb 2015, Brian Norris wrote: > > On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: > > > On Mon, 12 Jan 2015, Brian Norris wrote: > > > > On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: > > > > > +#define

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-23 Thread Brian Norris
On Tue, Feb 10, 2015 at 05:04:33PM +0800, Lee Jones wrote: On Thu, 05 Feb 2015, Brian Norris wrote: On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: On Mon, 12 Jan 2015, Brian Norris wrote: On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: +#define RDID(...)

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-10 Thread Lee Jones
On Thu, 05 Feb 2015, Brian Norris wrote: > On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: > > On Mon, 12 Jan 2015, Brian Norris wrote: > > > On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: > > > > The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte > > >

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-10 Thread Lee Jones
On Thu, 05 Feb 2015, Brian Norris wrote: On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: On Mon, 12 Jan 2015, Brian Norris wrote: On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte extension.

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-05 Thread Brian Norris
On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: > On Mon, 12 Jan 2015, Brian Norris wrote: > > On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: > > > The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte > > > extension. However, devices are now emerging

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-02-05 Thread Brian Norris
On Wed, Jan 21, 2015 at 01:02:04PM +, Lee Jones wrote: On Mon, 12 Jan 2015, Brian Norris wrote: On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte extension. However, devices are now emerging that return

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-01-21 Thread Lee Jones
On Mon, 12 Jan 2015, Brian Norris wrote: > On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: > > The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte > > extension. However, devices are now emerging that return 6 or more bytes of > > READID data and the additional

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-01-21 Thread Lee Jones
On Mon, 12 Jan 2015, Brian Norris wrote: On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte extension. However, devices are now emerging that return 6 or more bytes of READID data and the additional bytes are

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-01-12 Thread Brian Norris
On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: > The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte > extension. However, devices are now emerging that return 6 or more bytes of > READID data and the additional bytes are required to differentiate between >

Re: [PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2015-01-12 Thread Brian Norris
On Mon, Dec 15, 2014 at 11:59:15AM +, Lee Jones wrote: The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte extension. However, devices are now emerging that return 6 or more bytes of READID data and the additional bytes are required to differentiate between variants or

[PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2014-12-15 Thread Lee Jones
The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte extension. However, devices are now emerging that return 6 or more bytes of READID data and the additional bytes are required to differentiate between variants or generations of similar devices. This patch refactors the

[PATCH v3 08/13] mtd: st_spi_fsm: Update the JEDEC probe to handle extended READIDs

2014-12-15 Thread Lee Jones
The previous code was based on 3-byte JEDEC IDs, with a possible 2-byte extension. However, devices are now emerging that return 6 or more bytes of READID data and the additional bytes are required to differentiate between variants or generations of similar devices. This patch refactors the