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 nand drivers put in and how to define the architecture. > > > > > >

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 architecture. > > > > I find that currently spi_fl

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

2015-05-05 Thread Jagan Teki
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 architecture. > > I find that currently spi_flash in u-boot means spi nor flash. Should I create >

[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

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

2015-04-30 Thread Jagan Teki
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 nand drivers put in and how to define the architecture. > > > > I find that currently spi_flash in u-boot means spi nor flash. Shoul