Re: [PATCH v4 6/7] mtd: spi-nor: simplify write loop

2015-11-20 Thread Michal Suchanek
On 20 November 2015 at 00:18, Brian Norris wrote: > Hi Michal, > > Sorry this has sat so long... > > On Fri, Aug 14, 2015 at 09:23:08AM -, Michal Suchanek wrote: >> The spi-nor write loop assumes that what is passed to the hardware >> driver write() is what gets written. >> >> When write()

Re: [PATCH v4 6/7] mtd: spi-nor: simplify write loop

2015-11-20 Thread Michal Suchanek
On 20 November 2015 at 00:18, Brian Norris wrote: > Hi Michal, > > Sorry this has sat so long... > > On Fri, Aug 14, 2015 at 09:23:08AM -, Michal Suchanek wrote: >> The spi-nor write loop assumes that what is passed to the hardware >> driver write() is what gets

Re: [PATCH v4 6/7] mtd: spi-nor: simplify write loop

2015-11-19 Thread Brian Norris
Hi Michal, Sorry this has sat so long... On Fri, Aug 14, 2015 at 09:23:08AM -, Michal Suchanek wrote: > The spi-nor write loop assumes that what is passed to the hardware > driver write() is what gets written. > > When write() writes less than page size at once data is dropped on the >

Re: [PATCH v4 6/7] mtd: spi-nor: simplify write loop

2015-11-19 Thread Brian Norris
Hi Michal, Sorry this has sat so long... On Fri, Aug 14, 2015 at 09:23:08AM -, Michal Suchanek wrote: > The spi-nor write loop assumes that what is passed to the hardware > driver write() is what gets written. > > When write() writes less than page size at once data is dropped on the >