Re: [PATCH v4 0/7] Add spi-nor SPI transfer error handling

2015-11-19 Thread Brian Norris
Hi Michal, On Fri, Aug 14, 2015 at 09:23:06AM -, Michal Suchanek wrote: > Hello, > > with these patches SPI transfer errors are not silently ignored but rather > reported to spi-nor users. > > This should prevent silently dropping data to the floor in cases when the SPI > transfer fails and

Re: [PATCH v4 0/7] Add spi-nor SPI transfer error handling

2015-11-19 Thread Brian Norris
Hi Michal, On Fri, Aug 14, 2015 at 09:23:06AM -, Michal Suchanek wrote: > Hello, > > with these patches SPI transfer errors are not silently ignored but rather > reported to spi-nor users. > > This should prevent silently dropping data to the floor in cases when the SPI > transfer fails and

Re: [PATCH v4 0/7] Add spi-nor SPI transfer error handling

2015-08-16 Thread Michal Suchanek
Hello, On 15 August 2015 at 03:51, Bean Huo 霍斌斌 (beanhuo) wrote: >>Hello, > >>with these patches SPI transfer errors are not silently ignored but rather >>reported to spi-nor users. > >>This should prevent silently dropping data to the floor in cases when the SPI >>transfer fails and the

Re: [PATCH v4 0/7] Add spi-nor SPI transfer error handling

2015-08-16 Thread Michal Suchanek
Hello, On 15 August 2015 at 03:51, Bean Huo 霍斌斌 (beanhuo) bean...@micron.com wrote: Hello, with these patches SPI transfer errors are not silently ignored but rather reported to spi-nor users. This should prevent silently dropping data to the floor in cases when the SPI transfer fails and the

RE: [PATCH v4 0/7] Add spi-nor SPI transfer error handling

2015-08-14 Thread beanhuo
>Hello, >with these patches SPI transfer errors are not silently ignored but rather >reported to spi-nor users. >This should prevent silently dropping data to the floor in cases when the SPI >transfer fails and the failure is detected. >It has been pointed out that MTD users do not handle the

RE: [PATCH v4 0/7] Add spi-nor SPI transfer error handling

2015-08-14 Thread beanhuo
Hello, with these patches SPI transfer errors are not silently ignored but rather reported to spi-nor users. This should prevent silently dropping data to the floor in cases when the SPI transfer fails and the failure is detected. It has been pointed out that MTD users do not handle the case