Re: [U-Boot] Issue about support spi-nand in u-boot

2015-06-15 Thread peterpandong
Resend the mail. On 29 May 2015 at 19:53, Jagan Teki wrote > On 29 May 2015 at 11:42, Peter Pan 潘栋 (peterpandong) > wrote: > > Hi Jagan > > > > I looked through your code[1] about support Linux spi-nor framework > in u-boot. > > It is really great. > &

Re: [U-Boot] Issue about support spi-nand in u-boot

2015-06-02 Thread peterpandong
On 29 May 2015 at 19:53, Jagan Teki wrote > On 29 May 2015 at 11:42, Peter Pan 潘栋 (peterpandong) > wrote: > > Hi Jagan > > > > I looked through your code[1] about support Linux spi-nor framework > in u-boot. > > It is really great. > > I'm bit concer

[U-Boot] Issue about support spi-nand in u-boot

2015-05-28 Thread peterpandong
Hi Jagan I looked through your code[1] about support Linux spi-nor framework in u-boot. It is really great. I'm working on spi-nand in u-boot now. And I met some issues. Maybe we can have a discussion. 1. Currently spi_flash struct is tied with spi nor, as spi nand is also a kind of spi fl

Re: [U-Boot] Add spi nand support in u-boot

2015-05-20 Thread peterpandong
On 30 April 2015 at 17:09, Jagan Teki wrote: > On 30 April 2015 at 12:16, Peter Pan 潘栋 (peterpandong) > wrote: > > Hi All, > > > > > > > > I’d like to add spi nand support in u-boot. But I don’t know where > should > > > > the spi nan

Re: [U-Boot] Add spi nand support in u-boot

2015-05-05 Thread peterpandong
On 5 May 2015 at 16:105, Jagan Tek > On 4 May 2015 at 06:19, Peter Pan 潘栋 (peterpandong) > wrote: > > Hi All, > > > > I’d like to add spi nand support in u-boot. But I don’t know where > should > > the spi nand drivers put in and how to define the architectu

[U-Boot] Add spi nand support in u-boot

2015-05-03 Thread peterpandong
Hi All, I’d like to add spi nand support in u-boot. But I don’t know where should the spi nand drivers put in and how to define the architecture. I find that currently spi_flash in u-boot means spi nor flash. Should I create a struct spi_nand_flash or make spi_flash compatible? Thanks Peter Pan

[U-Boot] Add spi nand support in u-boot

2015-05-01 Thread peterpandong
Hi All, I’d like to add spi nand support in u-boot. But I don’t know where should the spi nand drivers put in and how to define the architecture. I find that currently spi_flash in u-boot means spi nor flash. Should I create a struct spi_nand_flash or make spi_flash compatible? Thanks Peter Pan