Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-12-03 Thread Jagan Teki
Hi Simon, On 1 December 2015 at 04:47, Simon Glass wrote: > Hi Jagan, > > On 27 November 2015 at 02:21, Jagan Teki wrote: >> Hi Bin, >> >> On 27 November 2015 at 07:55, Bin Meng wrote: >>> Hi Jagan, >>> >>> On Fri, Nov 27, 2015 at 2:54 AM, Jagan Teki wrote: Hi Simon, Some how I'

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-30 Thread Simon Glass
Hi Jagan, On 27 November 2015 at 02:21, Jagan Teki wrote: > Hi Bin, > > On 27 November 2015 at 07:55, Bin Meng wrote: >> Hi Jagan, >> >> On Fri, Nov 27, 2015 at 2:54 AM, Jagan Teki wrote: >>> Hi Simon, >>> >>> Some how I'm unclear about your comments in previous series probably I >>> my misunde

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-27 Thread Jagan Teki
Hi Bin, On 27 November 2015 at 07:55, Bin Meng wrote: > Hi Jagan, > > On Fri, Nov 27, 2015 at 2:54 AM, Jagan Teki wrote: >> Hi Simon, >> >> Some how I'm unclear about your comments in previous series probably I >> my misunderstanding or something. let me explain about my plan on >> spi-nor devel

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-27 Thread Jagan Teki
Hi Bin, On 27 November 2015 at 07:24, Bin Meng wrote: > Hi Jagan, > > On Thu, Nov 26, 2015 at 8:03 PM, Jagan Teki wrote: >> This series is combination of mtd and sf tunning stuff in previous >> version patches.[1][2] >> >> This is whole patch series for add mtd support to spi-flash >> framework

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Stefan Roese
Hi Simon, On 27.11.2015 05:01, Stefan Roese wrote: Hi Simon, On 26.11.2015 19:22, Simon Glass wrote: Hi Stefan, On 26 November 2015 at 10:12, Stefan Roese wrote: Hi Simon, On 26.11.2015 18:55, Simon Glass wrote: Hi Stefan, On 26 November 2015 at 09:47, Stefan Roese wrote: Hi Simon, On

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Stefan Roese
Hi Simon, On 26.11.2015 19:22, Simon Glass wrote: Hi Stefan, On 26 November 2015 at 10:12, Stefan Roese wrote: Hi Simon, On 26.11.2015 18:55, Simon Glass wrote: Hi Stefan, On 26 November 2015 at 09:47, Stefan Roese wrote: Hi Simon, On 26.11.2015 17:48, Simon Glass wrote: Yes. I'm t

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Simon Glass
Hi Jagan, On 26 November 2015 at 10:54, Jagan Teki wrote: > Hi Simon, > > Some how I'm unclear about your comments in previous series probably I > my misunderstanding or something. let me explain about my plan on > spi-nor development. > > The entire spi-flash code is generic for all means there

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Bin Meng
Hi Jagan, On Fri, Nov 27, 2015 at 2:54 AM, Jagan Teki wrote: > Hi Simon, > > Some how I'm unclear about your comments in previous series probably I > my misunderstanding or something. let me explain about my plan on > spi-nor development. > > The entire spi-flash code is generic for all means the

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Bin Meng
Hi Jagan, On Thu, Nov 26, 2015 at 8:03 PM, Jagan Teki wrote: > This series is combination of mtd and sf tunning stuff in previous > version patches.[1][2] > > This is whole patch series for add mtd support to spi-flash > framework and related stuff. > > The idea is to introduce the spi-nor flash

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Jagan Teki
Hi Simon, Some how I'm unclear about your comments in previous series probably I my misunderstanding or something. let me explain about my plan on spi-nor development. The entire spi-flash code is generic for all means there is no separate code for any platform or device. So I call it as spi-flas

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Simon Glass
Hi Stefan, On 26 November 2015 at 10:12, Stefan Roese wrote: > Hi Simon, > > On 26.11.2015 18:55, Simon Glass wrote: >> Hi Stefan, >> >> On 26 November 2015 at 09:47, Stefan Roese wrote: >>> Hi Simon, >>> >>> On 26.11.2015 17:48, Simon Glass wrote: >>> >>> >>> >>> > Yes. I'm trying to enabl

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Stefan Roese
Hi Simon, On 26.11.2015 18:55, Simon Glass wrote: > Hi Stefan, > > On 26 November 2015 at 09:47, Stefan Roese wrote: >> Hi Simon, >> >> On 26.11.2015 17:48, Simon Glass wrote: >> >> >> >> Yes. I'm trying to enable SPL_DM on MVEBU. And this with DM_SPI and DM_SPI_FLASH enabled as well.

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Simon Glass
Hi Stefan, On 26 November 2015 at 09:47, Stefan Roese wrote: > Hi Simon, > > On 26.11.2015 17:48, Simon Glass wrote: > > > > >>> Yes. I'm trying to enable SPL_DM on MVEBU. And this with >>> DM_SPI and DM_SPI_FLASH enabled as well. I've the kirkwood >>> SPI driver ported to DM here for this (patc

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Simon Glass
+Fabio Hi Jagan, On 26 November 2015 at 04:03, Jagan Teki wrote: > This series is combination of mtd and sf tunning stuff in previous > version patches.[1][2] > > This is whole patch series for add mtd support to spi-flash > framework and related stuff. > > The idea is to introduce the spi-nor f

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Stefan Roese
Hi Simon, On 26.11.2015 17:48, Simon Glass wrote: Yes. I'm trying to enable SPL_DM on MVEBU. And this with DM_SPI and DM_SPI_FLASH enabled as well. I've the kirkwood SPI driver ported to DM here for this (patches will follow). what kind of issue? is it failed to probe device or something?

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Simon Glass
Hi Stefan, On 26 November 2015 at 05:04, Stefan Roese wrote: > Hi Jagan, > > (added Simon, as he's the DM guru) > > On 26.11.2015 13:46, Jagan Teki wrote: >> Hi Stefan, >> >> On 26 November 2015 at 18:02, Stefan Roese wrote: >>> Hi Jagan, >>> >>> >>> On 26.11.2015 13:24, Jagan Teki wrote: >

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Jagan Teki
Hi Stefan, On 26 November 2015 at 18:34, Stefan Roese wrote: > Hi Jagan, > > (added Simon, as he's the DM guru) I think you missed adding Simon + Simon > > On 26.11.2015 13:46, Jagan Teki wrote: >> Hi Stefan, >> >> On 26 November 2015 at 18:02, Stefan Roese wrote: >>> Hi Jagan, >>> >>> >>> On

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Stefan Roese
Hi Jagan, (added Simon, as he's the DM guru) On 26.11.2015 13:46, Jagan Teki wrote: > Hi Stefan, > > On 26 November 2015 at 18:02, Stefan Roese wrote: >> Hi Jagan, >> >> >> On 26.11.2015 13:24, Jagan Teki wrote: >>> >>> On 26 November 2015 at 17:33, Jagan Teki wrote: This series is c

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Jagan Teki
Hi Stefan, On 26 November 2015 at 18:02, Stefan Roese wrote: > Hi Jagan, > > > On 26.11.2015 13:24, Jagan Teki wrote: >> >> On 26 November 2015 at 17:33, Jagan Teki wrote: >>> >>> This series is combination of mtd and sf tunning stuff in previous >>> version patches.[1][2] >>> >>> This is whole

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Stefan Roese
Hi Jagan, On 26.11.2015 13:24, Jagan Teki wrote: On 26 November 2015 at 17:33, Jagan Teki wrote: This series is combination of mtd and sf tunning stuff in previous version patches.[1][2] This is whole patch series for add mtd support to spi-flash framework and related stuff. The idea is to i

Re: [U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Jagan Teki
On 26 November 2015 at 17:33, Jagan Teki wrote: > This series is combination of mtd and sf tunning stuff in previous > version patches.[1][2] > > This is whole patch series for add mtd support to spi-flash > framework and related stuff. > > The idea is to introduce the spi-nor flash framework whic

[U-Boot] [PATCH v7 00/34] sf: MTD support

2015-11-26 Thread Jagan Teki
This series is combination of mtd and sf tunning stuff in previous version patches.[1][2] This is whole patch series for add mtd support to spi-flash framework and related stuff. The idea is to introduce the spi-nor flash framework which similar to Linux with driver-model support. Detail change