Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 10:27:05 AM, Michal Suchanek wrote: > On 4 August 2015 at 18:42, Marek Vasut wrote: > > On Tuesday, August 04, 2015 at 08:42:51 AM, Michal Suchanek wrote: > >> On 3 August 2015 at 23:46, Marek Vasut wrote: > >> > On Monday, August 03, 2015 at 08:39:01 PM, Michal

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-05 Thread Michal Suchanek
On 4 August 2015 at 18:42, Marek Vasut wrote: > On Tuesday, August 04, 2015 at 08:42:51 AM, Michal Suchanek wrote: >> On 3 August 2015 at 23:46, Marek Vasut wrote: >> > On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: >> >> Change the return value of spi-nor device read and

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-05 Thread Michal Suchanek
On 4 August 2015 at 18:42, Marek Vasut ma...@denx.de wrote: On Tuesday, August 04, 2015 at 08:42:51 AM, Michal Suchanek wrote: On 3 August 2015 at 23:46, Marek Vasut ma...@denx.de wrote: On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: Change the return value of spi-nor

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 10:27:05 AM, Michal Suchanek wrote: On 4 August 2015 at 18:42, Marek Vasut ma...@denx.de wrote: On Tuesday, August 04, 2015 at 08:42:51 AM, Michal Suchanek wrote: On 3 August 2015 at 23:46, Marek Vasut ma...@denx.de wrote: On Monday, August 03, 2015 at

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-04 Thread Marek Vasut
On Tuesday, August 04, 2015 at 08:42:51 AM, Michal Suchanek wrote: > On 3 August 2015 at 23:46, Marek Vasut wrote: > > On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: > >> Change the return value of spi-nor device read and write methods to > >> allow returning amount of data

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-04 Thread Michal Suchanek
On 3 August 2015 at 23:46, Marek Vasut wrote: > On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: >> Change the return value of spi-nor device read and write methods to >> allow returning amount of data transferred and errors as >> read(2)/write(2) does. >> >> Signed-off-by:

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-04 Thread Michal Suchanek
On 3 August 2015 at 23:46, Marek Vasut ma...@denx.de wrote: On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: Change the return value of spi-nor device read and write methods to allow returning amount of data transferred and errors as read(2)/write(2) does. Signed-off-by:

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-04 Thread Marek Vasut
On Tuesday, August 04, 2015 at 08:42:51 AM, Michal Suchanek wrote: On 3 August 2015 at 23:46, Marek Vasut ma...@denx.de wrote: On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: Change the return value of spi-nor device read and write methods to allow returning amount of data

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-03 Thread Marek Vasut
On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: > Change the return value of spi-nor device read and write methods to > allow returning amount of data transferred and errors as > read(2)/write(2) does. > > Signed-off-by: Michal Suchanek > --- > include/linux/mtd/spi-nor.h | 4

Re: [PATCH v2 1/6] mtd: spi-nor: change return value of read/write

2015-08-03 Thread Marek Vasut
On Monday, August 03, 2015 at 08:39:01 PM, Michal Suchanek wrote: Change the return value of spi-nor device read and write methods to allow returning amount of data transferred and errors as read(2)/write(2) does. Signed-off-by: Michal Suchanek hramr...@gmail.com ---