From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?=c3=81lvaro_Fern=c3=a1ndez_Rojas?= Date: Tue, 30 May 2017 19:34:11 +0200 Subject: [U-Boot] [PATCH 02/10] drivers: spi: add config to consider command bytes when writting to flash In-Reply-To: References: <1495135788-9152-1-git-send-email-noltari@gmail.com> <1495135788-9152-3-git-send-email-noltari@gmail.com> <2e4e1f83-e0a9-e617-03a5-e469862d9f0a@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Jagan, El 30/05/2017 a las 7:04, Jagan Teki escribió: > On Sat, May 20, 2017 at 1:36 PM, Álvaro Fernández Rojas > wrote: >> Hi Simon, >> >> El 20/05/2017 a las 4:29, Simon Glass escribió: >>> Hi Alvaro, >>> >>> On 18 May 2017 at 13:29, Álvaro Fernández Rojas wrote: >>>> Command bytes are part of the written bytes and they should be taken into >>>> account when sending a spi transfer. >>>> >>>> Signed-off-by: Álvaro Fernández Rojas >>>> --- >>>> drivers/mtd/spi/spi_flash.c | 2 +- >>>> drivers/spi/Kconfig | 3 +++ >>>> include/spi.h | 8 +++++++- >>>> 3 files changed, 11 insertions(+), 2 deletions(-) > > Is this patch not part of your v2 BCM-SPI changes? Nope, I removed it and decided to always consider command bytes as suggested by Simon: https://lists.denx.de/pipermail/u-boot/2017-May/292445.html > > thanks! > Than, Álvaro.