Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-21 Thread Cyrille Pitchen
Le 21/12/2016 à 14:16, John Crispin a écrit : > > > On 21/12/2016 11:27, Cyrille Pitchen wrote: >> Hi all, >> >> Le 21/12/2016 à 08:23, John Crispin a écrit : >>> From: André Valentin >>> >>> This patch adds support for a new macronix spi flash chip. We have had this >>> patch inside our tree fo

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-21 Thread John Crispin
On 21/12/2016 11:27, Cyrille Pitchen wrote: > Hi all, > > Le 21/12/2016 à 08:23, John Crispin a écrit : >> From: André Valentin >> >> This patch adds support for a new macronix spi flash chip. We have had this >> patch inside our tree for a while and people are actively using routers >> with th

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-21 Thread Cyrille Pitchen
Hi all, Le 21/12/2016 à 08:23, John Crispin a écrit : > From: André Valentin > > This patch adds support for a new macronix spi flash chip. We have had this > patch inside our tree for a while and people are actively using routers > with this chip. > > Signed-off-by: John Crispin > Signed-off-

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-21 Thread John Crispin
On 21/12/2016 11:07, Marek Vasut wrote: > On 12/21/2016 09:18 AM, John Crispin wrote: >> Hi André >> >> could you test if it also works when enabling SECT_4K please ? > > Yes, please test, thanks. > > btw please do stop top-posting. > >> John >> Sorry about top posting. André will need a

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-21 Thread Marek Vasut
On 12/21/2016 09:18 AM, John Crispin wrote: > Hi André > > could you test if it also works when enabling SECT_4K please ? Yes, please test, thanks. btw please do stop top-posting. > John > > On 21/12/2016 09:11, André Valentin wrote: >> Hi! >> >> I took these values from the manufacturer

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-21 Thread André Valentin
Hi! I took these values from the manufacturer SDK (Qualcomm). I could not detect any problems with the setting. Kind regards, André Am 21.12.2016 um 08:33 schrieb Marek Vasut: > On 12/21/2016 08:23 AM, John Crispin wrote: >> From: André Valentin >> >> This patch adds support for a new macroni

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-21 Thread John Crispin
Hi André could you test if it also works when enabling SECT_4K please ? John On 21/12/2016 09:11, André Valentin wrote: > Hi! > > I took these values from the manufacturer SDK (Qualcomm). I could not detect > any problems with the setting. > > Kind regards, > > André > > Am 21.12.20

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-20 Thread John Crispin
On 21/12/2016 08:33, Marek Vasut wrote: > On 12/21/2016 08:23 AM, John Crispin wrote: >> From: André Valentin >> >> This patch adds support for a new macronix spi flash chip. We have had this >> patch inside our tree for a while and people are actively using routers >> with this chip. >> >> Sign

Re: [PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-20 Thread Marek Vasut
On 12/21/2016 08:23 AM, John Crispin wrote: > From: André Valentin > > This patch adds support for a new macronix spi flash chip. We have had this > patch inside our tree for a while and people are actively using routers > with this chip. > > Signed-off-by: John Crispin > Signed-off-by: André V

[PATCH V2 2/3] mtd: spi-nor: add support for macronix mx25u3235f

2016-12-20 Thread John Crispin
From: André Valentin This patch adds support for a new macronix spi flash chip. We have had this patch inside our tree for a while and people are actively using routers with this chip. Signed-off-by: John Crispin Signed-off-by: André Valentin --- Changes in V2 * add description * add SECT_4K *