[SPAM] spi-devel-general@lists.sourceforge.net a été sélectionné !

2013-07-05 Thread Easyvoyage. fr et Planet.fr via Nlpromos
Jouez pour remporter votre croisière en Méditerranée ou dans les Fjord, c'est vous qui choisissez ! VOIR ICI: http://easyvoyage.prp.serv2me.com/?email=spi-devel-general@lists.sourceforge.net&civilite=&prenom=&nom=&naissa nce=&cp=&source=1474&phase=test   (LA CROISIÈRE DE VOS RÊVES) (email1_03_

Photos moins25 pourcent sur tout le site avec le code UEICBQG6ET

2013-07-05 Thread Tous les héros
(http://ocfm42.com/g4pqubbh2qh31btiyy/index0.html) (http://ocfm42.com/orpsxbag2imagt2idl/index1.html) (http://ocfm42.com/qnpjhb122wg3mybrss/index2.html) (http://ocfm42.com/j5pl2bvn201ahs0rld/index3.html) (http://ocfm42.com/5n40huu0lcj3cob3vl/index4.html) (http://ocfm42.com/r54f2uxwlrxaqj03ky/i

Re: SPI: DUAL/QUAD support

2013-07-05 Thread yuhang wang
2013/7/5 Johannes Stezenbach : > On Fri, Jul 05, 2013 at 06:24:40PM +0800, yuhang wang wrote: >> >> 2 Questions here: >> 1.In m25p80.c probe, the kmalloc below I feel very strange. >> flash->command = kmalloc(MAX_CMD_SIZE + (flash->fast_read ? 1 : 0), >>

Soldes 2ème démarque jusqu'à -60 pourcent

2013-07-05 Thread Linvosges par Nl promos
Si le message ne s'affiche pas correctement merci de suivre ce lien: http://news.teradoo.com/re?l=BqgpkfoI7gfk57dIhirinq76I&u=http%3A%2F%2Fnews.teradoo.com%2Fpublic%2Fread_message.jsp%3Ftsp%3D1373036798584%26custid%3D16444%26uid%3D16231069273%26sig%3DOLPFPPLHBIGOELFN%26mid%3D1600187316&s=NGPCBLNM

Re: SPI: DUAL/QUAD support

2013-07-05 Thread Johannes Stezenbach
On Fri, Jul 05, 2013 at 06:24:40PM +0800, yuhang wang wrote: > > 2 Questions here: > 1.In m25p80.c probe, the kmalloc below I feel very strange. > flash->command = kmalloc(MAX_CMD_SIZE + (flash->fast_read ? 1 : 0), > GFP_KERNEL); > > (flash->fast_read

Re: SPI: DUAL/QUAD support

2013-07-05 Thread yuhang wang
2013/7/5 Sourav Poddar : > On Friday 05 July 2013 02:47 PM, yuhang wang wrote: >> >> 2013/7/5 Sourav Poddar: >>> >>> On Friday 05 July 2013 02:37 PM, yuhang wang wrote: > > if (!quad_mode) > dra7xxx_writel(qspi, qspi->cmd | > QSPI_

Re: SPI: DUAL/QUAD support

2013-07-05 Thread yuhang wang
>> Flash data sheets use the terms Dual and Quad I/O Mode, >> e.g. for MX25L25635E >> http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/6F878CF760C559BD482576E00022E6CC/?OpenDocument&EPN=MX25L25635E > > OK, but this is not a flash specific feature but rather something at

Re: SPI: DUAL/QUAD support

2013-07-05 Thread Sourav Poddar
On Friday 05 July 2013 02:47 PM, yuhang wang wrote: > 2013/7/5 Sourav Poddar: >> On Friday 05 July 2013 02:37 PM, yuhang wang wrote: if (!quad_mode) dra7xxx_writel(qspi, qspi->cmd | QSPI_RD_SNGL,

Profitez de l'été pour ranger votre maison

2013-07-05 Thread Clementina Frog
Clementina frog, le spécialiste du rangement et des bagages vous propose une sélection de produits de qualité à tout petits prix ! (http://ocfm41.com/1knqkibmoyvseonaby/index0.html) (http://ocfm41.com/finsfia1ounywj4a0l/index1.html) (http://ocfm41.com/cvnjii1lo5lsdfw5ts/index2.html) (http://ocfm

Re: SPI: DUAL/QUAD support

2013-07-05 Thread yuhang wang
2013/7/5 Sourav Poddar : > On Friday 05 July 2013 02:37 PM, yuhang wang wrote: >>> >>> if (!quad_mode) >>> dra7xxx_writel(qspi, qspi->cmd | >>> QSPI_RD_SNGL, >>> QSPI_SPI_CMD_REG); >>>

Re: SPI: DUAL/QUAD support

2013-07-05 Thread Sourav Poddar
On Friday 05 July 2013 02:37 PM, yuhang wang wrote: >> if (!quad_mode) >> dra7xxx_writel(qspi, qspi->cmd | QSPI_RD_SNGL, >> QSPI_SPI_CMD_REG); >> else >>

Re: SPI: DUAL/QUAD support

2013-07-05 Thread yuhang wang
> if (!quad_mode) > dra7xxx_writel(qspi, qspi->cmd | QSPI_RD_SNGL, > QSPI_SPI_CMD_REG); > else > dra7xxx_writel(qspi, qspi->cmd | QSPI_RD_QUAD, >

Re: SPI: DUAL/QUAD support

2013-07-05 Thread Sourav Poddar
On Friday 05 July 2013 02:18 PM, yuhang wang wrote: >> To add to all the discussion going on, >> I am using a qspi controller with a spansion flash device. >> I tried using quad read mode bit, and what is required to change in >> my case is the following: >> >> 1. enable quad mode in flash configur

Re: SPI: DUAL/QUAD support

2013-07-05 Thread yuhang wang
> To add to all the discussion going on, > I am using a qspi controller with a spansion flash device. > I tried using quad read mode bit, and what is required to change in > my case is the following: > > 1. enable quad mode in flash configuration register. > 2. change my read opcode to QUAD READ op

RE: SPI: DUAL/QUAD support

2013-07-05 Thread Gupta, Pekon
> > [Pekon]: Does below generic framework for spianand, suit your driver? > > http://lists.infradead.org/pipermail/linux-mtd/2013-July/047434.html > > > > you should be able to extend the generic spinand API for all > > serial modes (SPI, Dual-SPI, Quad-SPI). > > As QSPI and Dual-SPI devices should

Re: SPI: DUAL/QUAD support

2013-07-05 Thread Sourav Poddar
On Friday 05 July 2013 01:05 PM, Johannes Stezenbach wrote: > On Fri, Jul 05, 2013 at 06:45:01AM +, Gupta, Pekon wrote: >>> Just as Johannes said. In my patch m25p80's changes is incomplete. >>> Because my inicial aim is to add the transfer width member to tell >>> controller >>> the mode flas

Re: SPI: DUAL/QUAD support

2013-07-05 Thread Sourav Poddar
On Friday 05 July 2013 11:55 AM, yuhang wang wrote: > Hi Thomas: > >>> Well, there's two bits here. One is the support in the client drivers >>> for using the extra data lines and the other is the support in the SPI >>> core for telling controllers to do this. We need that second bit in >>> place

Re: SPI: DUAL/QUAD support

2013-07-05 Thread Johannes Stezenbach
On Fri, Jul 05, 2013 at 06:45:01AM +, Gupta, Pekon wrote: > > > Just as Johannes said. In my patch m25p80's changes is incomplete. > > Because my inicial aim is to add the transfer width member to tell > > controller > > the mode flash in. And I will attach new patch about m25p80 later. > > A