Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-15 Thread Jagan Teki
Hi Bin, On 16 August 2016 at 06:55, Bin Meng wrote: > Hi Jagan, > > On Mon, Aug 15, 2016 at 6:09 PM, Jagan Teki wrote: >> Hi Bin, >> >> On 12 August 2016 at 23:28, Jagan Teki wrote: >>> On 12 August 2016 at 04:37, york sun

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-15 Thread Bin Meng
Hi Jagan, On Mon, Aug 15, 2016 at 6:09 PM, Jagan Teki wrote: > Hi Bin, > > On 12 August 2016 at 23:28, Jagan Teki wrote: >> On 12 August 2016 at 04:37, york sun wrote: >>> I saw some errors when compiling for arm. Compiling

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-15 Thread york sun
Sorry I am out of office this week. York Original Message From: Jagan Teki Sent: Friday, August 12, 2016 11:58 AM To: york sun Subject: Re: [PATCH v3 00/27] spi/sf: Updates on flash detection CC: Tom Rini

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-15 Thread Jagan Teki
Hi Bin, On 12 August 2016 at 23:28, Jagan Teki wrote: > On 12 August 2016 at 04:37, york sun wrote: >> I saw some errors when compiling for arm. Compiling for power is still >> going. > > Can you please try again? Please let me know in case if you

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-12 Thread Jagan Teki
On 12 August 2016 at 04:37, york sun wrote: > I saw some errors when compiling for arm. Compiling for power is still > going. Can you please try again? -- Jagan. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-12 Thread Bin Meng
On Thu, Aug 11, 2016 at 4:06 PM, Jagan Teki wrote: > Updated spi_flash_info table in sync with Linux, and removed > legacy and unsupported code. > > Changes for v3: > - New patches > - Fix checkpatch.pl > - Fix BIT positions in spi.h > - Fix

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread york sun
I saw some errors when compiling for arm. Compiling for power is still going. York -- [...truncated 15335 lines...] aarch64: + ls1043aqds_sdcard_ifc + u16 jedec, ext_jedec; + ^ + ^ w+../drivers/mtd/spi/spi_flash.c: In function ‘spi_flash_scan’:

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread Jagan Teki
On 11 August 2016 at 13:36, Jagan Teki wrote: > Updated spi_flash_info table in sync with Linux, and removed > legacy and unsupported code. > > Changes for v3: > - New patches > - Fix checkpatch.pl > - Fix BIT positions in spi.h > - Fix

[U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread Jagan Teki
Updated spi_flash_info table in sync with Linux, and removed legacy and unsupported code. Changes for v3: - New patches - Fix checkpatch.pl - Fix BIT positions in spi.h - Fix ti_qspi.c mode - Fix commit Nit: s/becuase/because Changes for v2: - New

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread Tom Rini
On Thu, Aug 11, 2016 at 09:47:44PM +0530, Jagan Teki wrote: > On 11 August 2016 at 20:47, york sun wrote: > > On 08/11/2016 08:12 AM, york@nxp.com wrote: > >> On 08/11/2016 01:15 AM, Jagan Teki wrote: > >>> > >>> Tested on microzed and sandbox > >>> > >>> Tested-by: Jagan

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread york sun
On 08/11/2016 08:12 AM, york@nxp.com wrote: > On 08/11/2016 01:15 AM, Jagan Teki wrote: >> >> Tested on microzed and sandbox >> >> Tested-by: Jagan Teki >> >> I've some host issues while running buildman, can anyone please run >> buildman? >> > > I can compile for power

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread Jagan Teki
On 11 August 2016 at 21:50, york sun wrote: > On 08/11/2016 09:17 AM, Jagan Teki wrote: >> On 11 August 2016 at 20:47, york sun wrote: >>> On 08/11/2016 08:12 AM, york@nxp.com wrote: On 08/11/2016 01:15 AM, Jagan Teki wrote: > > Tested on

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread york sun
On 08/11/2016 09:17 AM, Jagan Teki wrote: > On 11 August 2016 at 20:47, york sun wrote: >> On 08/11/2016 08:12 AM, york@nxp.com wrote: >>> On 08/11/2016 01:15 AM, Jagan Teki wrote: Tested on microzed and sandbox Tested-by: Jagan Teki

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread Jagan Teki
On 11 August 2016 at 20:47, york sun wrote: > On 08/11/2016 08:12 AM, york@nxp.com wrote: >> On 08/11/2016 01:15 AM, Jagan Teki wrote: >>> >>> Tested on microzed and sandbox >>> >>> Tested-by: Jagan Teki >>> >>> I've some host issues while running

Re: [U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection

2016-08-11 Thread york sun
On 08/11/2016 01:15 AM, Jagan Teki wrote: > > Tested on microzed and sandbox > > Tested-by: Jagan Teki > > I've some host issues while running buildman, can anyone please run buildman? > I can compile for power and (limited) arm for you. York