Re: [U-Boot] [RFC PATCH 00/20] SPI-NAND support

2018-06-25 Thread Boris Brezillon
+Richard to comment on the MTD abstraction stuff and how uboot port of UBI might be impacted by some changes requested here. Hi Jagan, On Mon, 25 Jun 2018 13:59:37 +0530 Jagan Teki wrote: > > I've looked the code on the respective patches, look like most of the > code copy from Linux by

Re: [U-Boot] [PATCH 1/3] spi: mxc: Fix compilation problem of DM_SPI class driver

2018-06-25 Thread Jagan Teki
On Thu, Jun 21, 2018 at 2:21 AM, Michael Trimarchi wrote: > drivers/spi/mxc_spi.c:507: undefined reference to `dev_get_addr' > linux-ld.bfd: BFD (GNU Binutils) 2.29.1 assertion fail elf32-arm.c:9509 > > Signed-off-by: Michael Trimarchi > --- Applied to u-boot-spi/master

Re: [U-Boot] [UBOOT PATCH] spi: zynq_qspi: Fixed incorrect return value error

2018-06-25 Thread Jagan Teki
On Thu, Jun 14, 2018 at 12:30 PM, Michal Simek wrote: > On 14.6.2018 08:46, Vipul Kumar wrote: >> This patch replaced "return 0" with "return status" to fix the >> incorrect return value error reported by the coverity. >> >> Signed-off-by: Vipul Kumar >> --- >> drivers/spi/zynq_qspi.c | 2 +- >>

Re: [U-Boot] [RFC PATCH 00/20] SPI-NAND support

2018-06-25 Thread Jagan Teki
Miquel and Brois, thanks for working on this. On Thu, Jun 7, 2018 at 2:11 PM, Miquel Raynal wrote: > Hi Jagan, > > On Thu, 7 Jun 2018 11:21:22 +0530, Jagan Teki > wrote: > >> + Boris >> + Suneel (who helped in DM MTD) >> + Siva, Michal (zynq qspi) >> >> On Wed, Jun 6, 2018 at 9:00 PM, Miquel

Re: [U-Boot] [PATCH v2 1/2] common: command: Use command_ret_t enum values instead of values

2018-06-25 Thread Michal Simek
On 22.6.2018 21:28, Simon Glass wrote: > Hi Michal, > > On 22 June 2018 at 00:33, Michal Simek wrote: >> >> On 21.6.2018 21:45, Simon Glass wrote: >>> On 21 June 2018 at 06:58, Michal Simek wrote: Use enum command_ret_t types in cmd_process_error(). Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH v3 1/4] lib: fdtdec: Add new variable ram_start to global data

2018-06-25 Thread Michal Simek
Hi, On 22.6.2018 21:28, Simon Glass wrote: > Hi, > > On 22 June 2018 at 01:41, Michal Simek wrote: >> Hi Simon, >> >> On 18.6.2018 08:18, Siva Durga Prasad Paladugu wrote: >>> Added new variable ram_start to global data structure for holding >>> the start address of first bank of RAM, and then

<    1   2