From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Date: Thu, 31 Jan 2019 18:25:21 +0530 Subject: [U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework In-Reply-To: References: <20190129055007.17376-1-vigneshr@ti.com> <20190129055007.17376-15-vigneshr@ti.com> <711f47a1-b3fa-a602-84ab-23fb5ac93441@ti.com> Message-ID: <77c6fc2f-319e-2ecc-af80-ccebf642be63@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 31/01/19 6:09 PM, Jagan Teki wrote: > On Thu, Jan 31, 2019 at 6:08 PM Vignesh R wrote: >> >> >> >> On 31/01/19 5:53 PM, Jagan Teki wrote: >>> On Tue, Jan 29, 2019 at 11:28 AM Vignesh R wrote: >>>> >>>> Switch spi_flash_* interfaces to call into new SPI NOR framework via MTD >>>> layer. Fix up sf_dataflash to work in legacy way. And update sandbox to >>>> use new interfaces/definitions >>>> >>>> Signed-off-by: Vignesh R >>>> Tested-by: Simon Goldschmidt >>>> Tested-by: Stefan Roese >>>> Tested-by: Horatiu Vultur >>>> --- >>>> drivers/mtd/spi/Kconfig | 2 + >>>> drivers/mtd/spi/Makefile | 4 +- >>>> drivers/mtd/spi/sandbox.c | 36 +++--- >>> >>> Is this sanbox changes tested? >>> >> >> Here is the travis ci test pass: >> https://travis-ci.org/r-vignesh/u-boot/builds/485749118 >> >> I believe that covers sandbox test as well > > I'm referring about dm tests that run on sandbox[1] > > [1] http://www.openedev.com/wiki/U-Boot#Sandbox > https://travis-ci.org/r-vignesh/u-boot/jobs/485749177 Job #35.59 Just ran it locally: https://pastebin.ubuntu.com/p/hgbf2Nsryn/ All is well. -- Regards Vignesh