Re: [PATCH 1/2] mtd: dataflash: Make use of "extened device information"

2017-04-14 Thread Marek Vasut
On 04/12/2017 04:58 PM, Andrey Smirnov wrote: > On Tue, Apr 11, 2017 at 11:29 AM, Marek Vasut wrote: >> On 04/11/2017 06:17 PM, Andrey Smirnov wrote: >>> In anticipation of supporting chips that need it, extend the size of >>> struct flash_info's 'jedec_id' field to make room 2 byte of extended >>

Re: [PATCH 1/2] mtd: dataflash: Make use of "extened device information"

2017-04-12 Thread Andrey Smirnov
On Tue, Apr 11, 2017 at 11:29 AM, Marek Vasut wrote: > On 04/11/2017 06:17 PM, Andrey Smirnov wrote: >> In anticipation of supporting chips that need it, extend the size of >> struct flash_info's 'jedec_id' field to make room 2 byte of extended >> device information as well as add code to fetch th

Re: [PATCH 1/2] mtd: dataflash: Make use of "extened device information"

2017-04-11 Thread Marek Vasut
On 04/11/2017 06:17 PM, Andrey Smirnov wrote: > In anticipation of supporting chips that need it, extend the size of > struct flash_info's 'jedec_id' field to make room 2 byte of extended > device information as well as add code to fetch this data during > jedec_probe(). > > Cc: cphe...@gmail.com

[PATCH 1/2] mtd: dataflash: Make use of "extened device information"

2017-04-11 Thread Andrey Smirnov
In anticipation of supporting chips that need it, extend the size of struct flash_info's 'jedec_id' field to make room 2 byte of extended device information as well as add code to fetch this data during jedec_probe(). Cc: cphe...@gmail.com Cc: David Woodhouse Cc: Brian Norris Cc: Boris Brezillon